Shades of Heliotrope #DC63EE
Tints of Heliotrope #DC63EE
RGB
CMYK
RGB Variations
Color information
#DC63EE (or 0xDC63EE) is known color: Heliotrope. HEX triplet: DC, 63 and EE. RGB value is (220,99,238). Sum of RGB (Red+Green+Blue) = 220+99+238=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC63EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63EE is #239C11. Grayscale: #969696. Windows color (decimal): -2333714 or 15623132. OLE color: 15623132.
HSL color Cylindrical-coordinate representation of color #DC63EE: hue angle of 292.23º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC63EE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 99 | 238 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.07 |
| HSL | 292.23º | 0.8% | 0.66% | - |
| HSV(B) | 292.23º | 0.58% | 0.93% | - |
| XYZ | 49.41 | 30.31 | 84.14 | - |
| YUV | 151.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 238 | 0.08 | 0.58 | 0 | 0.07 | 292.23 | 0.8 | 0.66 |
| Hex | DC | 63 | EE | 8 | 3A | 0 | 7 | 124 | 50 | 42 |
| Octal | 334 | 143 | 356 | 10 | 72 | 0 | 7 | 444 | 120 | 102 |
| Binary | 11011100 | 1100011 | 11101110 | 1000 | 111010 | 0 | 111 | 100100100 | 1010000 | 1000010 |
Color Harmonies of #DC63EE
Complementary color
Monochromatic Colors of #DC63EE
Black with #DC63EE
Text Example
Text Example
White with #DC63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63EE; }
p { color: rgb(220,99,238); }
H1.HeaderClassName
{
color: #DC63EE;
}
.AnyTagClassName
{
color: #DC63EE;
}
</style>
background-color css
<style>
a { background-color: #DC63EE; }
a { background-color: rgb(220,99,238); }
div.DivClassName
{
background-color: #DC63EE;
}
.BgClassName
{
background-color: #DC63EE;
}
</style>
border-color css
<style>
span { border-color: #DC63EE; }
span { border-color: rgb(220,99,238); }
td.TdClassName
{
border-color: #DC63EE;
}
.TagClassName
{
border-color: #DC63EE;
}
</style>