Shades of Sea Pink #D0807F
Tints of Sea Pink #D0807F
RGB
CMYK
RGB Variations
Color information
#D0807F (or 0xD0807F) is known color: Sea Pink. HEX triplet: D0, 80 and 7F. RGB value is (208,128,127). Sum of RGB (Red+Green+Blue) = 208+128+127=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0807F is #2F7F80. Grayscale: #979797. Windows color (decimal): -3112833 or 8356048. OLE color: 8356048.
HSL color Cylindrical-coordinate representation of color #D0807F: hue angle of 0.74º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0807F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 127 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.18 |
| HSL | 0.74º | 0.46% | 0.66% | - |
| HSV(B) | 0.74º | 0.39% | 0.82% | - |
| XYZ | 37.56 | 30.38 | 23.96 | - |
| YUV | 151.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 127 | 0 | 0.38 | 0.39 | 0.18 | 0.74 | 0.46 | 0.66 |
| Hex | D0 | 80 | 7F | 0 | 26 | 27 | 12 | 1 | 2E | 42 |
| Octal | 320 | 200 | 177 | 0 | 46 | 47 | 22 | 1 | 56 | 102 |
| Binary | 11010000 | 10000000 | 1111111 | 0 | 100110 | 100111 | 10010 | 1 | 101110 | 1000010 |
Color Harmonies of #D0807F
Complementary color
Monochromatic Colors of #D0807F
Black with #D0807F
Text Example
Text Example
White with #D0807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0807F; }
p { color: rgb(208,128,127); }
H1.HeaderClassName
{
color: #D0807F;
}
.AnyTagClassName
{
color: #D0807F;
}
</style>
background-color css
<style>
a { background-color: #D0807F; }
a { background-color: rgb(208,128,127); }
div.DivClassName
{
background-color: #D0807F;
}
.BgClassName
{
background-color: #D0807F;
}
</style>
border-color css
<style>
span { border-color: #D0807F; }
span { border-color: rgb(208,128,127); }
td.TdClassName
{
border-color: #D0807F;
}
.TagClassName
{
border-color: #D0807F;
}
</style>