Shades of Heliotrope #DA66ED
Tints of Heliotrope #DA66ED
RGB
CMYK
RGB Variations
Color information
#DA66ED (or 0xDA66ED) is known color: Heliotrope. HEX triplet: DA, 66 and ED. RGB value is (218,102,237). Sum of RGB (Red+Green+Blue) = 218+102+237=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66ED is #259912. Grayscale: #979797. Windows color (decimal): -2464019 or 15558362. OLE color: 15558362.
HSL color Cylindrical-coordinate representation of color #DA66ED: hue angle of 291.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA66ED is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 102 | 237 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.07 |
| HSL | 291.56º | 0.79% | 0.66% | - |
| HSV(B) | 291.56º | 0.57% | 0.93% | - |
| XYZ | 48.95 | 30.52 | 83.43 | - |
| YUV | 152.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 237 | 0.08 | 0.57 | 0 | 0.07 | 291.56 | 0.79 | 0.66 |
| Hex | DA | 66 | ED | 8 | 39 | 0 | 7 | 124 | 4F | 42 |
| Octal | 332 | 146 | 355 | 10 | 71 | 0 | 7 | 444 | 117 | 102 |
| Binary | 11011010 | 1100110 | 11101101 | 1000 | 111001 | 0 | 111 | 100100100 | 1001111 | 1000010 |
Color Harmonies of #DA66ED
Complementary color
Monochromatic Colors of #DA66ED
Black with #DA66ED
Text Example
Text Example
White with #DA66ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66ED; }
p { color: rgb(218,102,237); }
H1.HeaderClassName
{
color: #DA66ED;
}
.AnyTagClassName
{
color: #DA66ED;
}
</style>
background-color css
<style>
a { background-color: #DA66ED; }
a { background-color: rgb(218,102,237); }
div.DivClassName
{
background-color: #DA66ED;
}
.BgClassName
{
background-color: #DA66ED;
}
</style>
border-color css
<style>
span { border-color: #DA66ED; }
span { border-color: rgb(218,102,237); }
td.TdClassName
{
border-color: #DA66ED;
}
.TagClassName
{
border-color: #DA66ED;
}
</style>