Shades of Hot Pink #DF60B3
Tints of Hot Pink #DF60B3
RGB
CMYK
RGB Variations
Color information
#DF60B3 (or 0xDF60B3) is known color: Hot Pink. HEX triplet: DF, 60 and B3. RGB value is (223,96,179). Sum of RGB (Red+Green+Blue) = 223+96+179=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60B3 is #209F4C. Grayscale: #8F8F8F. Windows color (decimal): -2137933 or 11755743. OLE color: 11755743.
HSL color Cylindrical-coordinate representation of color #DF60B3: hue angle of 320.79º 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 #DF60B3 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 179 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.13 |
| HSL | 320.79º | 0.66% | 0.63% | - |
| HSV(B) | 320.79º | 0.57% | 0.87% | - |
| XYZ | 42.75 | 27.31 | 45.67 | - |
| YUV | 143.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 179 | 0 | 0.57 | 0.20 | 0.13 | 320.79 | 0.66 | 0.63 |
| Hex | DF | 60 | B3 | 0 | 39 | 14 | D | 141 | 42 | 3F |
| Octal | 337 | 140 | 263 | 0 | 71 | 24 | 15 | 501 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10110011 | 0 | 111001 | 10100 | 1101 | 101000001 | 1000010 | 111111 |
Color Harmonies of #DF60B3
Complementary color
Monochromatic Colors of #DF60B3
Black with #DF60B3
Text Example
Text Example
White with #DF60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60B3; }
p { color: rgb(223,96,179); }
H1.HeaderClassName
{
color: #DF60B3;
}
.AnyTagClassName
{
color: #DF60B3;
}
</style>
background-color css
<style>
a { background-color: #DF60B3; }
a { background-color: rgb(223,96,179); }
div.DivClassName
{
background-color: #DF60B3;
}
.BgClassName
{
background-color: #DF60B3;
}
</style>
border-color css
<style>
span { border-color: #DF60B3; }
span { border-color: rgb(223,96,179); }
td.TdClassName
{
border-color: #DF60B3;
}
.TagClassName
{
border-color: #DF60B3;
}
</style>