Shades of Heliotrope #DC63EF
Tints of Heliotrope #DC63EF
RGB
CMYK
RGB Variations
Color information
#DC63EF (or 0xDC63EF) is known color: Heliotrope. HEX triplet: DC, 63 and EF. RGB value is (220,99,239). Sum of RGB (Red+Green+Blue) = 220+99+239=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC63EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63EF is #239C10. Grayscale: #969696. Windows color (decimal): -2333713 or 15688668. OLE color: 15688668.
HSL color Cylindrical-coordinate representation of color #DC63EF: hue angle of 291.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC63EF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 99 | 239 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.06 |
| HSL | 291.86º | 0.81% | 0.66% | - |
| HSV(B) | 291.86º | 0.59% | 0.94% | - |
| XYZ | 49.56 | 30.37 | 84.91 | - |
| YUV | 151.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 239 | 0.08 | 0.59 | 0 | 0.06 | 291.86 | 0.81 | 0.66 |
| Hex | DC | 63 | EF | 8 | 3B | 0 | 6 | 124 | 51 | 42 |
| Octal | 334 | 143 | 357 | 10 | 73 | 0 | 6 | 444 | 121 | 102 |
| Binary | 11011100 | 1100011 | 11101111 | 1000 | 111011 | 0 | 110 | 100100100 | 1010001 | 1000010 |
Color Harmonies of #DC63EF
Complementary color
Monochromatic Colors of #DC63EF
Black with #DC63EF
Text Example
Text Example
White with #DC63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63EF; }
p { color: rgb(220,99,239); }
H1.HeaderClassName
{
color: #DC63EF;
}
.AnyTagClassName
{
color: #DC63EF;
}
</style>
background-color css
<style>
a { background-color: #DC63EF; }
a { background-color: rgb(220,99,239); }
div.DivClassName
{
background-color: #DC63EF;
}
.BgClassName
{
background-color: #DC63EF;
}
</style>
border-color css
<style>
span { border-color: #DC63EF; }
span { border-color: rgb(220,99,239); }
td.TdClassName
{
border-color: #DC63EF;
}
.TagClassName
{
border-color: #DC63EF;
}
</style>