Shades of Heliotrope #D65AF0
Tints of Heliotrope #D65AF0
RGB
CMYK
RGB Variations
Color information
#D65AF0 (or 0xD65AF0) is known color: Heliotrope. HEX triplet: D6, 5A and F0. RGB value is (214,90,240). Sum of RGB (Red+Green+Blue) = 214+90+240=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #D65AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AF0 is #29A50F. Grayscale: #8F8F8F. Windows color (decimal): -2729232 or 15751894. OLE color: 15751894.
HSL color Cylindrical-coordinate representation of color #D65AF0: hue angle of 289.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65AF0 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 90 | 240 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.06 |
| HSL | 289.6º | 0.83% | 0.65% | - |
| HSV(B) | 289.6º | 0.63% | 0.94% | - |
| XYZ | 47.12 | 27.9 | 85.34 | - |
| YUV | 144.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 240 | 0.11 | 0.62 | 0 | 0.06 | 289.6 | 0.83 | 0.65 |
| Hex | D6 | 5A | F0 | B | 3E | 0 | 6 | 122 | 53 | 41 |
| Octal | 326 | 132 | 360 | 13 | 76 | 0 | 6 | 442 | 123 | 101 |
| Binary | 11010110 | 1011010 | 11110000 | 1011 | 111110 | 0 | 110 | 100100010 | 1010011 | 1000001 |
Color Harmonies of #D65AF0
Complementary color
Monochromatic Colors of #D65AF0
Black with #D65AF0
Text Example
Text Example
White with #D65AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AF0; }
p { color: rgb(214,90,240); }
H1.HeaderClassName
{
color: #D65AF0;
}
.AnyTagClassName
{
color: #D65AF0;
}
</style>
background-color css
<style>
a { background-color: #D65AF0; }
a { background-color: rgb(214,90,240); }
div.DivClassName
{
background-color: #D65AF0;
}
.BgClassName
{
background-color: #D65AF0;
}
</style>
border-color css
<style>
span { border-color: #D65AF0; }
span { border-color: rgb(214,90,240); }
td.TdClassName
{
border-color: #D65AF0;
}
.TagClassName
{
border-color: #D65AF0;
}
</style>