Shades of Sea Pink #D2827F
Tints of Sea Pink #D2827F
RGB
CMYK
RGB Variations
Color information
#D2827F (or 0xD2827F) is known color: Sea Pink. HEX triplet: D2, 82 and 7F. RGB value is (210,130,127). Sum of RGB (Red+Green+Blue) = 210+130+127=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2827F is #2D7D80. Grayscale: #999999. Windows color (decimal): -2981249 or 8356562. OLE color: 8356562.
HSL color Cylindrical-coordinate representation of color #D2827F: hue angle of 2.17º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2827F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 127 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.18 |
| HSL | 2.17º | 0.48% | 0.66% | - |
| HSV(B) | 2.17º | 0.4% | 0.82% | - |
| XYZ | 38.39 | 31.2 | 24.08 | - |
| YUV | 153.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 127 | 0 | 0.38 | 0.40 | 0.18 | 2.17 | 0.48 | 0.66 |
| Hex | D2 | 82 | 7F | 0 | 26 | 28 | 12 | 2 | 30 | 42 |
| Octal | 322 | 202 | 177 | 0 | 46 | 50 | 22 | 2 | 60 | 102 |
| Binary | 11010010 | 10000010 | 1111111 | 0 | 100110 | 101000 | 10010 | 10 | 110000 | 1000010 |
Color Harmonies of #D2827F
Complementary color
Monochromatic Colors of #D2827F
Black with #D2827F
Text Example
Text Example
White with #D2827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2827F; }
p { color: rgb(210,130,127); }
H1.HeaderClassName
{
color: #D2827F;
}
.AnyTagClassName
{
color: #D2827F;
}
</style>
background-color css
<style>
a { background-color: #D2827F; }
a { background-color: rgb(210,130,127); }
div.DivClassName
{
background-color: #D2827F;
}
.BgClassName
{
background-color: #D2827F;
}
</style>
border-color css
<style>
span { border-color: #D2827F; }
span { border-color: rgb(210,130,127); }
td.TdClassName
{
border-color: #D2827F;
}
.TagClassName
{
border-color: #D2827F;
}
</style>