Shades of Heliotrope #DA64ED
Tints of Heliotrope #DA64ED
RGB
CMYK
RGB Variations
Color information
#DA64ED (or 0xDA64ED) is known color: Heliotrope. HEX triplet: DA, 64 and ED. RGB value is (218,100,237). Sum of RGB (Red+Green+Blue) = 218+100+237=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64ED is #259B12. Grayscale: #969696. Windows color (decimal): -2464531 or 15557850. OLE color: 15557850.
HSL color Cylindrical-coordinate representation of color #DA64ED: hue angle of 291.68º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA64ED is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 100 | 237 | - |
CMYK | 0.08 | 0.58 | 0 | 0.07 |
HSL | 291.68º | 0.79% | 0.66% | - |
HSV(B) | 291.68º | 0.58% | 0.93% | - |
XYZ | 48.76 | 30.13 | 83.37 | - |
YUV | 150.9 | 176.59 | 175.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 100 | 237 | 0.08 | 0.58 | 0 | 0.07 | 291.68 | 0.79 | 0.66 |
Hex | DA | 64 | ED | 8 | 3A | 0 | 7 | 124 | 4F | 42 |
Octal | 332 | 144 | 355 | 10 | 72 | 0 | 7 | 444 | 117 | 102 |
Binary | 11011010 | 1100100 | 11101101 | 1000 | 111010 | 0 | 111 | 100100100 | 1001111 | 1000010 |
Color Harmonies of #DA64ED
Complementary color
Monochromatic Colors of #DA64ED
Black with #DA64ED
Text Example
Text Example
White with #DA64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64ED; }
p { color: rgb(218,100,237); }
H1.HeaderClassName
{
color: #DA64ED;
}
.AnyTagClassName
{
color: #DA64ED;
}
</style>
background-color css
<style>
a { background-color: #DA64ED; }
a { background-color: rgb(218,100,237); }
div.DivClassName
{
background-color: #DA64ED;
}
.BgClassName
{
background-color: #DA64ED;
}
</style>
border-color css
<style>
span { border-color: #DA64ED; }
span { border-color: rgb(218,100,237); }
td.TdClassName
{
border-color: #DA64ED;
}
.TagClassName
{
border-color: #DA64ED;
}
</style>