Shades of Heliotrope #D63EFF
Tints of Heliotrope #D63EFF
RGB
CMYK
RGB Variations
Color information
#D63EFF (or 0xD63EFF) is known color: Heliotrope. HEX triplet: D6, 3E and FF. RGB value is (214,62,255). Sum of RGB (Red+Green+Blue) = 214+62+255=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 62 (24.61% from 255 or 11.68% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #D63EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63EFF is #29C100. Grayscale: #808080. Windows color (decimal): -2736385 or 16727766. OLE color: 16727766.
HSL color Cylindrical-coordinate representation of color #D63EFF: hue angle of 287.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63EFF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 62 | 255 | - |
| CMYK | 0.16 | 0.76 | 0 | 0 |
| HSL | 287.25º | 1% | 0.62% | - |
| HSV(B) | 287.25º | 0.76% | 1% | - |
| XYZ | 47.5 | 24.96 | 96.92 | - |
| YUV | 129.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 255 | 0.16 | 0.76 | 0 | 0 | 287.25 | 1 | 0.62 |
| Hex | D6 | 3E | FF | 10 | 4C | 0 | 0 | 11F | 64 | 3E |
| Octal | 326 | 76 | 377 | 20 | 114 | 0 | 0 | 437 | 144 | 76 |
| Binary | 11010110 | 111110 | 11111111 | 10000 | 1001100 | 0 | 0 | 100011111 | 1100100 | 111110 |
Color Harmonies of #D63EFF
Complementary color
Monochromatic Colors of #D63EFF
Black with #D63EFF
Text Example
Text Example
White with #D63EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EFF; }
p { color: rgb(214,62,255); }
H1.HeaderClassName
{
color: #D63EFF;
}
.AnyTagClassName
{
color: #D63EFF;
}
</style>
background-color css
<style>
a { background-color: #D63EFF; }
a { background-color: rgb(214,62,255); }
div.DivClassName
{
background-color: #D63EFF;
}
.BgClassName
{
background-color: #D63EFF;
}
</style>
border-color css
<style>
span { border-color: #D63EFF; }
span { border-color: rgb(214,62,255); }
td.TdClassName
{
border-color: #D63EFF;
}
.TagClassName
{
border-color: #D63EFF;
}
</style>