Shades of Sea Pink #D78080
Tints of Sea Pink #D78080
RGB
CMYK
RGB Variations
Color information
#D78080 (or 0xD78080) is known color: Sea Pink. HEX triplet: D7, 80 and 80. RGB value is (215,128,128). Sum of RGB (Red+Green+Blue) = 215+128+128=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D78080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78080 is #287F7F. Grayscale: #9A9A9A. Windows color (decimal): -2654080 or 8421591. OLE color: 8421591.
HSL color Cylindrical-coordinate representation of color #D78080: hue angle of 0º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78080 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 128 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.16 |
| HSL | 0º | 0.52% | 0.67% | - |
| HSV(B) | 0º | 0.4% | 0.84% | - |
| XYZ | 39.64 | 31.44 | 24.4 | - |
| YUV | 154.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 128 | 0 | 0.40 | 0.40 | 0.16 | 0 | 0.52 | 0.67 |
| Hex | D7 | 80 | 80 | 0 | 28 | 28 | 10 | 0 | 34 | 43 |
| Octal | 327 | 200 | 200 | 0 | 50 | 50 | 20 | 0 | 64 | 103 |
| Binary | 11010111 | 10000000 | 10000000 | 0 | 101000 | 101000 | 10000 | 0 | 110100 | 1000011 |
Color Harmonies of #D78080
Complementary color
Monochromatic Colors of #D78080
Black with #D78080
Text Example
Text Example
White with #D78080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78080; }
p { color: rgb(215,128,128); }
H1.HeaderClassName
{
color: #D78080;
}
.AnyTagClassName
{
color: #D78080;
}
</style>
background-color css
<style>
a { background-color: #D78080; }
a { background-color: rgb(215,128,128); }
div.DivClassName
{
background-color: #D78080;
}
.BgClassName
{
background-color: #D78080;
}
</style>
border-color css
<style>
span { border-color: #D78080; }
span { border-color: rgb(215,128,128); }
td.TdClassName
{
border-color: #D78080;
}
.TagClassName
{
border-color: #D78080;
}
</style>