Shades of Heliotrope #D659F2
Tints of Heliotrope #D659F2
RGB
CMYK
RGB Variations
Color information
#D659F2 (or 0xD659F2) is known color: Heliotrope. HEX triplet: D6, 59 and F2. RGB value is (214,89,242). Sum of RGB (Red+Green+Blue) = 214+89+242=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #D659F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D659F2 is #29A60D. Grayscale: #8F8F8F. Windows color (decimal): -2729486 or 15882710. OLE color: 15882710.
HSL color Cylindrical-coordinate representation of color #D659F2: hue angle of 289.02º degrees, saturation: 0.85, 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 #D659F2 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 89 | 242 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.05 |
| HSL | 289.02º | 0.85% | 0.65% | - |
| HSV(B) | 289.02º | 0.63% | 0.95% | - |
| XYZ | 47.33 | 27.85 | 86.89 | - |
| YUV | 143.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 242 | 0.12 | 0.63 | 0 | 0.05 | 289.02 | 0.85 | 0.65 |
| Hex | D6 | 59 | F2 | C | 3F | 0 | 5 | 121 | 55 | 41 |
| Octal | 326 | 131 | 362 | 14 | 77 | 0 | 5 | 441 | 125 | 101 |
| Binary | 11010110 | 1011001 | 11110010 | 1100 | 111111 | 0 | 101 | 100100001 | 1010101 | 1000001 |
Color Harmonies of #D659F2
Complementary color
Monochromatic Colors of #D659F2
Black with #D659F2
Text Example
Text Example
White with #D659F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659F2; }
p { color: rgb(214,89,242); }
H1.HeaderClassName
{
color: #D659F2;
}
.AnyTagClassName
{
color: #D659F2;
}
</style>
background-color css
<style>
a { background-color: #D659F2; }
a { background-color: rgb(214,89,242); }
div.DivClassName
{
background-color: #D659F2;
}
.BgClassName
{
background-color: #D659F2;
}
</style>
border-color css
<style>
span { border-color: #D659F2; }
span { border-color: rgb(214,89,242); }
td.TdClassName
{
border-color: #D659F2;
}
.TagClassName
{
border-color: #D659F2;
}
</style>