Shades of Heliotrope #D35EF1
Tints of Heliotrope #D35EF1
RGB
CMYK
RGB Variations
Color information
#D35EF1 (or 0xD35EF1) is known color: Heliotrope. HEX triplet: D3, 5E and F1. RGB value is (211,94,241). Sum of RGB (Red+Green+Blue) = 211+94+241=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #D35EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35EF1 is #2CA10E. Grayscale: #919191. Windows color (decimal): -2924815 or 15818451. OLE color: 15818451.
HSL color Cylindrical-coordinate representation of color #D35EF1: hue angle of 287.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35EF1 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 94 | 241 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.05 |
| HSL | 287.76º | 0.84% | 0.66% | - |
| HSV(B) | 287.76º | 0.61% | 0.95% | - |
| XYZ | 46.74 | 28.21 | 86.2 | - |
| YUV | 145.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 241 | 0.12 | 0.61 | 0 | 0.05 | 287.76 | 0.84 | 0.66 |
| Hex | D3 | 5E | F1 | C | 3D | 0 | 5 | 120 | 54 | 42 |
| Octal | 323 | 136 | 361 | 14 | 75 | 0 | 5 | 440 | 124 | 102 |
| Binary | 11010011 | 1011110 | 11110001 | 1100 | 111101 | 0 | 101 | 100100000 | 1010100 | 1000010 |
Color Harmonies of #D35EF1
Complementary color
Monochromatic Colors of #D35EF1
Black with #D35EF1
Text Example
Text Example
White with #D35EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EF1; }
p { color: rgb(211,94,241); }
H1.HeaderClassName
{
color: #D35EF1;
}
.AnyTagClassName
{
color: #D35EF1;
}
</style>
background-color css
<style>
a { background-color: #D35EF1; }
a { background-color: rgb(211,94,241); }
div.DivClassName
{
background-color: #D35EF1;
}
.BgClassName
{
background-color: #D35EF1;
}
</style>
border-color css
<style>
span { border-color: #D35EF1; }
span { border-color: rgb(211,94,241); }
td.TdClassName
{
border-color: #D35EF1;
}
.TagClassName
{
border-color: #D35EF1;
}
</style>