Shades of Sea Pink #D2827B
Tints of Sea Pink #D2827B
RGB
CMYK
RGB Variations
Color information
#D2827B (or 0xD2827B) is known color: Sea Pink. HEX triplet: D2, 82 and 7B. RGB value is (210,130,123). Sum of RGB (Red+Green+Blue) = 210+130+123=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2827B is #2D7D84. Grayscale: #999999. Windows color (decimal): -2981253 or 8094418. OLE color: 8094418.
HSL color Cylindrical-coordinate representation of color #D2827B: hue angle of 4.83º 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 #D2827B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 123 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.18 |
| HSL | 4.83º | 0.49% | 0.65% | - |
| HSV(B) | 4.83º | 0.41% | 0.82% | - |
| XYZ | 38.14 | 31.1 | 22.73 | - |
| YUV | 153.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 123 | 0 | 0.38 | 0.41 | 0.18 | 4.83 | 0.49 | 0.65 |
| Hex | D2 | 82 | 7B | 0 | 26 | 29 | 12 | 5 | 31 | 41 |
| Octal | 322 | 202 | 173 | 0 | 46 | 51 | 22 | 5 | 61 | 101 |
| Binary | 11010010 | 10000010 | 1111011 | 0 | 100110 | 101001 | 10010 | 101 | 110001 | 1000001 |
Color Harmonies of #D2827B
Complementary color
Monochromatic Colors of #D2827B
Black with #D2827B
Text Example
Text Example
White with #D2827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2827B; }
p { color: rgb(210,130,123); }
H1.HeaderClassName
{
color: #D2827B;
}
.AnyTagClassName
{
color: #D2827B;
}
</style>
background-color css
<style>
a { background-color: #D2827B; }
a { background-color: rgb(210,130,123); }
div.DivClassName
{
background-color: #D2827B;
}
.BgClassName
{
background-color: #D2827B;
}
</style>
border-color css
<style>
span { border-color: #D2827B; }
span { border-color: rgb(210,130,123); }
td.TdClassName
{
border-color: #D2827B;
}
.TagClassName
{
border-color: #D2827B;
}
</style>