Shades of Heliotrope #D366F3
Tints of Heliotrope #D366F3
RGB
CMYK
RGB Variations
Color information
#D366F3 (or 0xD366F3) is known color: Heliotrope. HEX triplet: D3, 66 and F3. RGB value is (211,102,243). Sum of RGB (Red+Green+Blue) = 211+102+243=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #D366F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366F3 is #2C990C. Grayscale: #969696. Windows color (decimal): -2922765 or 15951571. OLE color: 15951571.
HSL color Cylindrical-coordinate representation of color #D366F3: hue angle of 286.38º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D366F3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 102 | 243 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.05 |
| HSL | 286.38º | 0.85% | 0.68% | - |
| HSV(B) | 286.38º | 0.58% | 0.95% | - |
| XYZ | 47.79 | 29.82 | 88.03 | - |
| YUV | 150.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 243 | 0.13 | 0.58 | 0 | 0.05 | 286.38 | 0.85 | 0.68 |
| Hex | D3 | 66 | F3 | D | 3A | 0 | 5 | 11E | 55 | 44 |
| Octal | 323 | 146 | 363 | 15 | 72 | 0 | 5 | 436 | 125 | 104 |
| Binary | 11010011 | 1100110 | 11110011 | 1101 | 111010 | 0 | 101 | 100011110 | 1010101 | 1000100 |
Color Harmonies of #D366F3
Complementary color
Monochromatic Colors of #D366F3
Black with #D366F3
Text Example
Text Example
White with #D366F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366F3; }
p { color: rgb(211,102,243); }
H1.HeaderClassName
{
color: #D366F3;
}
.AnyTagClassName
{
color: #D366F3;
}
</style>
background-color css
<style>
a { background-color: #D366F3; }
a { background-color: rgb(211,102,243); }
div.DivClassName
{
background-color: #D366F3;
}
.BgClassName
{
background-color: #D366F3;
}
</style>
border-color css
<style>
span { border-color: #D366F3; }
span { border-color: rgb(211,102,243); }
td.TdClassName
{
border-color: #D366F3;
}
.TagClassName
{
border-color: #D366F3;
}
</style>