Shades of Sea Pink #D1807D
Tints of Sea Pink #D1807D
RGB
CMYK
RGB Variations
Color information
#D1807D (or 0xD1807D) is known color: Sea Pink. HEX triplet: D1, 80 and 7D. RGB value is (209,128,125). Sum of RGB (Red+Green+Blue) = 209+128+125=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1807D is #2E7F82. Grayscale: #979797. Windows color (decimal): -3047299 or 8224977. OLE color: 8224977.
HSL color Cylindrical-coordinate representation of color #D1807D: hue angle of 2.14º degrees, saturation: 0.48, 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 #D1807D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 125 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.18 |
| HSL | 2.14º | 0.48% | 0.65% | - |
| HSV(B) | 2.14º | 0.4% | 0.82% | - |
| XYZ | 37.72 | 30.47 | 23.3 | - |
| YUV | 151.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 125 | 0 | 0.39 | 0.40 | 0.18 | 2.14 | 0.48 | 0.65 |
| Hex | D1 | 80 | 7D | 0 | 27 | 28 | 12 | 2 | 30 | 41 |
| Octal | 321 | 200 | 175 | 0 | 47 | 50 | 22 | 2 | 60 | 101 |
| Binary | 11010001 | 10000000 | 1111101 | 0 | 100111 | 101000 | 10010 | 10 | 110000 | 1000001 |
Color Harmonies of #D1807D
Complementary color
Monochromatic Colors of #D1807D
Black with #D1807D
Text Example
Text Example
White with #D1807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1807D; }
p { color: rgb(209,128,125); }
H1.HeaderClassName
{
color: #D1807D;
}
.AnyTagClassName
{
color: #D1807D;
}
</style>
background-color css
<style>
a { background-color: #D1807D; }
a { background-color: rgb(209,128,125); }
div.DivClassName
{
background-color: #D1807D;
}
.BgClassName
{
background-color: #D1807D;
}
</style>
border-color css
<style>
span { border-color: #D1807D; }
span { border-color: rgb(209,128,125); }
td.TdClassName
{
border-color: #D1807D;
}
.TagClassName
{
border-color: #D1807D;
}
</style>