Shades of Heliotrope #D359EE
Tints of Heliotrope #D359EE
RGB
CMYK
RGB Variations
Color information
#D359EE (or 0xD359EE) is known color: Heliotrope. HEX triplet: D3, 59 and EE. RGB value is (211,89,238). Sum of RGB (Red+Green+Blue) = 211+89+238=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #D359EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359EE is #2CA611. Grayscale: #8D8D8D. Windows color (decimal): -2926098 or 15620563. OLE color: 15620563.
HSL color Cylindrical-coordinate representation of color #D359EE: hue angle of 289.13º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D359EE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 89 | 238 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.13º | 0.81% | 0.64% | - |
| HSV(B) | 289.13º | 0.63% | 0.93% | - |
| XYZ | 45.87 | 27.17 | 83.72 | - |
| YUV | 142.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 238 | 0.11 | 0.63 | 0 | 0.07 | 289.13 | 0.81 | 0.64 |
| Hex | D3 | 59 | EE | B | 3F | 0 | 7 | 121 | 51 | 40 |
| Octal | 323 | 131 | 356 | 13 | 77 | 0 | 7 | 441 | 121 | 100 |
| Binary | 11010011 | 1011001 | 11101110 | 1011 | 111111 | 0 | 111 | 100100001 | 1010001 | 1000000 |
Color Harmonies of #D359EE
Complementary color
Monochromatic Colors of #D359EE
Black with #D359EE
Text Example
Text Example
White with #D359EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359EE; }
p { color: rgb(211,89,238); }
H1.HeaderClassName
{
color: #D359EE;
}
.AnyTagClassName
{
color: #D359EE;
}
</style>
background-color css
<style>
a { background-color: #D359EE; }
a { background-color: rgb(211,89,238); }
div.DivClassName
{
background-color: #D359EE;
}
.BgClassName
{
background-color: #D359EE;
}
</style>
border-color css
<style>
span { border-color: #D359EE; }
span { border-color: rgb(211,89,238); }
td.TdClassName
{
border-color: #D359EE;
}
.TagClassName
{
border-color: #D359EE;
}
</style>