Shades of Heliotrope #DA74ED
Tints of Heliotrope #DA74ED
RGB
CMYK
RGB Variations
Color information
#DA74ED (or 0xDA74ED) is known color: Heliotrope. HEX triplet: DA, 74 and ED. RGB value is (218,116,237). Sum of RGB (Red+Green+Blue) = 218+116+237=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74ED is #258B12. Grayscale: #9F9F9F. Windows color (decimal): -2460435 or 15561946. OLE color: 15561946.
HSL color Cylindrical-coordinate representation of color #DA74ED: hue angle of 290.58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA74ED is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 116 | 237 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.07 |
| HSL | 290.58º | 0.77% | 0.69% | - |
| HSV(B) | 290.58º | 0.51% | 0.93% | - |
| XYZ | 50.44 | 33.51 | 83.93 | - |
| YUV | 160.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 237 | 0.08 | 0.51 | 0 | 0.07 | 290.58 | 0.77 | 0.69 |
| Hex | DA | 74 | ED | 8 | 33 | 0 | 7 | 123 | 4D | 45 |
| Octal | 332 | 164 | 355 | 10 | 63 | 0 | 7 | 443 | 115 | 105 |
| Binary | 11011010 | 1110100 | 11101101 | 1000 | 110011 | 0 | 111 | 100100011 | 1001101 | 1000101 |
Color Harmonies of #DA74ED
Complementary color
Monochromatic Colors of #DA74ED
Black with #DA74ED
Text Example
Text Example
White with #DA74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74ED; }
p { color: rgb(218,116,237); }
H1.HeaderClassName
{
color: #DA74ED;
}
.AnyTagClassName
{
color: #DA74ED;
}
</style>
background-color css
<style>
a { background-color: #DA74ED; }
a { background-color: rgb(218,116,237); }
div.DivClassName
{
background-color: #DA74ED;
}
.BgClassName
{
background-color: #DA74ED;
}
</style>
border-color css
<style>
span { border-color: #DA74ED; }
span { border-color: rgb(218,116,237); }
td.TdClassName
{
border-color: #DA74ED;
}
.TagClassName
{
border-color: #DA74ED;
}
</style>