Shades of Heliotrope #D659F1
Tints of Heliotrope #D659F1
RGB
CMYK
RGB Variations
Color information
#D659F1 (or 0xD659F1) is known color: Heliotrope. HEX triplet: D6, 59 and F1. RGB value is (214,89,241). Sum of RGB (Red+Green+Blue) = 214+89+241=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #D659F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D659F1 is #29A60E. Grayscale: #8F8F8F. Windows color (decimal): -2729487 or 15817174. OLE color: 15817174.
HSL color Cylindrical-coordinate representation of color #D659F1: hue angle of 289.34º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D659F1 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 89 | 241 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.05 |
| HSL | 289.34º | 0.84% | 0.65% | - |
| HSV(B) | 289.34º | 0.63% | 0.95% | - |
| XYZ | 47.18 | 27.79 | 86.1 | - |
| YUV | 143.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 241 | 0.11 | 0.63 | 0 | 0.05 | 289.34 | 0.84 | 0.65 |
| Hex | D6 | 59 | F1 | B | 3F | 0 | 5 | 121 | 54 | 41 |
| Octal | 326 | 131 | 361 | 13 | 77 | 0 | 5 | 441 | 124 | 101 |
| Binary | 11010110 | 1011001 | 11110001 | 1011 | 111111 | 0 | 101 | 100100001 | 1010100 | 1000001 |
Color Harmonies of #D659F1
Complementary color
Monochromatic Colors of #D659F1
Black with #D659F1
Text Example
Text Example
White with #D659F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659F1; }
p { color: rgb(214,89,241); }
H1.HeaderClassName
{
color: #D659F1;
}
.AnyTagClassName
{
color: #D659F1;
}
</style>
background-color css
<style>
a { background-color: #D659F1; }
a { background-color: rgb(214,89,241); }
div.DivClassName
{
background-color: #D659F1;
}
.BgClassName
{
background-color: #D659F1;
}
</style>
border-color css
<style>
span { border-color: #D659F1; }
span { border-color: rgb(214,89,241); }
td.TdClassName
{
border-color: #D659F1;
}
.TagClassName
{
border-color: #D659F1;
}
</style>