Shades of Dark Pink #DD4B8B
Tints of Dark Pink #DD4B8B
RGB
CMYK
RGB Variations
Color information
#DD4B8B (or 0xDD4B8B) is known color: Dark Pink. HEX triplet: DD, 4B and 8B. RGB value is (221,75,139). Sum of RGB (Red+Green+Blue) = 221+75+139=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4B8B is #22B474. Grayscale: #7D7D7D. Windows color (decimal): -2274421 or 9128925. OLE color: 9128925.
HSL color Cylindrical-coordinate representation of color #DD4B8B: hue angle of 333.7º 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 #DD4B8B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 139 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.13 |
| HSL | 333.7º | 0.68% | 0.58% | - |
| HSV(B) | 333.7º | 0.66% | 0.87% | - |
| XYZ | 37 | 22.27 | 26.77 | - |
| YUV | 125.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 139 | 0 | 0.66 | 0.37 | 0.13 | 333.7 | 0.68 | 0.58 |
| Hex | DD | 4B | 8B | 0 | 42 | 25 | D | 14E | 44 | 3A |
| Octal | 335 | 113 | 213 | 0 | 102 | 45 | 15 | 516 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10001011 | 0 | 1000010 | 100101 | 1101 | 101001110 | 1000100 | 111010 |
Color Harmonies of #DD4B8B
Complementary color
Monochromatic Colors of #DD4B8B
Black with #DD4B8B
Text Example
Text Example
White with #DD4B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B8B; }
p { color: rgb(221,75,139); }
H1.HeaderClassName
{
color: #DD4B8B;
}
.AnyTagClassName
{
color: #DD4B8B;
}
</style>
background-color css
<style>
a { background-color: #DD4B8B; }
a { background-color: rgb(221,75,139); }
div.DivClassName
{
background-color: #DD4B8B;
}
.BgClassName
{
background-color: #DD4B8B;
}
</style>
border-color css
<style>
span { border-color: #DD4B8B; }
span { border-color: rgb(221,75,139); }
td.TdClassName
{
border-color: #DD4B8B;
}
.TagClassName
{
border-color: #DD4B8B;
}
</style>