Shades of Hot Pink #DF58B5
Tints of Hot Pink #DF58B5
RGB
CMYK
RGB Variations
Color information
#DF58B5 (or 0xDF58B5) is known color: Hot Pink. HEX triplet: DF, 58 and B5. RGB value is (223,88,181). Sum of RGB (Red+Green+Blue) = 223+88+181=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58B5 is #20A74A. Grayscale: #8A8A8A. Windows color (decimal): -2139979 or 11884767. OLE color: 11884767.
HSL color Cylindrical-coordinate representation of color #DF58B5: hue angle of 318.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58B5 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 181 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.13 |
| HSL | 318.67º | 0.68% | 0.61% | - |
| HSV(B) | 318.67º | 0.61% | 0.87% | - |
| XYZ | 42.26 | 26 | 46.51 | - |
| YUV | 138.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 181 | 0 | 0.61 | 0.19 | 0.13 | 318.67 | 0.68 | 0.61 |
| Hex | DF | 58 | B5 | 0 | 3D | 13 | D | 13F | 44 | 3D |
| Octal | 337 | 130 | 265 | 0 | 75 | 23 | 15 | 477 | 104 | 75 |
| Binary | 11011111 | 1011000 | 10110101 | 0 | 111101 | 10011 | 1101 | 100111111 | 1000100 | 111101 |
Color Harmonies of #DF58B5
Complementary color
Monochromatic Colors of #DF58B5
Black with #DF58B5
Text Example
Text Example
White with #DF58B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58B5; }
p { color: rgb(223,88,181); }
H1.HeaderClassName
{
color: #DF58B5;
}
.AnyTagClassName
{
color: #DF58B5;
}
</style>
background-color css
<style>
a { background-color: #DF58B5; }
a { background-color: rgb(223,88,181); }
div.DivClassName
{
background-color: #DF58B5;
}
.BgClassName
{
background-color: #DF58B5;
}
</style>
border-color css
<style>
span { border-color: #DF58B5; }
span { border-color: rgb(223,88,181); }
td.TdClassName
{
border-color: #DF58B5;
}
.TagClassName
{
border-color: #DF58B5;
}
</style>