Shades of Heliotrope #D66FF1
Tints of Heliotrope #D66FF1
RGB
CMYK
RGB Variations
Color information
#D66FF1 (or 0xD66FF1) is known color: Heliotrope. HEX triplet: D6, 6F and F1. RGB value is (214,111,241). Sum of RGB (Red+Green+Blue) = 214+111+241=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #D66FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FF1 is #29900E. Grayscale: #9C9C9C. Windows color (decimal): -2723855 or 15822806. OLE color: 15822806.
HSL color Cylindrical-coordinate representation of color #D66FF1: hue angle of 287.54º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66FF1 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 111 | 241 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.05 |
| HSL | 287.54º | 0.82% | 0.69% | - |
| HSV(B) | 287.54º | 0.54% | 0.95% | - |
| XYZ | 49.29 | 32.02 | 86.8 | - |
| YUV | 156.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 241 | 0.11 | 0.54 | 0 | 0.05 | 287.54 | 0.82 | 0.69 |
| Hex | D6 | 6F | F1 | B | 36 | 0 | 5 | 120 | 52 | 45 |
| Octal | 326 | 157 | 361 | 13 | 66 | 0 | 5 | 440 | 122 | 105 |
| Binary | 11010110 | 1101111 | 11110001 | 1011 | 110110 | 0 | 101 | 100100000 | 1010010 | 1000101 |
Color Harmonies of #D66FF1
Complementary color
Monochromatic Colors of #D66FF1
Black with #D66FF1
Text Example
Text Example
White with #D66FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FF1; }
p { color: rgb(214,111,241); }
H1.HeaderClassName
{
color: #D66FF1;
}
.AnyTagClassName
{
color: #D66FF1;
}
</style>
background-color css
<style>
a { background-color: #D66FF1; }
a { background-color: rgb(214,111,241); }
div.DivClassName
{
background-color: #D66FF1;
}
.BgClassName
{
background-color: #D66FF1;
}
</style>
border-color css
<style>
span { border-color: #D66FF1; }
span { border-color: rgb(214,111,241); }
td.TdClassName
{
border-color: #D66FF1;
}
.TagClassName
{
border-color: #D66FF1;
}
</style>