Shades of Sea Pink #D1807B
Tints of Sea Pink #D1807B
RGB
CMYK
RGB Variations
Color information
#D1807B (or 0xD1807B) is known color: Sea Pink. HEX triplet: D1, 80 and 7B. RGB value is (209,128,123). Sum of RGB (Red+Green+Blue) = 209+128+123=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1807B is #2E7F84. Grayscale: #979797. Windows color (decimal): -3047301 or 8093905. OLE color: 8093905.
HSL color Cylindrical-coordinate representation of color #D1807B: hue angle of 3.49º degrees, saturation: 0.48, 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 #D1807B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 123 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.18 |
| HSL | 3.49º | 0.48% | 0.65% | - |
| HSV(B) | 3.49º | 0.41% | 0.82% | - |
| XYZ | 37.59 | 30.42 | 22.63 | - |
| YUV | 151.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 123 | 0 | 0.39 | 0.41 | 0.18 | 3.49 | 0.48 | 0.65 |
| Hex | D1 | 80 | 7B | 0 | 27 | 29 | 12 | 3 | 30 | 41 |
| Octal | 321 | 200 | 173 | 0 | 47 | 51 | 22 | 3 | 60 | 101 |
| Binary | 11010001 | 10000000 | 1111011 | 0 | 100111 | 101001 | 10010 | 11 | 110000 | 1000001 |
Color Harmonies of #D1807B
Complementary color
Monochromatic Colors of #D1807B
Black with #D1807B
Text Example
Text Example
White with #D1807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1807B; }
p { color: rgb(209,128,123); }
H1.HeaderClassName
{
color: #D1807B;
}
.AnyTagClassName
{
color: #D1807B;
}
</style>
background-color css
<style>
a { background-color: #D1807B; }
a { background-color: rgb(209,128,123); }
div.DivClassName
{
background-color: #D1807B;
}
.BgClassName
{
background-color: #D1807B;
}
</style>
border-color css
<style>
span { border-color: #D1807B; }
span { border-color: rgb(209,128,123); }
td.TdClassName
{
border-color: #D1807B;
}
.TagClassName
{
border-color: #D1807B;
}
</style>