Shades of Sea Pink #DD867F
Tints of Sea Pink #DD867F
RGB
CMYK
RGB Variations
Color information
#DD867F (or 0xDD867F) is known color: Sea Pink. HEX triplet: DD, 86 and 7F. RGB value is (221,134,127). Sum of RGB (Red+Green+Blue) = 221+134+127=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD867F is #227980. Grayscale: #9F9F9F. Windows color (decimal): -2259329 or 8357597. OLE color: 8357597.
HSL color Cylindrical-coordinate representation of color #DD867F: hue angle of 4.47º 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 #DD867F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 127 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.13 |
| HSL | 4.47º | 0.58% | 0.68% | - |
| HSV(B) | 4.47º | 0.43% | 0.87% | - |
| XYZ | 42.17 | 33.95 | 24.41 | - |
| YUV | 159.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 127 | 0 | 0.39 | 0.43 | 0.13 | 4.47 | 0.58 | 0.68 |
| Hex | DD | 86 | 7F | 0 | 27 | 2B | D | 4 | 3A | 44 |
| Octal | 335 | 206 | 177 | 0 | 47 | 53 | 15 | 4 | 72 | 104 |
| Binary | 11011101 | 10000110 | 1111111 | 0 | 100111 | 101011 | 1101 | 100 | 111010 | 1000100 |
Color Harmonies of #DD867F
Complementary color
Monochromatic Colors of #DD867F
Black with #DD867F
Text Example
Text Example
White with #DD867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD867F; }
p { color: rgb(221,134,127); }
H1.HeaderClassName
{
color: #DD867F;
}
.AnyTagClassName
{
color: #DD867F;
}
</style>
background-color css
<style>
a { background-color: #DD867F; }
a { background-color: rgb(221,134,127); }
div.DivClassName
{
background-color: #DD867F;
}
.BgClassName
{
background-color: #DD867F;
}
</style>
border-color css
<style>
span { border-color: #DD867F; }
span { border-color: rgb(221,134,127); }
td.TdClassName
{
border-color: #DD867F;
}
.TagClassName
{
border-color: #DD867F;
}
</style>