Shades of Hot Pink #DD5AAF
Tints of Hot Pink #DD5AAF
RGB
CMYK
RGB Variations
Color information
#DD5AAF (or 0xDD5AAF) is known color: Hot Pink. HEX triplet: DD, 5A and AF. RGB value is (221,90,175). Sum of RGB (Red+Green+Blue) = 221+90+175=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AAF is #22A550. Grayscale: #8A8A8A. Windows color (decimal): -2270545 or 11492061. OLE color: 11492061.
HSL color Cylindrical-coordinate representation of color #DD5AAF: hue angle of 321.07º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5AAF is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 175 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.13 |
| HSL | 321.07º | 0.66% | 0.61% | - |
| HSV(B) | 321.07º | 0.59% | 0.87% | - |
| XYZ | 41.21 | 25.78 | 43.36 | - |
| YUV | 138.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 175 | 0 | 0.59 | 0.21 | 0.13 | 321.07 | 0.66 | 0.61 |
| Hex | DD | 5A | AF | 0 | 3B | 15 | D | 141 | 42 | 3D |
| Octal | 335 | 132 | 257 | 0 | 73 | 25 | 15 | 501 | 102 | 75 |
| Binary | 11011101 | 1011010 | 10101111 | 0 | 111011 | 10101 | 1101 | 101000001 | 1000010 | 111101 |
Color Harmonies of #DD5AAF
Complementary color
Monochromatic Colors of #DD5AAF
Black with #DD5AAF
Text Example
Text Example
White with #DD5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AAF; }
p { color: rgb(221,90,175); }
H1.HeaderClassName
{
color: #DD5AAF;
}
.AnyTagClassName
{
color: #DD5AAF;
}
</style>
background-color css
<style>
a { background-color: #DD5AAF; }
a { background-color: rgb(221,90,175); }
div.DivClassName
{
background-color: #DD5AAF;
}
.BgClassName
{
background-color: #DD5AAF;
}
</style>
border-color css
<style>
span { border-color: #DD5AAF; }
span { border-color: rgb(221,90,175); }
td.TdClassName
{
border-color: #DD5AAF;
}
.TagClassName
{
border-color: #DD5AAF;
}
</style>