Shades of Heliotrope #DA65ED
Tints of Heliotrope #DA65ED
RGB
CMYK
RGB Variations
Color information
#DA65ED (or 0xDA65ED) is known color: Heliotrope. HEX triplet: DA, 65 and ED. RGB value is (218,101,237). Sum of RGB (Red+Green+Blue) = 218+101+237=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65ED is #259A12. Grayscale: #979797. Windows color (decimal): -2464275 or 15558106. OLE color: 15558106.
HSL color Cylindrical-coordinate representation of color #DA65ED: hue angle of 291.62º 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 #DA65ED is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 101 | 237 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.07 |
| HSL | 291.62º | 0.79% | 0.66% | - |
| HSV(B) | 291.62º | 0.57% | 0.93% | - |
| XYZ | 48.85 | 30.33 | 83.4 | - |
| YUV | 151.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 237 | 0.08 | 0.57 | 0 | 0.07 | 291.62 | 0.79 | 0.66 |
| Hex | DA | 65 | ED | 8 | 39 | 0 | 7 | 124 | 4F | 42 |
| Octal | 332 | 145 | 355 | 10 | 71 | 0 | 7 | 444 | 117 | 102 |
| Binary | 11011010 | 1100101 | 11101101 | 1000 | 111001 | 0 | 111 | 100100100 | 1001111 | 1000010 |
Color Harmonies of #DA65ED
Complementary color
Monochromatic Colors of #DA65ED
Black with #DA65ED
Text Example
Text Example
White with #DA65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65ED; }
p { color: rgb(218,101,237); }
H1.HeaderClassName
{
color: #DA65ED;
}
.AnyTagClassName
{
color: #DA65ED;
}
</style>
background-color css
<style>
a { background-color: #DA65ED; }
a { background-color: rgb(218,101,237); }
div.DivClassName
{
background-color: #DA65ED;
}
.BgClassName
{
background-color: #DA65ED;
}
</style>
border-color css
<style>
span { border-color: #DA65ED; }
span { border-color: rgb(218,101,237); }
td.TdClassName
{
border-color: #DA65ED;
}
.TagClassName
{
border-color: #DA65ED;
}
</style>