Shades of Dark Pink #DD4F8F
Tints of Dark Pink #DD4F8F
RGB
CMYK
RGB Variations
Color information
#DD4F8F (or 0xDD4F8F) is known color: Dark Pink. HEX triplet: DD, 4F and 8F. RGB value is (221,79,143). Sum of RGB (Red+Green+Blue) = 221+79+143=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F8F is #22B070. Grayscale: #808080. Windows color (decimal): -2273393 or 9392093. OLE color: 9392093.
HSL color Cylindrical-coordinate representation of color #DD4F8F: hue angle of 332.96º 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 #DD4F8F is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 143 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.13 |
| HSL | 332.96º | 0.68% | 0.59% | - |
| HSV(B) | 332.96º | 0.64% | 0.87% | - |
| XYZ | 37.57 | 22.95 | 28.44 | - |
| YUV | 128.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 143 | 0 | 0.64 | 0.35 | 0.13 | 332.96 | 0.68 | 0.59 |
| Hex | DD | 4F | 8F | 0 | 40 | 23 | D | 14D | 44 | 3B |
| Octal | 335 | 117 | 217 | 0 | 100 | 43 | 15 | 515 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10001111 | 0 | 1000000 | 100011 | 1101 | 101001101 | 1000100 | 111011 |
Color Harmonies of #DD4F8F
Complementary color
Monochromatic Colors of #DD4F8F
Black with #DD4F8F
Text Example
Text Example
White with #DD4F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F8F; }
p { color: rgb(221,79,143); }
H1.HeaderClassName
{
color: #DD4F8F;
}
.AnyTagClassName
{
color: #DD4F8F;
}
</style>
background-color css
<style>
a { background-color: #DD4F8F; }
a { background-color: rgb(221,79,143); }
div.DivClassName
{
background-color: #DD4F8F;
}
.BgClassName
{
background-color: #DD4F8F;
}
</style>
border-color css
<style>
span { border-color: #DD4F8F; }
span { border-color: rgb(221,79,143); }
td.TdClassName
{
border-color: #DD4F8F;
}
.TagClassName
{
border-color: #DD4F8F;
}
</style>