Shades of Heliotrope #D35FEE
Tints of Heliotrope #D35FEE
RGB
CMYK
RGB Variations
Color information
#D35FEE (or 0xD35FEE) is known color: Heliotrope. HEX triplet: D3, 5F and EE. RGB value is (211,95,238). Sum of RGB (Red+Green+Blue) = 211+95+238=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #D35FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FEE is #2CA011. Grayscale: #919191. Windows color (decimal): -2924562 or 15622099. OLE color: 15622099.
HSL color Cylindrical-coordinate representation of color #D35FEE: hue angle of 288.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35FEE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 95 | 238 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.07 |
| HSL | 288.67º | 0.81% | 0.65% | - |
| HSV(B) | 288.67º | 0.6% | 0.93% | - |
| XYZ | 46.39 | 28.21 | 83.89 | - |
| YUV | 145.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 238 | 0.11 | 0.60 | 0 | 0.07 | 288.67 | 0.81 | 0.65 |
| Hex | D3 | 5F | EE | B | 3C | 0 | 7 | 121 | 51 | 41 |
| Octal | 323 | 137 | 356 | 13 | 74 | 0 | 7 | 441 | 121 | 101 |
| Binary | 11010011 | 1011111 | 11101110 | 1011 | 111100 | 0 | 111 | 100100001 | 1010001 | 1000001 |
Color Harmonies of #D35FEE
Complementary color
Monochromatic Colors of #D35FEE
Black with #D35FEE
Text Example
Text Example
White with #D35FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35FEE; }
p { color: rgb(211,95,238); }
H1.HeaderClassName
{
color: #D35FEE;
}
.AnyTagClassName
{
color: #D35FEE;
}
</style>
background-color css
<style>
a { background-color: #D35FEE; }
a { background-color: rgb(211,95,238); }
div.DivClassName
{
background-color: #D35FEE;
}
.BgClassName
{
background-color: #D35FEE;
}
</style>
border-color css
<style>
span { border-color: #D35FEE; }
span { border-color: rgb(211,95,238); }
td.TdClassName
{
border-color: #D35FEE;
}
.TagClassName
{
border-color: #D35FEE;
}
</style>