Shades of Hot Pink #DF63B0
Tints of Hot Pink #DF63B0
RGB
CMYK
RGB Variations
Color information
#DF63B0 (or 0xDF63B0) is known color: Hot Pink. HEX triplet: DF, 63 and B0. RGB value is (223,99,176). Sum of RGB (Red+Green+Blue) = 223+99+176=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF63B0 is #209C4F. Grayscale: #909090. Windows color (decimal): -2137168 or 11559903. OLE color: 11559903.
HSL color Cylindrical-coordinate representation of color #DF63B0: hue angle of 322.74º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF63B0 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 176 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.13 |
| HSL | 322.74º | 0.66% | 0.63% | - |
| HSV(B) | 322.74º | 0.56% | 0.87% | - |
| XYZ | 42.73 | 27.75 | 44.18 | - |
| YUV | 144.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 176 | 0 | 0.56 | 0.21 | 0.13 | 322.74 | 0.66 | 0.63 |
| Hex | DF | 63 | B0 | 0 | 38 | 15 | D | 143 | 42 | 3F |
| Octal | 337 | 143 | 260 | 0 | 70 | 25 | 15 | 503 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10110000 | 0 | 111000 | 10101 | 1101 | 101000011 | 1000010 | 111111 |
Color Harmonies of #DF63B0
Complementary color
Monochromatic Colors of #DF63B0
Black with #DF63B0
Text Example
Text Example
White with #DF63B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63B0; }
p { color: rgb(223,99,176); }
H1.HeaderClassName
{
color: #DF63B0;
}
.AnyTagClassName
{
color: #DF63B0;
}
</style>
background-color css
<style>
a { background-color: #DF63B0; }
a { background-color: rgb(223,99,176); }
div.DivClassName
{
background-color: #DF63B0;
}
.BgClassName
{
background-color: #DF63B0;
}
</style>
border-color css
<style>
span { border-color: #DF63B0; }
span { border-color: rgb(223,99,176); }
td.TdClassName
{
border-color: #DF63B0;
}
.TagClassName
{
border-color: #DF63B0;
}
</style>