Shades of Sea Pink #D1817F
Tints of Sea Pink #D1817F
RGB
CMYK
RGB Variations
Color information
#D1817F (or 0xD1817F) is known color: Sea Pink. HEX triplet: D1, 81 and 7F. RGB value is (209,129,127). Sum of RGB (Red+Green+Blue) = 209+129+127=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1817F is #2E7E80. Grayscale: #989898. Windows color (decimal): -3047041 or 8356305. OLE color: 8356305.
HSL color Cylindrical-coordinate representation of color #D1817F: hue angle of 1.46º degrees, saturation: 0.47, 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 #D1817F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 127 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.18 |
| HSL | 1.46º | 0.47% | 0.66% | - |
| HSV(B) | 1.46º | 0.39% | 0.82% | - |
| XYZ | 37.98 | 30.79 | 24.02 | - |
| YUV | 152.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 127 | 0 | 0.38 | 0.39 | 0.18 | 1.46 | 0.47 | 0.66 |
| Hex | D1 | 81 | 7F | 0 | 26 | 27 | 12 | 1 | 2F | 42 |
| Octal | 321 | 201 | 177 | 0 | 46 | 47 | 22 | 1 | 57 | 102 |
| Binary | 11010001 | 10000001 | 1111111 | 0 | 100110 | 100111 | 10010 | 1 | 101111 | 1000010 |
Color Harmonies of #D1817F
Complementary color
Monochromatic Colors of #D1817F
Black with #D1817F
Text Example
Text Example
White with #D1817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1817F; }
p { color: rgb(209,129,127); }
H1.HeaderClassName
{
color: #D1817F;
}
.AnyTagClassName
{
color: #D1817F;
}
</style>
background-color css
<style>
a { background-color: #D1817F; }
a { background-color: rgb(209,129,127); }
div.DivClassName
{
background-color: #D1817F;
}
.BgClassName
{
background-color: #D1817F;
}
</style>
border-color css
<style>
span { border-color: #D1817F; }
span { border-color: rgb(209,129,127); }
td.TdClassName
{
border-color: #D1817F;
}
.TagClassName
{
border-color: #D1817F;
}
</style>