Shades of Sea Pink #DD827F
Tints of Sea Pink #DD827F
RGB
CMYK
RGB Variations
Color information
#DD827F (or 0xDD827F) is known color: Sea Pink. HEX triplet: DD, 82 and 7F. RGB value is (221,130,127). Sum of RGB (Red+Green+Blue) = 221+130+127=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD827F is #227D80. Grayscale: #9C9C9C. Windows color (decimal): -2260353 or 8356573. OLE color: 8356573.
HSL color Cylindrical-coordinate representation of color #DD827F: hue angle of 1.91º 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 #DD827F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 127 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.13 |
| HSL | 1.91º | 0.58% | 0.68% | - |
| HSV(B) | 1.91º | 0.43% | 0.87% | - |
| XYZ | 41.63 | 32.87 | 24.23 | - |
| YUV | 156.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 127 | 0 | 0.41 | 0.43 | 0.13 | 1.91 | 0.58 | 0.68 |
| Hex | DD | 82 | 7F | 0 | 29 | 2B | D | 2 | 3A | 44 |
| Octal | 335 | 202 | 177 | 0 | 51 | 53 | 15 | 2 | 72 | 104 |
| Binary | 11011101 | 10000010 | 1111111 | 0 | 101001 | 101011 | 1101 | 10 | 111010 | 1000100 |
Color Harmonies of #DD827F
Complementary color
Monochromatic Colors of #DD827F
Black with #DD827F
Text Example
Text Example
White with #DD827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD827F; }
p { color: rgb(221,130,127); }
H1.HeaderClassName
{
color: #DD827F;
}
.AnyTagClassName
{
color: #DD827F;
}
</style>
background-color css
<style>
a { background-color: #DD827F; }
a { background-color: rgb(221,130,127); }
div.DivClassName
{
background-color: #DD827F;
}
.BgClassName
{
background-color: #DD827F;
}
</style>
border-color css
<style>
span { border-color: #DD827F; }
span { border-color: rgb(221,130,127); }
td.TdClassName
{
border-color: #DD827F;
}
.TagClassName
{
border-color: #DD827F;
}
</style>