Shades of Hot Pink #DD5FAE
Tints of Hot Pink #DD5FAE
RGB
CMYK
RGB Variations
Color information
#DD5FAE (or 0xDD5FAE) is known color: Hot Pink. HEX triplet: DD, 5F and AE. RGB value is (221,95,174). Sum of RGB (Red+Green+Blue) = 221+95+174=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FAE is #22A051. Grayscale: #8D8D8D. Windows color (decimal): -2269266 or 11427805. OLE color: 11427805.
HSL color Cylindrical-coordinate representation of color #DD5FAE: hue angle of 322.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FAE is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 174 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.13 |
| HSL | 322.38º | 0.65% | 0.62% | - |
| HSV(B) | 322.38º | 0.57% | 0.87% | - |
| XYZ | 41.55 | 26.61 | 42.99 | - |
| YUV | 141.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 174 | 0 | 0.57 | 0.21 | 0.13 | 322.38 | 0.65 | 0.62 |
| Hex | DD | 5F | AE | 0 | 39 | 15 | D | 142 | 41 | 3E |
| Octal | 335 | 137 | 256 | 0 | 71 | 25 | 15 | 502 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10101110 | 0 | 111001 | 10101 | 1101 | 101000010 | 1000001 | 111110 |
Color Harmonies of #DD5FAE
Complementary color
Monochromatic Colors of #DD5FAE
Black with #DD5FAE
Text Example
Text Example
White with #DD5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FAE; }
p { color: rgb(221,95,174); }
H1.HeaderClassName
{
color: #DD5FAE;
}
.AnyTagClassName
{
color: #DD5FAE;
}
</style>
background-color css
<style>
a { background-color: #DD5FAE; }
a { background-color: rgb(221,95,174); }
div.DivClassName
{
background-color: #DD5FAE;
}
.BgClassName
{
background-color: #DD5FAE;
}
</style>
border-color css
<style>
span { border-color: #DD5FAE; }
span { border-color: rgb(221,95,174); }
td.TdClassName
{
border-color: #DD5FAE;
}
.TagClassName
{
border-color: #DD5FAE;
}
</style>