Shades of Heliotrope #D65EF1
Tints of Heliotrope #D65EF1
RGB
CMYK
RGB Variations
Color information
#D65EF1 (or 0xD65EF1) is known color: Heliotrope. HEX triplet: D6, 5E and F1. RGB value is (214,94,241). Sum of RGB (Red+Green+Blue) = 214+94+241=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #D65EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EF1 is #29A10E. Grayscale: #929292. Windows color (decimal): -2728207 or 15818454. OLE color: 15818454.
HSL color Cylindrical-coordinate representation of color #D65EF1: hue angle of 288.98º 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 #D65EF1 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 94 | 241 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.05 |
| HSL | 288.98º | 0.84% | 0.66% | - |
| HSV(B) | 288.98º | 0.61% | 0.95% | - |
| XYZ | 47.61 | 28.65 | 86.24 | - |
| YUV | 146.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 241 | 0.11 | 0.61 | 0 | 0.05 | 288.98 | 0.84 | 0.66 |
| Hex | D6 | 5E | F1 | B | 3D | 0 | 5 | 121 | 54 | 42 |
| Octal | 326 | 136 | 361 | 13 | 75 | 0 | 5 | 441 | 124 | 102 |
| Binary | 11010110 | 1011110 | 11110001 | 1011 | 111101 | 0 | 101 | 100100001 | 1010100 | 1000010 |
Color Harmonies of #D65EF1
Complementary color
Monochromatic Colors of #D65EF1
Black with #D65EF1
Text Example
Text Example
White with #D65EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EF1; }
p { color: rgb(214,94,241); }
H1.HeaderClassName
{
color: #D65EF1;
}
.AnyTagClassName
{
color: #D65EF1;
}
</style>
background-color css
<style>
a { background-color: #D65EF1; }
a { background-color: rgb(214,94,241); }
div.DivClassName
{
background-color: #D65EF1;
}
.BgClassName
{
background-color: #D65EF1;
}
</style>
border-color css
<style>
span { border-color: #D65EF1; }
span { border-color: rgb(214,94,241); }
td.TdClassName
{
border-color: #D65EF1;
}
.TagClassName
{
border-color: #D65EF1;
}
</style>