Shades of Sea Pink #D9827D
Tints of Sea Pink #D9827D
RGB
CMYK
RGB Variations
Color information
#D9827D (or 0xD9827D) is known color: Sea Pink. HEX triplet: D9, 82 and 7D. RGB value is (217,130,125). Sum of RGB (Red+Green+Blue) = 217+130+125=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9827D is #267D82. Grayscale: #9B9B9B. Windows color (decimal): -2522499 or 8225497. OLE color: 8225497.
HSL color Cylindrical-coordinate representation of color #D9827D: hue angle of 3.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9827D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 125 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.15 |
| HSL | 3.26º | 0.55% | 0.67% | - |
| HSV(B) | 3.26º | 0.42% | 0.85% | - |
| XYZ | 40.3 | 32.2 | 23.49 | - |
| YUV | 155.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 125 | 0 | 0.40 | 0.42 | 0.15 | 3.26 | 0.55 | 0.67 |
| Hex | D9 | 82 | 7D | 0 | 28 | 2A | F | 3 | 37 | 43 |
| Octal | 331 | 202 | 175 | 0 | 50 | 52 | 17 | 3 | 67 | 103 |
| Binary | 11011001 | 10000010 | 1111101 | 0 | 101000 | 101010 | 1111 | 11 | 110111 | 1000011 |
Color Harmonies of #D9827D
Complementary color
Monochromatic Colors of #D9827D
Black with #D9827D
Text Example
Text Example
White with #D9827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9827D; }
p { color: rgb(217,130,125); }
H1.HeaderClassName
{
color: #D9827D;
}
.AnyTagClassName
{
color: #D9827D;
}
</style>
background-color css
<style>
a { background-color: #D9827D; }
a { background-color: rgb(217,130,125); }
div.DivClassName
{
background-color: #D9827D;
}
.BgClassName
{
background-color: #D9827D;
}
</style>
border-color css
<style>
span { border-color: #D9827D; }
span { border-color: rgb(217,130,125); }
td.TdClassName
{
border-color: #D9827D;
}
.TagClassName
{
border-color: #D9827D;
}
</style>