Shades of Sea Pink #DD817F
Tints of Sea Pink #DD817F
RGB
CMYK
RGB Variations
Color information
#DD817F (or 0xDD817F) is known color: Sea Pink. HEX triplet: DD, 81 and 7F. RGB value is (221,129,127). Sum of RGB (Red+Green+Blue) = 221+129+127=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD817F is #227E80. Grayscale: #9C9C9C. Windows color (decimal): -2260609 or 8356317. OLE color: 8356317.
HSL color Cylindrical-coordinate representation of color #DD817F: hue angle of 1.28º degrees, saturation: 0.58, 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 #DD817F is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 127 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.13 |
| HSL | 1.28º | 0.58% | 0.68% | - |
| HSV(B) | 1.28º | 0.43% | 0.87% | - |
| XYZ | 41.5 | 32.6 | 24.18 | - |
| YUV | 156.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 127 | 0 | 0.42 | 0.43 | 0.13 | 1.28 | 0.58 | 0.68 |
| Hex | DD | 81 | 7F | 0 | 2A | 2B | D | 1 | 3A | 44 |
| Octal | 335 | 201 | 177 | 0 | 52 | 53 | 15 | 1 | 72 | 104 |
| Binary | 11011101 | 10000001 | 1111111 | 0 | 101010 | 101011 | 1101 | 1 | 111010 | 1000100 |
Color Harmonies of #DD817F
Complementary color
Monochromatic Colors of #DD817F
Black with #DD817F
Text Example
Text Example
White with #DD817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD817F; }
p { color: rgb(221,129,127); }
H1.HeaderClassName
{
color: #DD817F;
}
.AnyTagClassName
{
color: #DD817F;
}
</style>
background-color css
<style>
a { background-color: #DD817F; }
a { background-color: rgb(221,129,127); }
div.DivClassName
{
background-color: #DD817F;
}
.BgClassName
{
background-color: #DD817F;
}
</style>
border-color css
<style>
span { border-color: #DD817F; }
span { border-color: rgb(221,129,127); }
td.TdClassName
{
border-color: #DD817F;
}
.TagClassName
{
border-color: #DD817F;
}
</style>