Shades of Sea Pink #DD817C
Tints of Sea Pink #DD817C
RGB
CMYK
RGB Variations
Color information
#DD817C (or 0xDD817C) is known color: Sea Pink. HEX triplet: DD, 81 and 7C. RGB value is (221,129,124). Sum of RGB (Red+Green+Blue) = 221+129+124=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD817C is #227E83. Grayscale: #9C9C9C. Windows color (decimal): -2260612 or 8159709. OLE color: 8159709.
HSL color Cylindrical-coordinate representation of color #DD817C: hue angle of 3.09º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD817C is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 124 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.13 |
| HSL | 3.09º | 0.59% | 0.68% | - |
| HSV(B) | 3.09º | 0.44% | 0.87% | - |
| XYZ | 41.31 | 32.53 | 23.17 | - |
| YUV | 155.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 124 | 0 | 0.42 | 0.44 | 0.13 | 3.09 | 0.59 | 0.68 |
| Hex | DD | 81 | 7C | 0 | 2A | 2C | D | 3 | 3B | 44 |
| Octal | 335 | 201 | 174 | 0 | 52 | 54 | 15 | 3 | 73 | 104 |
| Binary | 11011101 | 10000001 | 1111100 | 0 | 101010 | 101100 | 1101 | 11 | 111011 | 1000100 |
Color Harmonies of #DD817C
Complementary color
Monochromatic Colors of #DD817C
Black with #DD817C
Text Example
Text Example
White with #DD817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD817C; }
p { color: rgb(221,129,124); }
H1.HeaderClassName
{
color: #DD817C;
}
.AnyTagClassName
{
color: #DD817C;
}
</style>
background-color css
<style>
a { background-color: #DD817C; }
a { background-color: rgb(221,129,124); }
div.DivClassName
{
background-color: #DD817C;
}
.BgClassName
{
background-color: #DD817C;
}
</style>
border-color css
<style>
span { border-color: #DD817C; }
span { border-color: rgb(221,129,124); }
td.TdClassName
{
border-color: #DD817C;
}
.TagClassName
{
border-color: #DD817C;
}
</style>