Shades of Hot Pink #DF5FB7
Tints of Hot Pink #DF5FB7
RGB
CMYK
RGB Variations
Color information
#DF5FB7 (or 0xDF5FB7) is known color: Hot Pink. HEX triplet: DF, 5F and B7. RGB value is (223,95,183). Sum of RGB (Red+Green+Blue) = 223+95+183=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FB7 is #20A048. Grayscale: #8F8F8F. Windows color (decimal): -2138185 or 12017631. OLE color: 12017631.
HSL color Cylindrical-coordinate representation of color #DF5FB7: hue angle of 318.75º 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 #DF5FB7 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 183 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.13 |
| HSL | 318.75º | 0.67% | 0.62% | - |
| HSV(B) | 318.75º | 0.57% | 0.87% | - |
| XYZ | 43.07 | 27.29 | 47.8 | - |
| YUV | 143.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 183 | 0 | 0.57 | 0.18 | 0.13 | 318.75 | 0.67 | 0.62 |
| Hex | DF | 5F | B7 | 0 | 39 | 12 | D | 13F | 43 | 3E |
| Octal | 337 | 137 | 267 | 0 | 71 | 22 | 15 | 477 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10110111 | 0 | 111001 | 10010 | 1101 | 100111111 | 1000011 | 111110 |
Color Harmonies of #DF5FB7
Complementary color
Monochromatic Colors of #DF5FB7
Black with #DF5FB7
Text Example
Text Example
White with #DF5FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FB7; }
p { color: rgb(223,95,183); }
H1.HeaderClassName
{
color: #DF5FB7;
}
.AnyTagClassName
{
color: #DF5FB7;
}
</style>
background-color css
<style>
a { background-color: #DF5FB7; }
a { background-color: rgb(223,95,183); }
div.DivClassName
{
background-color: #DF5FB7;
}
.BgClassName
{
background-color: #DF5FB7;
}
</style>
border-color css
<style>
span { border-color: #DF5FB7; }
span { border-color: rgb(223,95,183); }
td.TdClassName
{
border-color: #DF5FB7;
}
.TagClassName
{
border-color: #DF5FB7;
}
</style>