Shades of Hot Pink #DD5EAF
Tints of Hot Pink #DD5EAF
RGB
CMYK
RGB Variations
Color information
#DD5EAF (or 0xDD5EAF) is known color: Hot Pink. HEX triplet: DD, 5E and AF. RGB value is (221,94,175). Sum of RGB (Red+Green+Blue) = 221+94+175=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EAF is #22A150. Grayscale: #8D8D8D. Windows color (decimal): -2269521 or 11493085. OLE color: 11493085.
HSL color Cylindrical-coordinate representation of color #DD5EAF: hue angle of 321.73º 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 #DD5EAF is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 175 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.13 |
| HSL | 321.73º | 0.65% | 0.62% | - |
| HSV(B) | 321.73º | 0.57% | 0.87% | - |
| XYZ | 41.56 | 26.47 | 43.48 | - |
| YUV | 141.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 175 | 0 | 0.57 | 0.21 | 0.13 | 321.73 | 0.65 | 0.62 |
| Hex | DD | 5E | AF | 0 | 39 | 15 | D | 142 | 41 | 3E |
| Octal | 335 | 136 | 257 | 0 | 71 | 25 | 15 | 502 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10101111 | 0 | 111001 | 10101 | 1101 | 101000010 | 1000001 | 111110 |
Color Harmonies of #DD5EAF
Complementary color
Monochromatic Colors of #DD5EAF
Black with #DD5EAF
Text Example
Text Example
White with #DD5EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EAF; }
p { color: rgb(221,94,175); }
H1.HeaderClassName
{
color: #DD5EAF;
}
.AnyTagClassName
{
color: #DD5EAF;
}
</style>
background-color css
<style>
a { background-color: #DD5EAF; }
a { background-color: rgb(221,94,175); }
div.DivClassName
{
background-color: #DD5EAF;
}
.BgClassName
{
background-color: #DD5EAF;
}
</style>
border-color css
<style>
span { border-color: #DD5EAF; }
span { border-color: rgb(221,94,175); }
td.TdClassName
{
border-color: #DD5EAF;
}
.TagClassName
{
border-color: #DD5EAF;
}
</style>