Shades of Hot Pink #DF60B2
Tints of Hot Pink #DF60B2
RGB
CMYK
RGB Variations
Color information
#DF60B2 (or 0xDF60B2) is known color: Hot Pink. HEX triplet: DF, 60 and B2. RGB value is (223,96,178). Sum of RGB (Red+Green+Blue) = 223+96+178=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60B2 is #209F4D. Grayscale: #8F8F8F. Windows color (decimal): -2137934 or 11690207. OLE color: 11690207.
HSL color Cylindrical-coordinate representation of color #DF60B2: hue angle of 321.26º 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 #DF60B2 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 178 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.13 |
| HSL | 321.26º | 0.66% | 0.63% | - |
| HSV(B) | 321.26º | 0.57% | 0.87% | - |
| XYZ | 42.65 | 27.27 | 45.13 | - |
| YUV | 143.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 178 | 0 | 0.57 | 0.20 | 0.13 | 321.26 | 0.66 | 0.63 |
| Hex | DF | 60 | B2 | 0 | 39 | 14 | D | 141 | 42 | 3F |
| Octal | 337 | 140 | 262 | 0 | 71 | 24 | 15 | 501 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10110010 | 0 | 111001 | 10100 | 1101 | 101000001 | 1000010 | 111111 |
Color Harmonies of #DF60B2
Complementary color
Monochromatic Colors of #DF60B2
Black with #DF60B2
Text Example
Text Example
White with #DF60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60B2; }
p { color: rgb(223,96,178); }
H1.HeaderClassName
{
color: #DF60B2;
}
.AnyTagClassName
{
color: #DF60B2;
}
</style>
background-color css
<style>
a { background-color: #DF60B2; }
a { background-color: rgb(223,96,178); }
div.DivClassName
{
background-color: #DF60B2;
}
.BgClassName
{
background-color: #DF60B2;
}
</style>
border-color css
<style>
span { border-color: #DF60B2; }
span { border-color: rgb(223,96,178); }
td.TdClassName
{
border-color: #DF60B2;
}
.TagClassName
{
border-color: #DF60B2;
}
</style>