Shades of Hot Pink #DF5AB6
Tints of Hot Pink #DF5AB6
RGB
CMYK
RGB Variations
Color information
#DF5AB6 (or 0xDF5AB6) is known color: Hot Pink. HEX triplet: DF, 5A and B6. RGB value is (223,90,182). Sum of RGB (Red+Green+Blue) = 223+90+182=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AB6 is #20A549. Grayscale: #8C8C8C. Windows color (decimal): -2139466 or 11950815. OLE color: 11950815.
HSL color Cylindrical-coordinate representation of color #DF5AB6: hue angle of 318.5º 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 #DF5AB6 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 182 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.13 |
| HSL | 318.5º | 0.68% | 0.61% | - |
| HSV(B) | 318.5º | 0.6% | 0.87% | - |
| XYZ | 42.53 | 26.38 | 47.11 | - |
| YUV | 140.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 182 | 0 | 0.60 | 0.18 | 0.13 | 318.5 | 0.68 | 0.61 |
| Hex | DF | 5A | B6 | 0 | 3C | 12 | D | 13E | 44 | 3D |
| Octal | 337 | 132 | 266 | 0 | 74 | 22 | 15 | 476 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10110110 | 0 | 111100 | 10010 | 1101 | 100111110 | 1000100 | 111101 |
Color Harmonies of #DF5AB6
Complementary color
Monochromatic Colors of #DF5AB6
Black with #DF5AB6
Text Example
Text Example
White with #DF5AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AB6; }
p { color: rgb(223,90,182); }
H1.HeaderClassName
{
color: #DF5AB6;
}
.AnyTagClassName
{
color: #DF5AB6;
}
</style>
background-color css
<style>
a { background-color: #DF5AB6; }
a { background-color: rgb(223,90,182); }
div.DivClassName
{
background-color: #DF5AB6;
}
.BgClassName
{
background-color: #DF5AB6;
}
</style>
border-color css
<style>
span { border-color: #DF5AB6; }
span { border-color: rgb(223,90,182); }
td.TdClassName
{
border-color: #DF5AB6;
}
.TagClassName
{
border-color: #DF5AB6;
}
</style>