Shades of Hot Pink #DF63B3
Tints of Hot Pink #DF63B3
RGB
CMYK
RGB Variations
Color information
#DF63B3 (or 0xDF63B3) is known color: Hot Pink. HEX triplet: DF, 63 and B3. RGB value is (223,99,179). Sum of RGB (Red+Green+Blue) = 223+99+179=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63B3 is #209C4C. Grayscale: #919191. Windows color (decimal): -2137165 or 11756511. OLE color: 11756511.
HSL color Cylindrical-coordinate representation of color #DF63B3: hue angle of 321.29º 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 #DF63B3 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 179 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.13 |
| HSL | 321.29º | 0.66% | 0.63% | - |
| HSV(B) | 321.29º | 0.56% | 0.87% | - |
| XYZ | 43.03 | 27.87 | 45.76 | - |
| YUV | 145.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 179 | 0 | 0.56 | 0.20 | 0.13 | 321.29 | 0.66 | 0.63 |
| Hex | DF | 63 | B3 | 0 | 38 | 14 | D | 141 | 42 | 3F |
| Octal | 337 | 143 | 263 | 0 | 70 | 24 | 15 | 501 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10110011 | 0 | 111000 | 10100 | 1101 | 101000001 | 1000010 | 111111 |
Color Harmonies of #DF63B3
Complementary color
Monochromatic Colors of #DF63B3
Black with #DF63B3
Text Example
Text Example
White with #DF63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63B3; }
p { color: rgb(223,99,179); }
H1.HeaderClassName
{
color: #DF63B3;
}
.AnyTagClassName
{
color: #DF63B3;
}
</style>
background-color css
<style>
a { background-color: #DF63B3; }
a { background-color: rgb(223,99,179); }
div.DivClassName
{
background-color: #DF63B3;
}
.BgClassName
{
background-color: #DF63B3;
}
</style>
border-color css
<style>
span { border-color: #DF63B3; }
span { border-color: rgb(223,99,179); }
td.TdClassName
{
border-color: #DF63B3;
}
.TagClassName
{
border-color: #DF63B3;
}
</style>