Shades of Heliotrope #D366F9
Tints of Heliotrope #D366F9
RGB
CMYK
RGB Variations
Color information
#D366F9 (or 0xD366F9) is known color: Heliotrope. HEX triplet: D3, 66 and F9. RGB value is (211,102,249). Sum of RGB (Red+Green+Blue) = 211+102+249=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #D366F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366F9 is #2C9906. Grayscale: #969696. Windows color (decimal): -2922759 or 16344787. OLE color: 16344787.
HSL color Cylindrical-coordinate representation of color #D366F9: hue angle of 284.49º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D366F9 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 102 | 249 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.02 |
| HSL | 284.49º | 0.92% | 0.69% | - |
| HSV(B) | 284.49º | 0.59% | 0.98% | - |
| XYZ | 48.71 | 30.19 | 92.88 | - |
| YUV | 151.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 249 | 0.15 | 0.59 | 0 | 0.02 | 284.49 | 0.92 | 0.69 |
| Hex | D3 | 66 | F9 | F | 3B | 0 | 2 | 11C | 5C | 45 |
| Octal | 323 | 146 | 371 | 17 | 73 | 0 | 2 | 434 | 134 | 105 |
| Binary | 11010011 | 1100110 | 11111001 | 1111 | 111011 | 0 | 10 | 100011100 | 1011100 | 1000101 |
Color Harmonies of #D366F9
Complementary color
Monochromatic Colors of #D366F9
Black with #D366F9
Text Example
Text Example
White with #D366F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366F9; }
p { color: rgb(211,102,249); }
H1.HeaderClassName
{
color: #D366F9;
}
.AnyTagClassName
{
color: #D366F9;
}
</style>
background-color css
<style>
a { background-color: #D366F9; }
a { background-color: rgb(211,102,249); }
div.DivClassName
{
background-color: #D366F9;
}
.BgClassName
{
background-color: #D366F9;
}
</style>
border-color css
<style>
span { border-color: #D366F9; }
span { border-color: rgb(211,102,249); }
td.TdClassName
{
border-color: #D366F9;
}
.TagClassName
{
border-color: #D366F9;
}
</style>