Shades of Sea Pink #D0807B
Tints of Sea Pink #D0807B
RGB
CMYK
RGB Variations
Color information
#D0807B (or 0xD0807B) is known color: Sea Pink. HEX triplet: D0, 80 and 7B. RGB value is (208,128,123). Sum of RGB (Red+Green+Blue) = 208+128+123=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0807B is #2F7F84. Grayscale: #979797. Windows color (decimal): -3112837 or 8093904. OLE color: 8093904.
HSL color Cylindrical-coordinate representation of color #D0807B: hue angle of 3.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0807B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 123 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.18 |
| HSL | 3.53º | 0.47% | 0.65% | - |
| HSV(B) | 3.53º | 0.41% | 0.82% | - |
| XYZ | 37.31 | 30.28 | 22.62 | - |
| YUV | 151.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 123 | 0 | 0.38 | 0.41 | 0.18 | 3.53 | 0.47 | 0.65 |
| Hex | D0 | 80 | 7B | 0 | 26 | 29 | 12 | 4 | 2F | 41 |
| Octal | 320 | 200 | 173 | 0 | 46 | 51 | 22 | 4 | 57 | 101 |
| Binary | 11010000 | 10000000 | 1111011 | 0 | 100110 | 101001 | 10010 | 100 | 101111 | 1000001 |
Color Harmonies of #D0807B
Complementary color
Monochromatic Colors of #D0807B
Black with #D0807B
Text Example
Text Example
White with #D0807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0807B; }
p { color: rgb(208,128,123); }
H1.HeaderClassName
{
color: #D0807B;
}
.AnyTagClassName
{
color: #D0807B;
}
</style>
background-color css
<style>
a { background-color: #D0807B; }
a { background-color: rgb(208,128,123); }
div.DivClassName
{
background-color: #D0807B;
}
.BgClassName
{
background-color: #D0807B;
}
</style>
border-color css
<style>
span { border-color: #D0807B; }
span { border-color: rgb(208,128,123); }
td.TdClassName
{
border-color: #D0807B;
}
.TagClassName
{
border-color: #D0807B;
}
</style>