Shades of Dark Pink #DD4E8B
Tints of Dark Pink #DD4E8B
RGB
CMYK
RGB Variations
Color information
#DD4E8B (or 0xDD4E8B) is known color: Dark Pink. HEX triplet: DD, 4E and 8B. RGB value is (221,78,139). Sum of RGB (Red+Green+Blue) = 221+78+139=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E8B is #22B174. Grayscale: #7F7F7F. Windows color (decimal): -2273653 or 9129693. OLE color: 9129693.
HSL color Cylindrical-coordinate representation of color #DD4E8B: hue angle of 334.41º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E8B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 139 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.13 |
| HSL | 334.41º | 0.68% | 0.59% | - |
| HSV(B) | 334.41º | 0.65% | 0.87% | - |
| XYZ | 37.2 | 22.69 | 26.84 | - |
| YUV | 127.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 139 | 0 | 0.65 | 0.37 | 0.13 | 334.41 | 0.68 | 0.59 |
| Hex | DD | 4E | 8B | 0 | 41 | 25 | D | 14E | 44 | 3B |
| Octal | 335 | 116 | 213 | 0 | 101 | 45 | 15 | 516 | 104 | 73 |
| Binary | 11011101 | 1001110 | 10001011 | 0 | 1000001 | 100101 | 1101 | 101001110 | 1000100 | 111011 |
Color Harmonies of #DD4E8B
Complementary color
Monochromatic Colors of #DD4E8B
Black with #DD4E8B
Text Example
Text Example
White with #DD4E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E8B; }
p { color: rgb(221,78,139); }
H1.HeaderClassName
{
color: #DD4E8B;
}
.AnyTagClassName
{
color: #DD4E8B;
}
</style>
background-color css
<style>
a { background-color: #DD4E8B; }
a { background-color: rgb(221,78,139); }
div.DivClassName
{
background-color: #DD4E8B;
}
.BgClassName
{
background-color: #DD4E8B;
}
</style>
border-color css
<style>
span { border-color: #DD4E8B; }
span { border-color: rgb(221,78,139); }
td.TdClassName
{
border-color: #DD4E8B;
}
.TagClassName
{
border-color: #DD4E8B;
}
</style>