Shades of Heliotrope #DC63F6
Tints of Heliotrope #DC63F6
RGB
CMYK
RGB Variations
Color information
#DC63F6 (or 0xDC63F6) is known color: Heliotrope. HEX triplet: DC, 63 and F6. RGB value is (220,99,246). Sum of RGB (Red+Green+Blue) = 220+99+246=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC63F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63F6 is #239C09. Grayscale: #979797. Windows color (decimal): -2333706 or 16147420. OLE color: 16147420.
HSL color Cylindrical-coordinate representation of color #DC63F6: hue angle of 289.39º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC63F6 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 99 | 246 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.04 |
| HSL | 289.39º | 0.89% | 0.68% | - |
| HSV(B) | 289.39º | 0.6% | 0.96% | - |
| XYZ | 50.61 | 30.79 | 90.46 | - |
| YUV | 151.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 246 | 0.11 | 0.60 | 0 | 0.04 | 289.39 | 0.89 | 0.68 |
| Hex | DC | 63 | F6 | B | 3C | 0 | 4 | 121 | 59 | 44 |
| Octal | 334 | 143 | 366 | 13 | 74 | 0 | 4 | 441 | 131 | 104 |
| Binary | 11011100 | 1100011 | 11110110 | 1011 | 111100 | 0 | 100 | 100100001 | 1011001 | 1000100 |
Color Harmonies of #DC63F6
Complementary color
Monochromatic Colors of #DC63F6
Black with #DC63F6
Text Example
Text Example
White with #DC63F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63F6; }
p { color: rgb(220,99,246); }
H1.HeaderClassName
{
color: #DC63F6;
}
.AnyTagClassName
{
color: #DC63F6;
}
</style>
background-color css
<style>
a { background-color: #DC63F6; }
a { background-color: rgb(220,99,246); }
div.DivClassName
{
background-color: #DC63F6;
}
.BgClassName
{
background-color: #DC63F6;
}
</style>
border-color css
<style>
span { border-color: #DC63F6; }
span { border-color: rgb(220,99,246); }
td.TdClassName
{
border-color: #DC63F6;
}
.TagClassName
{
border-color: #DC63F6;
}
</style>