Shades of Heliotrope #D366EF
Tints of Heliotrope #D366EF
RGB
CMYK
RGB Variations
Color information
#D366EF (or 0xD366EF) is known color: Heliotrope. HEX triplet: D3, 66 and EF. RGB value is (211,102,239). Sum of RGB (Red+Green+Blue) = 211+102+239=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #D366EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366EF is #2C9910. Grayscale: #959595. Windows color (decimal): -2922769 or 15689427. OLE color: 15689427.
HSL color Cylindrical-coordinate representation of color #D366EF: hue angle of 287.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D366EF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 102 | 239 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.06 |
| HSL | 287.74º | 0.81% | 0.67% | - |
| HSV(B) | 287.74º | 0.57% | 0.94% | - |
| XYZ | 47.2 | 29.58 | 84.88 | - |
| YUV | 150.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 239 | 0.12 | 0.57 | 0 | 0.06 | 287.74 | 0.81 | 0.67 |
| Hex | D3 | 66 | EF | C | 39 | 0 | 6 | 120 | 51 | 43 |
| Octal | 323 | 146 | 357 | 14 | 71 | 0 | 6 | 440 | 121 | 103 |
| Binary | 11010011 | 1100110 | 11101111 | 1100 | 111001 | 0 | 110 | 100100000 | 1010001 | 1000011 |
Color Harmonies of #D366EF
Complementary color
Monochromatic Colors of #D366EF
Black with #D366EF
Text Example
Text Example
White with #D366EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366EF; }
p { color: rgb(211,102,239); }
H1.HeaderClassName
{
color: #D366EF;
}
.AnyTagClassName
{
color: #D366EF;
}
</style>
background-color css
<style>
a { background-color: #D366EF; }
a { background-color: rgb(211,102,239); }
div.DivClassName
{
background-color: #D366EF;
}
.BgClassName
{
background-color: #D366EF;
}
</style>
border-color css
<style>
span { border-color: #D366EF; }
span { border-color: rgb(211,102,239); }
td.TdClassName
{
border-color: #D366EF;
}
.TagClassName
{
border-color: #D366EF;
}
</style>