Shades of Sea Pink #D0817D
Tints of Sea Pink #D0817D
RGB
CMYK
RGB Variations
Color information
#D0817D (or 0xD0817D) is known color: Sea Pink. HEX triplet: D0, 81 and 7D. RGB value is (208,129,125). Sum of RGB (Red+Green+Blue) = 208+129+125=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0817D is #2F7E82. Grayscale: #989898. Windows color (decimal): -3112579 or 8225232. OLE color: 8225232.
HSL color Cylindrical-coordinate representation of color #D0817D: hue angle of 2.89º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0817D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 125 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.18 |
| HSL | 2.89º | 0.47% | 0.65% | - |
| HSV(B) | 2.89º | 0.4% | 0.82% | - |
| XYZ | 37.56 | 30.59 | 23.33 | - |
| YUV | 152.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 125 | 0 | 0.38 | 0.40 | 0.18 | 2.89 | 0.47 | 0.65 |
| Hex | D0 | 81 | 7D | 0 | 26 | 28 | 12 | 3 | 2F | 41 |
| Octal | 320 | 201 | 175 | 0 | 46 | 50 | 22 | 3 | 57 | 101 |
| Binary | 11010000 | 10000001 | 1111101 | 0 | 100110 | 101000 | 10010 | 11 | 101111 | 1000001 |
Color Harmonies of #D0817D
Complementary color
Monochromatic Colors of #D0817D
Black with #D0817D
Text Example
Text Example
White with #D0817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0817D; }
p { color: rgb(208,129,125); }
H1.HeaderClassName
{
color: #D0817D;
}
.AnyTagClassName
{
color: #D0817D;
}
</style>
background-color css
<style>
a { background-color: #D0817D; }
a { background-color: rgb(208,129,125); }
div.DivClassName
{
background-color: #D0817D;
}
.BgClassName
{
background-color: #D0817D;
}
</style>
border-color css
<style>
span { border-color: #D0817D; }
span { border-color: rgb(208,129,125); }
td.TdClassName
{
border-color: #D0817D;
}
.TagClassName
{
border-color: #D0817D;
}
</style>