Shades of Heliotrope #D93EFF
Tints of Heliotrope #D93EFF
RGB
CMYK
RGB Variations
Color information
#D93EFF (or 0xD93EFF) is known color: Heliotrope. HEX triplet: D9, 3E and FF. RGB value is (217,62,255). Sum of RGB (Red+Green+Blue) = 217+62+255=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 62 (24.61% from 255 or 11.61% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #D93EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93EFF is #26C100. Grayscale: #818181. Windows color (decimal): -2539777 or 16727769. OLE color: 16727769.
HSL color Cylindrical-coordinate representation of color #D93EFF: hue angle of 288.19º 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 #D93EFF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 62 | 255 | - |
| CMYK | 0.15 | 0.76 | 0 | 0 |
| HSL | 288.19º | 1% | 0.62% | - |
| HSV(B) | 288.19º | 0.76% | 1% | - |
| XYZ | 48.39 | 25.42 | 96.96 | - |
| YUV | 130.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 255 | 0.15 | 0.76 | 0 | 0 | 288.19 | 1 | 0.62 |
| Hex | D9 | 3E | FF | F | 4C | 0 | 0 | 120 | 64 | 3E |
| Octal | 331 | 76 | 377 | 17 | 114 | 0 | 0 | 440 | 144 | 76 |
| Binary | 11011001 | 111110 | 11111111 | 1111 | 1001100 | 0 | 0 | 100100000 | 1100100 | 111110 |
Color Harmonies of #D93EFF
Complementary color
Monochromatic Colors of #D93EFF
Black with #D93EFF
Text Example
Text Example
White with #D93EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93EFF; }
p { color: rgb(217,62,255); }
H1.HeaderClassName
{
color: #D93EFF;
}
.AnyTagClassName
{
color: #D93EFF;
}
</style>
background-color css
<style>
a { background-color: #D93EFF; }
a { background-color: rgb(217,62,255); }
div.DivClassName
{
background-color: #D93EFF;
}
.BgClassName
{
background-color: #D93EFF;
}
</style>
border-color css
<style>
span { border-color: #D93EFF; }
span { border-color: rgb(217,62,255); }
td.TdClassName
{
border-color: #D93EFF;
}
.TagClassName
{
border-color: #D93EFF;
}
</style>