Shades of Hot Pink #DF5FB5
Tints of Hot Pink #DF5FB5
RGB
CMYK
RGB Variations
Color information
#DF5FB5 (or 0xDF5FB5) is known color: Hot Pink. HEX triplet: DF, 5F and B5. RGB value is (223,95,181). Sum of RGB (Red+Green+Blue) = 223+95+181=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FB5 is #20A04A. Grayscale: #8E8E8E. Windows color (decimal): -2138187 or 11886559. OLE color: 11886559.
HSL color Cylindrical-coordinate representation of color #DF5FB5: hue angle of 319.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5FB5 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 181 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.13 |
| HSL | 319.69º | 0.67% | 0.62% | - |
| HSV(B) | 319.69º | 0.57% | 0.87% | - |
| XYZ | 42.86 | 27.21 | 46.71 | - |
| YUV | 143.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 181 | 0 | 0.57 | 0.19 | 0.13 | 319.69 | 0.67 | 0.62 |
| Hex | DF | 5F | B5 | 0 | 39 | 13 | D | 140 | 43 | 3E |
| Octal | 337 | 137 | 265 | 0 | 71 | 23 | 15 | 500 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10110101 | 0 | 111001 | 10011 | 1101 | 101000000 | 1000011 | 111110 |
Color Harmonies of #DF5FB5
Complementary color
Monochromatic Colors of #DF5FB5
Black with #DF5FB5
Text Example
Text Example
White with #DF5FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FB5; }
p { color: rgb(223,95,181); }
H1.HeaderClassName
{
color: #DF5FB5;
}
.AnyTagClassName
{
color: #DF5FB5;
}
</style>
background-color css
<style>
a { background-color: #DF5FB5; }
a { background-color: rgb(223,95,181); }
div.DivClassName
{
background-color: #DF5FB5;
}
.BgClassName
{
background-color: #DF5FB5;
}
</style>
border-color css
<style>
span { border-color: #DF5FB5; }
span { border-color: rgb(223,95,181); }
td.TdClassName
{
border-color: #DF5FB5;
}
.TagClassName
{
border-color: #DF5FB5;
}
</style>