Shades of Heliotrope #DF63FA
Tints of Heliotrope #DF63FA
RGB
CMYK
RGB Variations
Color information
#DF63FA (or 0xDF63FA) is known color: Heliotrope. HEX triplet: DF, 63 and FA. RGB value is (223,99,250). Sum of RGB (Red+Green+Blue) = 223+99+250=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF63FA is #209C05. Grayscale: #989898. Windows color (decimal): -2137094 or 16409567. OLE color: 16409567.
HSL color Cylindrical-coordinate representation of color #DF63FA: hue angle of 289.27º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF63FA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 99 | 250 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.02 |
| HSL | 289.27º | 0.94% | 0.68% | - |
| HSV(B) | 289.27º | 0.6% | 0.98% | - |
| XYZ | 52.15 | 31.51 | 93.78 | - |
| YUV | 153.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 250 | 0.11 | 0.60 | 0 | 0.02 | 289.27 | 0.94 | 0.68 |
| Hex | DF | 63 | FA | B | 3C | 0 | 2 | 121 | 5E | 44 |
| Octal | 337 | 143 | 372 | 13 | 74 | 0 | 2 | 441 | 136 | 104 |
| Binary | 11011111 | 1100011 | 11111010 | 1011 | 111100 | 0 | 10 | 100100001 | 1011110 | 1000100 |
Color Harmonies of #DF63FA
Complementary color
Monochromatic Colors of #DF63FA
Black with #DF63FA
Text Example
Text Example
White with #DF63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63FA; }
p { color: rgb(223,99,250); }
H1.HeaderClassName
{
color: #DF63FA;
}
.AnyTagClassName
{
color: #DF63FA;
}
</style>
background-color css
<style>
a { background-color: #DF63FA; }
a { background-color: rgb(223,99,250); }
div.DivClassName
{
background-color: #DF63FA;
}
.BgClassName
{
background-color: #DF63FA;
}
</style>
border-color css
<style>
span { border-color: #DF63FA; }
span { border-color: rgb(223,99,250); }
td.TdClassName
{
border-color: #DF63FA;
}
.TagClassName
{
border-color: #DF63FA;
}
</style>