Shades of Heliotrope #D366EA
Tints of Heliotrope #D366EA
RGB
CMYK
RGB Variations
Color information
#D366EA (or 0xD366EA) is known color: Heliotrope. HEX triplet: D3, 66 and EA. RGB value is (211,102,234). Sum of RGB (Red+Green+Blue) = 211+102+234=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #D366EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366EA is #2C9915. Grayscale: #959595. Windows color (decimal): -2922774 or 15361747. OLE color: 15361747.
HSL color Cylindrical-coordinate representation of color #D366EA: hue angle of 289.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D366EA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 102 | 234 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.08 |
| HSL | 289.55º | 0.76% | 0.66% | - |
| HSV(B) | 289.55º | 0.56% | 0.92% | - |
| XYZ | 46.47 | 29.29 | 81.05 | - |
| YUV | 149.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 234 | 0.10 | 0.56 | 0 | 0.08 | 289.55 | 0.76 | 0.66 |
| Hex | D3 | 66 | EA | A | 38 | 0 | 8 | 122 | 4C | 42 |
| Octal | 323 | 146 | 352 | 12 | 70 | 0 | 10 | 442 | 114 | 102 |
| Binary | 11010011 | 1100110 | 11101010 | 1010 | 111000 | 0 | 1000 | 100100010 | 1001100 | 1000010 |
Color Harmonies of #D366EA
Complementary color
Monochromatic Colors of #D366EA
Black with #D366EA
Text Example
Text Example
White with #D366EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366EA; }
p { color: rgb(211,102,234); }
H1.HeaderClassName
{
color: #D366EA;
}
.AnyTagClassName
{
color: #D366EA;
}
</style>
background-color css
<style>
a { background-color: #D366EA; }
a { background-color: rgb(211,102,234); }
div.DivClassName
{
background-color: #D366EA;
}
.BgClassName
{
background-color: #D366EA;
}
</style>
border-color css
<style>
span { border-color: #D366EA; }
span { border-color: rgb(211,102,234); }
td.TdClassName
{
border-color: #D366EA;
}
.TagClassName
{
border-color: #D366EA;
}
</style>