Shades of Sea Pink #D8807B
Tints of Sea Pink #D8807B
RGB
CMYK
RGB Variations
Color information
#D8807B (or 0xD8807B) is known color: Sea Pink. HEX triplet: D8, 80 and 7B. RGB value is (216,128,123). Sum of RGB (Red+Green+Blue) = 216+128+123=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8807B is #277F84. Grayscale: #999999. Windows color (decimal): -2588549 or 8093912. OLE color: 8093912.
HSL color Cylindrical-coordinate representation of color #D8807B: hue angle of 3.23º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8807B is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 123 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.15 |
| HSL | 3.23º | 0.54% | 0.66% | - |
| HSV(B) | 3.23º | 0.43% | 0.85% | - |
| XYZ | 39.61 | 31.47 | 22.72 | - |
| YUV | 153.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 123 | 0 | 0.41 | 0.43 | 0.15 | 3.23 | 0.54 | 0.66 |
| Hex | D8 | 80 | 7B | 0 | 29 | 2B | F | 3 | 36 | 42 |
| Octal | 330 | 200 | 173 | 0 | 51 | 53 | 17 | 3 | 66 | 102 |
| Binary | 11011000 | 10000000 | 1111011 | 0 | 101001 | 101011 | 1111 | 11 | 110110 | 1000010 |
Color Harmonies of #D8807B
Complementary color
Monochromatic Colors of #D8807B
Black with #D8807B
Text Example
Text Example
White with #D8807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8807B; }
p { color: rgb(216,128,123); }
H1.HeaderClassName
{
color: #D8807B;
}
.AnyTagClassName
{
color: #D8807B;
}
</style>
background-color css
<style>
a { background-color: #D8807B; }
a { background-color: rgb(216,128,123); }
div.DivClassName
{
background-color: #D8807B;
}
.BgClassName
{
background-color: #D8807B;
}
</style>
border-color css
<style>
span { border-color: #D8807B; }
span { border-color: rgb(216,128,123); }
td.TdClassName
{
border-color: #D8807B;
}
.TagClassName
{
border-color: #D8807B;
}
</style>