Shades of Heliotrope #D36DF0
Tints of Heliotrope #D36DF0
RGB
CMYK
RGB Variations
Color information
#D36DF0 (or 0xD36DF0) is known color: Heliotrope. HEX triplet: D3, 6D and F0. RGB value is (211,109,240). Sum of RGB (Red+Green+Blue) = 211+109+240=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #D36DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36DF0 is #2C920F. Grayscale: #9A9A9A. Windows color (decimal): -2920976 or 15756755. OLE color: 15756755.
HSL color Cylindrical-coordinate representation of color #D36DF0: hue angle of 286.72º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36DF0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 109 | 240 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.06 |
| HSL | 286.72º | 0.81% | 0.68% | - |
| HSV(B) | 286.72º | 0.55% | 0.94% | - |
| XYZ | 48.06 | 31.08 | 85.9 | - |
| YUV | 154.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 240 | 0.12 | 0.55 | 0 | 0.06 | 286.72 | 0.81 | 0.68 |
| Hex | D3 | 6D | F0 | C | 37 | 0 | 6 | 11F | 51 | 44 |
| Octal | 323 | 155 | 360 | 14 | 67 | 0 | 6 | 437 | 121 | 104 |
| Binary | 11010011 | 1101101 | 11110000 | 1100 | 110111 | 0 | 110 | 100011111 | 1010001 | 1000100 |
Color Harmonies of #D36DF0
Complementary color
Monochromatic Colors of #D36DF0
Black with #D36DF0
Text Example
Text Example
White with #D36DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DF0; }
p { color: rgb(211,109,240); }
H1.HeaderClassName
{
color: #D36DF0;
}
.AnyTagClassName
{
color: #D36DF0;
}
</style>
background-color css
<style>
a { background-color: #D36DF0; }
a { background-color: rgb(211,109,240); }
div.DivClassName
{
background-color: #D36DF0;
}
.BgClassName
{
background-color: #D36DF0;
}
</style>
border-color css
<style>
span { border-color: #D36DF0; }
span { border-color: rgb(211,109,240); }
td.TdClassName
{
border-color: #D36DF0;
}
.TagClassName
{
border-color: #D36DF0;
}
</style>