Shades of Heliotrope #DC64FA
Tints of Heliotrope #DC64FA
RGB
CMYK
RGB Variations
Color information
#DC64FA (or 0xDC64FA) is known color: Heliotrope. HEX triplet: DC, 64 and FA. RGB value is (220,100,250). Sum of RGB (Red+Green+Blue) = 220+100+250=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64FA is #239B05. Grayscale: #989898. Windows color (decimal): -2333446 or 16409820. OLE color: 16409820.
HSL color Cylindrical-coordinate representation of color #DC64FA: hue angle of 288º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC64FA is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 100 | 250 | - |
| CMYK | 0.12 | 0.6 | 0 | 0.02 |
| HSL | 288º | 0.94% | 0.69% | - |
| HSV(B) | 288º | 0.6% | 0.98% | - |
| XYZ | 51.33 | 31.23 | 93.77 | - |
| YUV | 152.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 250 | 0.12 | 0.6 | 0 | 0.02 | 288 | 0.94 | 0.69 |
| Hex | DC | 64 | FA | C | 3C | 0 | 2 | 120 | 5E | 45 |
| Octal | 334 | 144 | 372 | 14 | 74 | 0 | 2 | 440 | 136 | 105 |
| Binary | 11011100 | 1100100 | 11111010 | 1100 | 111100 | 0 | 10 | 100100000 | 1011110 | 1000101 |
Color Harmonies of #DC64FA
Complementary color
Monochromatic Colors of #DC64FA
Black with #DC64FA
Text Example
Text Example
White with #DC64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64FA; }
p { color: rgb(220,100,250); }
H1.HeaderClassName
{
color: #DC64FA;
}
.AnyTagClassName
{
color: #DC64FA;
}
</style>
background-color css
<style>
a { background-color: #DC64FA; }
a { background-color: rgb(220,100,250); }
div.DivClassName
{
background-color: #DC64FA;
}
.BgClassName
{
background-color: #DC64FA;
}
</style>
border-color css
<style>
span { border-color: #DC64FA; }
span { border-color: rgb(220,100,250); }
td.TdClassName
{
border-color: #DC64FA;
}
.TagClassName
{
border-color: #DC64FA;
}
</style>