Shades of Hot Pink #DF59B5
Tints of Hot Pink #DF59B5
RGB
CMYK
RGB Variations
Color information
#DF59B5 (or 0xDF59B5) is known color: Hot Pink. HEX triplet: DF, 59 and B5. RGB value is (223,89,181). Sum of RGB (Red+Green+Blue) = 223+89+181=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59B5 is #20A64A. Grayscale: #8B8B8B. Windows color (decimal): -2139723 or 11885023. OLE color: 11885023.
HSL color Cylindrical-coordinate representation of color #DF59B5: hue angle of 318.81º 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 #DF59B5 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 181 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.13 |
| HSL | 318.81º | 0.68% | 0.61% | - |
| HSV(B) | 318.81º | 0.6% | 0.87% | - |
| XYZ | 42.34 | 26.17 | 46.54 | - |
| YUV | 139.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 181 | 0 | 0.60 | 0.19 | 0.13 | 318.81 | 0.68 | 0.61 |
| Hex | DF | 59 | B5 | 0 | 3C | 13 | D | 13F | 44 | 3D |
| Octal | 337 | 131 | 265 | 0 | 74 | 23 | 15 | 477 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10110101 | 0 | 111100 | 10011 | 1101 | 100111111 | 1000100 | 111101 |
Color Harmonies of #DF59B5
Complementary color
Monochromatic Colors of #DF59B5
Black with #DF59B5
Text Example
Text Example
White with #DF59B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59B5; }
p { color: rgb(223,89,181); }
H1.HeaderClassName
{
color: #DF59B5;
}
.AnyTagClassName
{
color: #DF59B5;
}
</style>
background-color css
<style>
a { background-color: #DF59B5; }
a { background-color: rgb(223,89,181); }
div.DivClassName
{
background-color: #DF59B5;
}
.BgClassName
{
background-color: #DF59B5;
}
</style>
border-color css
<style>
span { border-color: #DF59B5; }
span { border-color: rgb(223,89,181); }
td.TdClassName
{
border-color: #DF59B5;
}
.TagClassName
{
border-color: #DF59B5;
}
</style>