Shades of Dark Pink #DD4B8F
Tints of Dark Pink #DD4B8F
RGB
CMYK
RGB Variations
Color information
#DD4B8F (or 0xDD4B8F) is known color: Dark Pink. HEX triplet: DD, 4B and 8F. RGB value is (221,75,143). Sum of RGB (Red+Green+Blue) = 221+75+143=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4B8F is #22B470. Grayscale: #7E7E7E. Windows color (decimal): -2274417 or 9391069. OLE color: 9391069.
HSL color Cylindrical-coordinate representation of color #DD4B8F: hue angle of 332.05º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4B8F is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 143 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.13 |
| HSL | 332.05º | 0.68% | 0.58% | - |
| HSV(B) | 332.05º | 0.66% | 0.87% | - |
| XYZ | 37.29 | 22.39 | 28.34 | - |
| YUV | 126.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 143 | 0 | 0.66 | 0.35 | 0.13 | 332.05 | 0.68 | 0.58 |
| Hex | DD | 4B | 8F | 0 | 42 | 23 | D | 14C | 44 | 3A |
| Octal | 335 | 113 | 217 | 0 | 102 | 43 | 15 | 514 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10001111 | 0 | 1000010 | 100011 | 1101 | 101001100 | 1000100 | 111010 |
Color Harmonies of #DD4B8F
Complementary color
Monochromatic Colors of #DD4B8F
Black with #DD4B8F
Text Example
Text Example
White with #DD4B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B8F; }
p { color: rgb(221,75,143); }
H1.HeaderClassName
{
color: #DD4B8F;
}
.AnyTagClassName
{
color: #DD4B8F;
}
</style>
background-color css
<style>
a { background-color: #DD4B8F; }
a { background-color: rgb(221,75,143); }
div.DivClassName
{
background-color: #DD4B8F;
}
.BgClassName
{
background-color: #DD4B8F;
}
</style>
border-color css
<style>
span { border-color: #DD4B8F; }
span { border-color: rgb(221,75,143); }
td.TdClassName
{
border-color: #DD4B8F;
}
.TagClassName
{
border-color: #DD4B8F;
}
</style>