Shades of Sea Pink #D0817E
Tints of Sea Pink #D0817E
RGB
CMYK
RGB Variations
Color information
#D0817E (or 0xD0817E) is known color: Sea Pink. HEX triplet: D0, 81 and 7E. RGB value is (208,129,126). Sum of RGB (Red+Green+Blue) = 208+129+126=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0817E is #2F7E81. Grayscale: #989898. Windows color (decimal): -3112578 or 8290768. OLE color: 8290768.
HSL color Cylindrical-coordinate representation of color #D0817E: hue angle of 2.2º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0817E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 126 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.18 |
| HSL | 2.2º | 0.47% | 0.65% | - |
| HSV(B) | 2.2º | 0.39% | 0.82% | - |
| XYZ | 37.63 | 30.62 | 23.67 | - |
| YUV | 152.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 126 | 0 | 0.38 | 0.39 | 0.18 | 2.2 | 0.47 | 0.65 |
| Hex | D0 | 81 | 7E | 0 | 26 | 27 | 12 | 2 | 2F | 41 |
| Octal | 320 | 201 | 176 | 0 | 46 | 47 | 22 | 2 | 57 | 101 |
| Binary | 11010000 | 10000001 | 1111110 | 0 | 100110 | 100111 | 10010 | 10 | 101111 | 1000001 |
Color Harmonies of #D0817E
Complementary color
Monochromatic Colors of #D0817E
Black with #D0817E
Text Example
Text Example
White with #D0817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0817E; }
p { color: rgb(208,129,126); }
H1.HeaderClassName
{
color: #D0817E;
}
.AnyTagClassName
{
color: #D0817E;
}
</style>
background-color css
<style>
a { background-color: #D0817E; }
a { background-color: rgb(208,129,126); }
div.DivClassName
{
background-color: #D0817E;
}
.BgClassName
{
background-color: #D0817E;
}
</style>
border-color css
<style>
span { border-color: #D0817E; }
span { border-color: rgb(208,129,126); }
td.TdClassName
{
border-color: #D0817E;
}
.TagClassName
{
border-color: #D0817E;
}
</style>