Shades of Heliotrope #D66DF1
Tints of Heliotrope #D66DF1
RGB
CMYK
RGB Variations
Color information
#D66DF1 (or 0xD66DF1) is known color: Heliotrope. HEX triplet: D6, 6D and F1. RGB value is (214,109,241). Sum of RGB (Red+Green+Blue) = 214+109+241=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #D66DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DF1 is #29920E. Grayscale: #9B9B9B. Windows color (decimal): -2724367 or 15822294. OLE color: 15822294.
HSL color Cylindrical-coordinate representation of color #D66DF1: hue angle of 287.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66DF1 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 109 | 241 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.05 |
| HSL | 287.73º | 0.83% | 0.69% | - |
| HSV(B) | 287.73º | 0.55% | 0.95% | - |
| XYZ | 49.08 | 31.58 | 86.73 | - |
| YUV | 155.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 241 | 0.11 | 0.55 | 0 | 0.05 | 287.73 | 0.83 | 0.69 |
| Hex | D6 | 6D | F1 | B | 37 | 0 | 5 | 120 | 52 | 45 |
| Octal | 326 | 155 | 361 | 13 | 67 | 0 | 5 | 440 | 122 | 105 |
| Binary | 11010110 | 1101101 | 11110001 | 1011 | 110111 | 0 | 101 | 100100000 | 1010010 | 1000101 |
Color Harmonies of #D66DF1
Complementary color
Monochromatic Colors of #D66DF1
Black with #D66DF1
Text Example
Text Example
White with #D66DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DF1; }
p { color: rgb(214,109,241); }
H1.HeaderClassName
{
color: #D66DF1;
}
.AnyTagClassName
{
color: #D66DF1;
}
</style>
background-color css
<style>
a { background-color: #D66DF1; }
a { background-color: rgb(214,109,241); }
div.DivClassName
{
background-color: #D66DF1;
}
.BgClassName
{
background-color: #D66DF1;
}
</style>
border-color css
<style>
span { border-color: #D66DF1; }
span { border-color: rgb(214,109,241); }
td.TdClassName
{
border-color: #D66DF1;
}
.TagClassName
{
border-color: #D66DF1;
}
</style>