Shades of Heliotrope #D366F4
Tints of Heliotrope #D366F4
RGB
CMYK
RGB Variations
Color information
#D366F4 (or 0xD366F4) is known color: Heliotrope. HEX triplet: D3, 66 and F4. RGB value is (211,102,244). Sum of RGB (Red+Green+Blue) = 211+102+244=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #D366F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366F4 is #2C990B. Grayscale: #969696. Windows color (decimal): -2922764 or 16017107. OLE color: 16017107.
HSL color Cylindrical-coordinate representation of color #D366F4: hue angle of 286.06º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D366F4 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 102 | 244 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.04 |
| HSL | 286.06º | 0.87% | 0.68% | - |
| HSV(B) | 286.06º | 0.58% | 0.96% | - |
| XYZ | 47.94 | 29.88 | 88.83 | - |
| YUV | 150.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 244 | 0.14 | 0.58 | 0 | 0.04 | 286.06 | 0.87 | 0.68 |
| Hex | D3 | 66 | F4 | E | 3A | 0 | 4 | 11E | 57 | 44 |
| Octal | 323 | 146 | 364 | 16 | 72 | 0 | 4 | 436 | 127 | 104 |
| Binary | 11010011 | 1100110 | 11110100 | 1110 | 111010 | 0 | 100 | 100011110 | 1010111 | 1000100 |
Color Harmonies of #D366F4
Complementary color
Monochromatic Colors of #D366F4
Black with #D366F4
Text Example
Text Example
White with #D366F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366F4; }
p { color: rgb(211,102,244); }
H1.HeaderClassName
{
color: #D366F4;
}
.AnyTagClassName
{
color: #D366F4;
}
</style>
background-color css
<style>
a { background-color: #D366F4; }
a { background-color: rgb(211,102,244); }
div.DivClassName
{
background-color: #D366F4;
}
.BgClassName
{
background-color: #D366F4;
}
</style>
border-color css
<style>
span { border-color: #D366F4; }
span { border-color: rgb(211,102,244); }
td.TdClassName
{
border-color: #D366F4;
}
.TagClassName
{
border-color: #D366F4;
}
</style>