Shades of Dark Pink #DD4F87
Tints of Dark Pink #DD4F87
RGB
CMYK
RGB Variations
Color information
#DD4F87 (or 0xDD4F87) is known color: Dark Pink. HEX triplet: DD, 4F and 87. RGB value is (221,79,135). Sum of RGB (Red+Green+Blue) = 221+79+135=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F87 is #22B078. Grayscale: #7F7F7F. Windows color (decimal): -2273401 or 8867805. OLE color: 8867805.
HSL color Cylindrical-coordinate representation of color #DD4F87: hue angle of 336.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F87 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 135 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.13 |
| HSL | 336.34º | 0.68% | 0.59% | - |
| HSV(B) | 336.34º | 0.64% | 0.87% | - |
| XYZ | 36.99 | 22.71 | 25.36 | - |
| YUV | 127.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 135 | 0 | 0.64 | 0.39 | 0.13 | 336.34 | 0.68 | 0.59 |
| Hex | DD | 4F | 87 | 0 | 40 | 27 | D | 150 | 44 | 3B |
| Octal | 335 | 117 | 207 | 0 | 100 | 47 | 15 | 520 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10000111 | 0 | 1000000 | 100111 | 1101 | 101010000 | 1000100 | 111011 |
Color Harmonies of #DD4F87
Complementary color
Monochromatic Colors of #DD4F87
Black with #DD4F87
Text Example
Text Example
White with #DD4F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F87; }
p { color: rgb(221,79,135); }
H1.HeaderClassName
{
color: #DD4F87;
}
.AnyTagClassName
{
color: #DD4F87;
}
</style>
background-color css
<style>
a { background-color: #DD4F87; }
a { background-color: rgb(221,79,135); }
div.DivClassName
{
background-color: #DD4F87;
}
.BgClassName
{
background-color: #DD4F87;
}
</style>
border-color css
<style>
span { border-color: #DD4F87; }
span { border-color: rgb(221,79,135); }
td.TdClassName
{
border-color: #DD4F87;
}
.TagClassName
{
border-color: #DD4F87;
}
</style>