Shades of Dark Pink #DD5193
Tints of Dark Pink #DD5193
RGB
CMYK
RGB Variations
Color information
#DD5193 (or 0xDD5193) is known color: Dark Pink. HEX triplet: DD, 51 and 93. RGB value is (221,81,147). Sum of RGB (Red+Green+Blue) = 221+81+147=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5193 is #22AE6C. Grayscale: #828282. Windows color (decimal): -2272877 or 9654749. OLE color: 9654749.
HSL color Cylindrical-coordinate representation of color #DD5193: hue angle of 331.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5193 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 147 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.13 |
| HSL | 331.71º | 0.67% | 0.59% | - |
| HSV(B) | 331.71º | 0.63% | 0.87% | - |
| XYZ | 38.03 | 23.36 | 30.11 | - |
| YUV | 130.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 147 | 0 | 0.63 | 0.33 | 0.13 | 331.71 | 0.67 | 0.59 |
| Hex | DD | 51 | 93 | 0 | 3F | 21 | D | 14C | 43 | 3B |
| Octal | 335 | 121 | 223 | 0 | 77 | 41 | 15 | 514 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10010011 | 0 | 111111 | 100001 | 1101 | 101001100 | 1000011 | 111011 |
Color Harmonies of #DD5193
Complementary color
Monochromatic Colors of #DD5193
Black with #DD5193
Text Example
Text Example
White with #DD5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5193; }
p { color: rgb(221,81,147); }
H1.HeaderClassName
{
color: #DD5193;
}
.AnyTagClassName
{
color: #DD5193;
}
</style>
background-color css
<style>
a { background-color: #DD5193; }
a { background-color: rgb(221,81,147); }
div.DivClassName
{
background-color: #DD5193;
}
.BgClassName
{
background-color: #DD5193;
}
</style>
border-color css
<style>
span { border-color: #DD5193; }
span { border-color: rgb(221,81,147); }
td.TdClassName
{
border-color: #DD5193;
}
.TagClassName
{
border-color: #DD5193;
}
</style>