Shades of Sea Pink #DD817D
Tints of Sea Pink #DD817D
RGB
CMYK
RGB Variations
Color information
#DD817D (or 0xDD817D) is known color: Sea Pink. HEX triplet: DD, 81 and 7D. RGB value is (221,129,125). Sum of RGB (Red+Green+Blue) = 221+129+125=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD817D is #227E82. Grayscale: #9C9C9C. Windows color (decimal): -2260611 or 8225245. OLE color: 8225245.
HSL color Cylindrical-coordinate representation of color #DD817D: hue angle of 2.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD817D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 125 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.13 |
| HSL | 2.5º | 0.59% | 0.68% | - |
| HSV(B) | 2.5º | 0.43% | 0.87% | - |
| XYZ | 41.37 | 32.55 | 23.5 | - |
| YUV | 156.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 125 | 0 | 0.42 | 0.43 | 0.13 | 2.5 | 0.59 | 0.68 |
| Hex | DD | 81 | 7D | 0 | 2A | 2B | D | 2 | 3B | 44 |
| Octal | 335 | 201 | 175 | 0 | 52 | 53 | 15 | 2 | 73 | 104 |
| Binary | 11011101 | 10000001 | 1111101 | 0 | 101010 | 101011 | 1101 | 10 | 111011 | 1000100 |
Color Harmonies of #DD817D
Complementary color
Monochromatic Colors of #DD817D
Black with #DD817D
Text Example
Text Example
White with #DD817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD817D; }
p { color: rgb(221,129,125); }
H1.HeaderClassName
{
color: #DD817D;
}
.AnyTagClassName
{
color: #DD817D;
}
</style>
background-color css
<style>
a { background-color: #DD817D; }
a { background-color: rgb(221,129,125); }
div.DivClassName
{
background-color: #DD817D;
}
.BgClassName
{
background-color: #DD817D;
}
</style>
border-color css
<style>
span { border-color: #DD817D; }
span { border-color: rgb(221,129,125); }
td.TdClassName
{
border-color: #DD817D;
}
.TagClassName
{
border-color: #DD817D;
}
</style>