Shades of Sea Pink #D2827D
Tints of Sea Pink #D2827D
RGB
CMYK
RGB Variations
Color information
#D2827D (or 0xD2827D) is known color: Sea Pink. HEX triplet: D2, 82 and 7D. RGB value is (210,130,125). Sum of RGB (Red+Green+Blue) = 210+130+125=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2827D is #2D7D82. Grayscale: #999999. Windows color (decimal): -2981251 or 8225490. OLE color: 8225490.
HSL color Cylindrical-coordinate representation of color #D2827D: hue angle of 3.53º degrees, saturation: 0.49, 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 #D2827D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 125 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.18 |
| HSL | 3.53º | 0.49% | 0.66% | - |
| HSV(B) | 3.53º | 0.4% | 0.82% | - |
| XYZ | 38.26 | 31.15 | 23.4 | - |
| YUV | 153.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 125 | 0 | 0.38 | 0.40 | 0.18 | 3.53 | 0.49 | 0.66 |
| Hex | D2 | 82 | 7D | 0 | 26 | 28 | 12 | 4 | 31 | 42 |
| Octal | 322 | 202 | 175 | 0 | 46 | 50 | 22 | 4 | 61 | 102 |
| Binary | 11010010 | 10000010 | 1111101 | 0 | 100110 | 101000 | 10010 | 100 | 110001 | 1000010 |
Color Harmonies of #D2827D
Complementary color
Monochromatic Colors of #D2827D
Black with #D2827D
Text Example
Text Example
White with #D2827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2827D; }
p { color: rgb(210,130,125); }
H1.HeaderClassName
{
color: #D2827D;
}
.AnyTagClassName
{
color: #D2827D;
}
</style>
background-color css
<style>
a { background-color: #D2827D; }
a { background-color: rgb(210,130,125); }
div.DivClassName
{
background-color: #D2827D;
}
.BgClassName
{
background-color: #D2827D;
}
</style>
border-color css
<style>
span { border-color: #D2827D; }
span { border-color: rgb(210,130,125); }
td.TdClassName
{
border-color: #D2827D;
}
.TagClassName
{
border-color: #D2827D;
}
</style>