Shades of Heliotrope #DC62FA
Tints of Heliotrope #DC62FA
RGB
CMYK
RGB Variations
Color information
#DC62FA (or 0xDC62FA) is known color: Heliotrope. HEX triplet: DC, 62 and FA. RGB value is (220,98,250). Sum of RGB (Red+Green+Blue) = 220+98+250=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 98 (38.67% from 255 or 17.25% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62FA is #239D05. Grayscale: #979797. Windows color (decimal): -2333958 or 16409308. OLE color: 16409308.
HSL color Cylindrical-coordinate representation of color #DC62FA: hue angle of 288.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC62FA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 98 | 250 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.02 |
| HSL | 288.16º | 0.94% | 0.68% | - |
| HSV(B) | 288.16º | 0.61% | 0.98% | - |
| XYZ | 51.14 | 30.85 | 93.7 | - |
| YUV | 151.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 250 | 0.12 | 0.61 | 0 | 0.02 | 288.16 | 0.94 | 0.68 |
| Hex | DC | 62 | FA | C | 3D | 0 | 2 | 120 | 5E | 44 |
| Octal | 334 | 142 | 372 | 14 | 75 | 0 | 2 | 440 | 136 | 104 |
| Binary | 11011100 | 1100010 | 11111010 | 1100 | 111101 | 0 | 10 | 100100000 | 1011110 | 1000100 |
Color Harmonies of #DC62FA
Complementary color
Monochromatic Colors of #DC62FA
Black with #DC62FA
Text Example
Text Example
White with #DC62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62FA; }
p { color: rgb(220,98,250); }
H1.HeaderClassName
{
color: #DC62FA;
}
.AnyTagClassName
{
color: #DC62FA;
}
</style>
background-color css
<style>
a { background-color: #DC62FA; }
a { background-color: rgb(220,98,250); }
div.DivClassName
{
background-color: #DC62FA;
}
.BgClassName
{
background-color: #DC62FA;
}
</style>
border-color css
<style>
span { border-color: #DC62FA; }
span { border-color: rgb(220,98,250); }
td.TdClassName
{
border-color: #DC62FA;
}
.TagClassName
{
border-color: #DC62FA;
}
</style>