Shades of Dark Pink #DD548C
Tints of Dark Pink #DD548C
RGB
CMYK
RGB Variations
Color information
#DD548C (or 0xDD548C) is known color: Dark Pink. HEX triplet: DD, 54 and 8C. RGB value is (221,84,140). Sum of RGB (Red+Green+Blue) = 221+84+140=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD548C is #22AB73. Grayscale: #838383. Windows color (decimal): -2272116 or 9196765. OLE color: 9196765.
HSL color Cylindrical-coordinate representation of color #DD548C: hue angle of 335.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD548C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 140 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.13 |
| HSL | 335.47º | 0.67% | 0.6% | - |
| HSV(B) | 335.47º | 0.62% | 0.87% | - |
| XYZ | 37.72 | 23.61 | 27.38 | - |
| YUV | 131.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 140 | 0 | 0.62 | 0.37 | 0.13 | 335.47 | 0.67 | 0.6 |
| Hex | DD | 54 | 8C | 0 | 3E | 25 | D | 14F | 43 | 3C |
| Octal | 335 | 124 | 214 | 0 | 76 | 45 | 15 | 517 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10001100 | 0 | 111110 | 100101 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DD548C
Complementary color
Monochromatic Colors of #DD548C
Black with #DD548C
Text Example
Text Example
White with #DD548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD548C; }
p { color: rgb(221,84,140); }
H1.HeaderClassName
{
color: #DD548C;
}
.AnyTagClassName
{
color: #DD548C;
}
</style>
background-color css
<style>
a { background-color: #DD548C; }
a { background-color: rgb(221,84,140); }
div.DivClassName
{
background-color: #DD548C;
}
.BgClassName
{
background-color: #DD548C;
}
</style>
border-color css
<style>
span { border-color: #DD548C; }
span { border-color: rgb(221,84,140); }
td.TdClassName
{
border-color: #DD548C;
}
.TagClassName
{
border-color: #DD548C;
}
</style>