Shades of Heliotrope #D369EC
Tints of Heliotrope #D369EC
RGB
CMYK
RGB Variations
Color information
#D369EC (or 0xD369EC) is known color: Heliotrope. HEX triplet: D3, 69 and EC. RGB value is (211,105,236). Sum of RGB (Red+Green+Blue) = 211+105+236=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #D369EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369EC is #2C9613. Grayscale: #979797. Windows color (decimal): -2922004 or 15493587. OLE color: 15493587.
HSL color Cylindrical-coordinate representation of color #D369EC: hue angle of 288.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D369EC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 105 | 236 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.07 |
| HSL | 288.55º | 0.78% | 0.67% | - |
| HSV(B) | 288.55º | 0.56% | 0.93% | - |
| XYZ | 47.06 | 30.01 | 82.67 | - |
| YUV | 151.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 236 | 0.11 | 0.56 | 0 | 0.07 | 288.55 | 0.78 | 0.67 |
| Hex | D3 | 69 | EC | B | 38 | 0 | 7 | 121 | 4E | 43 |
| Octal | 323 | 151 | 354 | 13 | 70 | 0 | 7 | 441 | 116 | 103 |
| Binary | 11010011 | 1101001 | 11101100 | 1011 | 111000 | 0 | 111 | 100100001 | 1001110 | 1000011 |
Color Harmonies of #D369EC
Complementary color
Monochromatic Colors of #D369EC
Black with #D369EC
Text Example
Text Example
White with #D369EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369EC; }
p { color: rgb(211,105,236); }
H1.HeaderClassName
{
color: #D369EC;
}
.AnyTagClassName
{
color: #D369EC;
}
</style>
background-color css
<style>
a { background-color: #D369EC; }
a { background-color: rgb(211,105,236); }
div.DivClassName
{
background-color: #D369EC;
}
.BgClassName
{
background-color: #D369EC;
}
</style>
border-color css
<style>
span { border-color: #D369EC; }
span { border-color: rgb(211,105,236); }
td.TdClassName
{
border-color: #D369EC;
}
.TagClassName
{
border-color: #D369EC;
}
</style>