Shades of Hot Pink #DD5FAC
Tints of Hot Pink #DD5FAC
RGB
CMYK
RGB Variations
Color information
#DD5FAC (or 0xDD5FAC) is known color: Hot Pink. HEX triplet: DD, 5F and AC. RGB value is (221,95,172). Sum of RGB (Red+Green+Blue) = 221+95+172=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FAC is #22A053. Grayscale: #8D8D8D. Windows color (decimal): -2269268 or 11296733. OLE color: 11296733.
HSL color Cylindrical-coordinate representation of color #DD5FAC: hue angle of 323.33º 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 #DD5FAC is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 172 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 323.33º | 0.65% | 0.62% | - |
| HSV(B) | 323.33º | 0.57% | 0.87% | - |
| XYZ | 41.36 | 26.54 | 41.97 | - |
| YUV | 141.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 172 | 0 | 0.57 | 0.22 | 0.13 | 323.33 | 0.65 | 0.62 |
| Hex | DD | 5F | AC | 0 | 39 | 16 | D | 143 | 41 | 3E |
| Octal | 335 | 137 | 254 | 0 | 71 | 26 | 15 | 503 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10101100 | 0 | 111001 | 10110 | 1101 | 101000011 | 1000001 | 111110 |
Color Harmonies of #DD5FAC
Complementary color
Monochromatic Colors of #DD5FAC
Black with #DD5FAC
Text Example
Text Example
White with #DD5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FAC; }
p { color: rgb(221,95,172); }
H1.HeaderClassName
{
color: #DD5FAC;
}
.AnyTagClassName
{
color: #DD5FAC;
}
</style>
background-color css
<style>
a { background-color: #DD5FAC; }
a { background-color: rgb(221,95,172); }
div.DivClassName
{
background-color: #DD5FAC;
}
.BgClassName
{
background-color: #DD5FAC;
}
</style>
border-color css
<style>
span { border-color: #DD5FAC; }
span { border-color: rgb(221,95,172); }
td.TdClassName
{
border-color: #DD5FAC;
}
.TagClassName
{
border-color: #DD5FAC;
}
</style>