Shades of Dark Pink #DD5495
Tints of Dark Pink #DD5495
RGB
CMYK
RGB Variations
Color information
#DD5495 (or 0xDD5495) is known color: Dark Pink. HEX triplet: DD, 54 and 95. RGB value is (221,84,149). Sum of RGB (Red+Green+Blue) = 221+84+149=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5495 is #22AB6A. Grayscale: #848484. Windows color (decimal): -2272107 or 9786589. OLE color: 9786589.
HSL color Cylindrical-coordinate representation of color #DD5495: hue angle of 331.53º 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 #DD5495 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 149 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.13 |
| HSL | 331.53º | 0.67% | 0.6% | - |
| HSV(B) | 331.53º | 0.62% | 0.87% | - |
| XYZ | 38.41 | 23.88 | 31.02 | - |
| YUV | 132.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 149 | 0 | 0.62 | 0.33 | 0.13 | 331.53 | 0.67 | 0.6 |
| Hex | DD | 54 | 95 | 0 | 3E | 21 | D | 14C | 43 | 3C |
| Octal | 335 | 124 | 225 | 0 | 76 | 41 | 15 | 514 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10010101 | 0 | 111110 | 100001 | 1101 | 101001100 | 1000011 | 111100 |
Color Harmonies of #DD5495
Complementary color
Monochromatic Colors of #DD5495
Black with #DD5495
Text Example
Text Example
White with #DD5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5495; }
p { color: rgb(221,84,149); }
H1.HeaderClassName
{
color: #DD5495;
}
.AnyTagClassName
{
color: #DD5495;
}
</style>
background-color css
<style>
a { background-color: #DD5495; }
a { background-color: rgb(221,84,149); }
div.DivClassName
{
background-color: #DD5495;
}
.BgClassName
{
background-color: #DD5495;
}
</style>
border-color css
<style>
span { border-color: #DD5495; }
span { border-color: rgb(221,84,149); }
td.TdClassName
{
border-color: #DD5495;
}
.TagClassName
{
border-color: #DD5495;
}
</style>