Shades of Sea Pink #D2817C
Tints of Sea Pink #D2817C
RGB
CMYK
RGB Variations
Color information
#D2817C (or 0xD2817C) is known color: Sea Pink. HEX triplet: D2, 81 and 7C. RGB value is (210,129,124). Sum of RGB (Red+Green+Blue) = 210+129+124=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2817C is #2D7E83. Grayscale: #989898. Windows color (decimal): -2981508 or 8159698. OLE color: 8159698.
HSL color Cylindrical-coordinate representation of color #D2817C: hue angle of 3.49º degrees, saturation: 0.49, 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 #D2817C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 124 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.18 |
| HSL | 3.49º | 0.49% | 0.65% | - |
| HSV(B) | 3.49º | 0.41% | 0.82% | - |
| XYZ | 38.07 | 30.86 | 23.02 | - |
| YUV | 152.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 124 | 0 | 0.39 | 0.41 | 0.18 | 3.49 | 0.49 | 0.65 |
| Hex | D2 | 81 | 7C | 0 | 27 | 29 | 12 | 3 | 31 | 41 |
| Octal | 322 | 201 | 174 | 0 | 47 | 51 | 22 | 3 | 61 | 101 |
| Binary | 11010010 | 10000001 | 1111100 | 0 | 100111 | 101001 | 10010 | 11 | 110001 | 1000001 |
Color Harmonies of #D2817C
Complementary color
Monochromatic Colors of #D2817C
Black with #D2817C
Text Example
Text Example
White with #D2817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2817C; }
p { color: rgb(210,129,124); }
H1.HeaderClassName
{
color: #D2817C;
}
.AnyTagClassName
{
color: #D2817C;
}
</style>
background-color css
<style>
a { background-color: #D2817C; }
a { background-color: rgb(210,129,124); }
div.DivClassName
{
background-color: #D2817C;
}
.BgClassName
{
background-color: #D2817C;
}
</style>
border-color css
<style>
span { border-color: #D2817C; }
span { border-color: rgb(210,129,124); }
td.TdClassName
{
border-color: #D2817C;
}
.TagClassName
{
border-color: #D2817C;
}
</style>