Shades of Dark Pink #DD548E
Tints of Dark Pink #DD548E
RGB
CMYK
RGB Variations
Color information
#DD548E (or 0xDD548E) is known color: Dark Pink. HEX triplet: DD, 54 and 8E. RGB value is (221,84,142). Sum of RGB (Red+Green+Blue) = 221+84+142=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD548E is #22AB71. Grayscale: #838383. Windows color (decimal): -2272114 or 9327837. OLE color: 9327837.
HSL color Cylindrical-coordinate representation of color #DD548E: hue angle of 334.6º 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 #DD548E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 142 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.13 |
| HSL | 334.6º | 0.67% | 0.6% | - |
| HSV(B) | 334.6º | 0.62% | 0.87% | - |
| XYZ | 37.87 | 23.67 | 28.16 | - |
| YUV | 131.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 142 | 0 | 0.62 | 0.36 | 0.13 | 334.6 | 0.67 | 0.6 |
| Hex | DD | 54 | 8E | 0 | 3E | 24 | D | 14F | 43 | 3C |
| Octal | 335 | 124 | 216 | 0 | 76 | 44 | 15 | 517 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10001110 | 0 | 111110 | 100100 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DD548E
Complementary color
Monochromatic Colors of #DD548E
Black with #DD548E
Text Example
Text Example
White with #DD548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD548E; }
p { color: rgb(221,84,142); }
H1.HeaderClassName
{
color: #DD548E;
}
.AnyTagClassName
{
color: #DD548E;
}
</style>
background-color css
<style>
a { background-color: #DD548E; }
a { background-color: rgb(221,84,142); }
div.DivClassName
{
background-color: #DD548E;
}
.BgClassName
{
background-color: #DD548E;
}
</style>
border-color css
<style>
span { border-color: #DD548E; }
span { border-color: rgb(221,84,142); }
td.TdClassName
{
border-color: #DD548E;
}
.TagClassName
{
border-color: #DD548E;
}
</style>