Shades of Hot Pink #DF5AB4
Tints of Hot Pink #DF5AB4
RGB
CMYK
RGB Variations
Color information
#DF5AB4 (or 0xDF5AB4) is known color: Hot Pink. HEX triplet: DF, 5A and B4. RGB value is (223,90,180). Sum of RGB (Red+Green+Blue) = 223+90+180=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AB4 is #20A54B. Grayscale: #8B8B8B. Windows color (decimal): -2139468 or 11819743. OLE color: 11819743.
HSL color Cylindrical-coordinate representation of color #DF5AB4: hue angle of 319.4º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5AB4 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 180 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.13 |
| HSL | 319.4º | 0.68% | 0.61% | - |
| HSV(B) | 319.4º | 0.6% | 0.87% | - |
| XYZ | 42.33 | 26.3 | 46.02 | - |
| YUV | 140.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 180 | 0 | 0.60 | 0.19 | 0.13 | 319.4 | 0.68 | 0.61 |
| Hex | DF | 5A | B4 | 0 | 3C | 13 | D | 13F | 44 | 3D |
| Octal | 337 | 132 | 264 | 0 | 74 | 23 | 15 | 477 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10110100 | 0 | 111100 | 10011 | 1101 | 100111111 | 1000100 | 111101 |
Color Harmonies of #DF5AB4
Complementary color
Monochromatic Colors of #DF5AB4
Black with #DF5AB4
Text Example
Text Example
White with #DF5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AB4; }
p { color: rgb(223,90,180); }
H1.HeaderClassName
{
color: #DF5AB4;
}
.AnyTagClassName
{
color: #DF5AB4;
}
</style>
background-color css
<style>
a { background-color: #DF5AB4; }
a { background-color: rgb(223,90,180); }
div.DivClassName
{
background-color: #DF5AB4;
}
.BgClassName
{
background-color: #DF5AB4;
}
</style>
border-color css
<style>
span { border-color: #DF5AB4; }
span { border-color: rgb(223,90,180); }
td.TdClassName
{
border-color: #DF5AB4;
}
.TagClassName
{
border-color: #DF5AB4;
}
</style>