Shades of Heliotrope #D35EEF
Tints of Heliotrope #D35EEF
RGB
CMYK
RGB Variations
Color information
#D35EEF (or 0xD35EEF) is known color: Heliotrope. HEX triplet: D3, 5E and EF. RGB value is (211,94,239). Sum of RGB (Red+Green+Blue) = 211+94+239=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #D35EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35EEF is #2CA110. Grayscale: #919191. Windows color (decimal): -2924817 or 15687379. OLE color: 15687379.
HSL color Cylindrical-coordinate representation of color #D35EEF: hue angle of 288.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35EEF is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 94 | 239 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.06 |
| HSL | 288.41º | 0.82% | 0.65% | - |
| HSV(B) | 288.41º | 0.61% | 0.94% | - |
| XYZ | 46.45 | 28.09 | 84.63 | - |
| YUV | 145.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 239 | 0.12 | 0.61 | 0 | 0.06 | 288.41 | 0.82 | 0.65 |
| Hex | D3 | 5E | EF | C | 3D | 0 | 6 | 120 | 52 | 41 |
| Octal | 323 | 136 | 357 | 14 | 75 | 0 | 6 | 440 | 122 | 101 |
| Binary | 11010011 | 1011110 | 11101111 | 1100 | 111101 | 0 | 110 | 100100000 | 1010010 | 1000001 |
Color Harmonies of #D35EEF
Complementary color
Monochromatic Colors of #D35EEF
Black with #D35EEF
Text Example
Text Example
White with #D35EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EEF; }
p { color: rgb(211,94,239); }
H1.HeaderClassName
{
color: #D35EEF;
}
.AnyTagClassName
{
color: #D35EEF;
}
</style>
background-color css
<style>
a { background-color: #D35EEF; }
a { background-color: rgb(211,94,239); }
div.DivClassName
{
background-color: #D35EEF;
}
.BgClassName
{
background-color: #D35EEF;
}
</style>
border-color css
<style>
span { border-color: #D35EEF; }
span { border-color: rgb(211,94,239); }
td.TdClassName
{
border-color: #D35EEF;
}
.TagClassName
{
border-color: #D35EEF;
}
</style>