Shades of Sea Pink #D78482
Tints of Sea Pink #D78482
RGB
CMYK
RGB Variations
Color information
#D78482 (or 0xD78482) is known color: Sea Pink. HEX triplet: D7, 84 and 82. RGB value is (215,132,130). Sum of RGB (Red+Green+Blue) = 215+132+130=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D78482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78482 is #287B7D. Grayscale: #9C9C9C. Windows color (decimal): -2653054 or 8553687. OLE color: 8553687.
HSL color Cylindrical-coordinate representation of color #D78482: hue angle of 1.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78482 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 130 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.16 |
| HSL | 1.41º | 0.52% | 0.68% | - |
| HSV(B) | 1.41º | 0.4% | 0.84% | - |
| XYZ | 40.3 | 32.56 | 25.28 | - |
| YUV | 156.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 130 | 0 | 0.39 | 0.40 | 0.16 | 1.41 | 0.52 | 0.68 |
| Hex | D7 | 84 | 82 | 0 | 27 | 28 | 10 | 1 | 34 | 44 |
| Octal | 327 | 204 | 202 | 0 | 47 | 50 | 20 | 1 | 64 | 104 |
| Binary | 11010111 | 10000100 | 10000010 | 0 | 100111 | 101000 | 10000 | 1 | 110100 | 1000100 |
Color Harmonies of #D78482
Complementary color
Monochromatic Colors of #D78482
Black with #D78482
Text Example
Text Example
White with #D78482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78482; }
p { color: rgb(215,132,130); }
H1.HeaderClassName
{
color: #D78482;
}
.AnyTagClassName
{
color: #D78482;
}
</style>
background-color css
<style>
a { background-color: #D78482; }
a { background-color: rgb(215,132,130); }
div.DivClassName
{
background-color: #D78482;
}
.BgClassName
{
background-color: #D78482;
}
</style>
border-color css
<style>
span { border-color: #D78482; }
span { border-color: rgb(215,132,130); }
td.TdClassName
{
border-color: #D78482;
}
.TagClassName
{
border-color: #D78482;
}
</style>