Shades of Sea Pink #D88080
Tints of Sea Pink #D88080
RGB
CMYK
RGB Variations
Color information
#D88080 (or 0xD88080) is known color: Sea Pink. HEX triplet: D8, 80 and 80. RGB value is (216,128,128). Sum of RGB (Red+Green+Blue) = 216+128+128=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D88080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88080 is #277F7F. Grayscale: #9A9A9A. Windows color (decimal): -2588544 or 8421592. OLE color: 8421592.
HSL color Cylindrical-coordinate representation of color #D88080: hue angle of 0º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88080 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 128 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.15 |
| HSL | 0º | 0.53% | 0.67% | - |
| HSV(B) | 0º | 0.41% | 0.85% | - |
| XYZ | 39.93 | 31.6 | 24.42 | - |
| YUV | 154.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 128 | 0 | 0.41 | 0.41 | 0.15 | 0 | 0.53 | 0.67 |
| Hex | D8 | 80 | 80 | 0 | 29 | 29 | F | 0 | 35 | 43 |
| Octal | 330 | 200 | 200 | 0 | 51 | 51 | 17 | 0 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10000000 | 0 | 101001 | 101001 | 1111 | 0 | 110101 | 1000011 |
Color Harmonies of #D88080
Complementary color
Monochromatic Colors of #D88080
Black with #D88080
Text Example
Text Example
White with #D88080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88080; }
p { color: rgb(216,128,128); }
H1.HeaderClassName
{
color: #D88080;
}
.AnyTagClassName
{
color: #D88080;
}
</style>
background-color css
<style>
a { background-color: #D88080; }
a { background-color: rgb(216,128,128); }
div.DivClassName
{
background-color: #D88080;
}
.BgClassName
{
background-color: #D88080;
}
</style>
border-color css
<style>
span { border-color: #D88080; }
span { border-color: rgb(216,128,128); }
td.TdClassName
{
border-color: #D88080;
}
.TagClassName
{
border-color: #D88080;
}
</style>