Shades of Hot Pink #DF63AC
Tints of Hot Pink #DF63AC
RGB
CMYK
RGB Variations
Color information
#DF63AC (or 0xDF63AC) is known color: Hot Pink. HEX triplet: DF, 63 and AC. RGB value is (223,99,172). Sum of RGB (Red+Green+Blue) = 223+99+172=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF63AC is #209C53. Grayscale: #909090. Windows color (decimal): -2137172 or 11297759. OLE color: 11297759.
HSL color Cylindrical-coordinate representation of color #DF63AC: hue angle of 324.68º 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 #DF63AC is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 172 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.13 |
| HSL | 324.68º | 0.66% | 0.63% | - |
| HSV(B) | 324.68º | 0.56% | 0.87% | - |
| XYZ | 42.34 | 27.59 | 42.12 | - |
| YUV | 144.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 172 | 0 | 0.56 | 0.23 | 0.13 | 324.68 | 0.66 | 0.63 |
| Hex | DF | 63 | AC | 0 | 38 | 17 | D | 145 | 42 | 3F |
| Octal | 337 | 143 | 254 | 0 | 70 | 27 | 15 | 505 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10101100 | 0 | 111000 | 10111 | 1101 | 101000101 | 1000010 | 111111 |
Color Harmonies of #DF63AC
Complementary color
Monochromatic Colors of #DF63AC
Black with #DF63AC
Text Example
Text Example
White with #DF63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63AC; }
p { color: rgb(223,99,172); }
H1.HeaderClassName
{
color: #DF63AC;
}
.AnyTagClassName
{
color: #DF63AC;
}
</style>
background-color css
<style>
a { background-color: #DF63AC; }
a { background-color: rgb(223,99,172); }
div.DivClassName
{
background-color: #DF63AC;
}
.BgClassName
{
background-color: #DF63AC;
}
</style>
border-color css
<style>
span { border-color: #DF63AC; }
span { border-color: rgb(223,99,172); }
td.TdClassName
{
border-color: #DF63AC;
}
.TagClassName
{
border-color: #DF63AC;
}
</style>