Shades of Heliotrope #D366F1
Tints of Heliotrope #D366F1
RGB
CMYK
RGB Variations
Color information
#D366F1 (or 0xD366F1) is known color: Heliotrope. HEX triplet: D3, 66 and F1. RGB value is (211,102,241). Sum of RGB (Red+Green+Blue) = 211+102+241=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #D366F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366F1 is #2C990E. Grayscale: #959595. Windows color (decimal): -2922767 or 15820499. OLE color: 15820499.
HSL color Cylindrical-coordinate representation of color #D366F1: hue angle of 287.05º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D366F1 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 102 | 241 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.05 |
| HSL | 287.05º | 0.83% | 0.67% | - |
| HSV(B) | 287.05º | 0.58% | 0.95% | - |
| XYZ | 47.49 | 29.7 | 86.45 | - |
| YUV | 150.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 241 | 0.12 | 0.58 | 0 | 0.05 | 287.05 | 0.83 | 0.67 |
| Hex | D3 | 66 | F1 | C | 3A | 0 | 5 | 11F | 53 | 43 |
| Octal | 323 | 146 | 361 | 14 | 72 | 0 | 5 | 437 | 123 | 103 |
| Binary | 11010011 | 1100110 | 11110001 | 1100 | 111010 | 0 | 101 | 100011111 | 1010011 | 1000011 |
Color Harmonies of #D366F1
Complementary color
Monochromatic Colors of #D366F1
Black with #D366F1
Text Example
Text Example
White with #D366F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366F1; }
p { color: rgb(211,102,241); }
H1.HeaderClassName
{
color: #D366F1;
}
.AnyTagClassName
{
color: #D366F1;
}
</style>
background-color css
<style>
a { background-color: #D366F1; }
a { background-color: rgb(211,102,241); }
div.DivClassName
{
background-color: #D366F1;
}
.BgClassName
{
background-color: #D366F1;
}
</style>
border-color css
<style>
span { border-color: #D366F1; }
span { border-color: rgb(211,102,241); }
td.TdClassName
{
border-color: #D366F1;
}
.TagClassName
{
border-color: #D366F1;
}
</style>