Shades of Hot Pink #DF60B7
Tints of Hot Pink #DF60B7
RGB
CMYK
RGB Variations
Color information
#DF60B7 (or 0xDF60B7) is known color: Hot Pink. HEX triplet: DF, 60 and B7. RGB value is (223,96,183). Sum of RGB (Red+Green+Blue) = 223+96+183=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60B7 is #209F48. Grayscale: #8F8F8F. Windows color (decimal): -2137929 or 12017887. OLE color: 12017887.
HSL color Cylindrical-coordinate representation of color #DF60B7: hue angle of 318.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF60B7 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 183 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.13 |
| HSL | 318.9º | 0.66% | 0.63% | - |
| HSV(B) | 318.9º | 0.57% | 0.87% | - |
| XYZ | 43.16 | 27.47 | 47.83 | - |
| YUV | 143.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 183 | 0 | 0.57 | 0.18 | 0.13 | 318.9 | 0.66 | 0.63 |
| Hex | DF | 60 | B7 | 0 | 39 | 12 | D | 13F | 42 | 3F |
| Octal | 337 | 140 | 267 | 0 | 71 | 22 | 15 | 477 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10110111 | 0 | 111001 | 10010 | 1101 | 100111111 | 1000010 | 111111 |
Color Harmonies of #DF60B7
Complementary color
Monochromatic Colors of #DF60B7
Black with #DF60B7
Text Example
Text Example
White with #DF60B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60B7; }
p { color: rgb(223,96,183); }
H1.HeaderClassName
{
color: #DF60B7;
}
.AnyTagClassName
{
color: #DF60B7;
}
</style>
background-color css
<style>
a { background-color: #DF60B7; }
a { background-color: rgb(223,96,183); }
div.DivClassName
{
background-color: #DF60B7;
}
.BgClassName
{
background-color: #DF60B7;
}
</style>
border-color css
<style>
span { border-color: #DF60B7; }
span { border-color: rgb(223,96,183); }
td.TdClassName
{
border-color: #DF60B7;
}
.TagClassName
{
border-color: #DF60B7;
}
</style>