Shades of Dark Pink #DD4C8A
Tints of Dark Pink #DD4C8A
RGB
CMYK
RGB Variations
Color information
#DD4C8A (or 0xDD4C8A) is known color: Dark Pink. HEX triplet: DD, 4C and 8A. RGB value is (221,76,138). Sum of RGB (Red+Green+Blue) = 221+76+138=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C8A is #22B375. Grayscale: #7E7E7E. Windows color (decimal): -2274166 or 9063645. OLE color: 9063645.
HSL color Cylindrical-coordinate representation of color #DD4C8A: hue angle of 334.34º 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 #DD4C8A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 138 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.13 |
| HSL | 334.34º | 0.68% | 0.58% | - |
| HSV(B) | 334.34º | 0.66% | 0.87% | - |
| XYZ | 36.99 | 22.38 | 26.41 | - |
| YUV | 126.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 138 | 0 | 0.66 | 0.38 | 0.13 | 334.34 | 0.68 | 0.58 |
| Hex | DD | 4C | 8A | 0 | 42 | 26 | D | 14E | 44 | 3A |
| Octal | 335 | 114 | 212 | 0 | 102 | 46 | 15 | 516 | 104 | 72 |
| Binary | 11011101 | 1001100 | 10001010 | 0 | 1000010 | 100110 | 1101 | 101001110 | 1000100 | 111010 |
Color Harmonies of #DD4C8A
Complementary color
Monochromatic Colors of #DD4C8A
Black with #DD4C8A
Text Example
Text Example
White with #DD4C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C8A; }
p { color: rgb(221,76,138); }
H1.HeaderClassName
{
color: #DD4C8A;
}
.AnyTagClassName
{
color: #DD4C8A;
}
</style>
background-color css
<style>
a { background-color: #DD4C8A; }
a { background-color: rgb(221,76,138); }
div.DivClassName
{
background-color: #DD4C8A;
}
.BgClassName
{
background-color: #DD4C8A;
}
</style>
border-color css
<style>
span { border-color: #DD4C8A; }
span { border-color: rgb(221,76,138); }
td.TdClassName
{
border-color: #DD4C8A;
}
.TagClassName
{
border-color: #DD4C8A;
}
</style>