Shades of Heliotrope #DA5CEE
Tints of Heliotrope #DA5CEE
RGB
CMYK
RGB Variations
Color information
#DA5CEE (or 0xDA5CEE) is known color: Heliotrope. HEX triplet: DA, 5C and EE. RGB value is (218,92,238). Sum of RGB (Red+Green+Blue) = 218+92+238=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA5CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CEE is #25A311. Grayscale: #919191. Windows color (decimal): -2466578 or 15621338. OLE color: 15621338.
HSL color Cylindrical-coordinate representation of color #DA5CEE: hue angle of 291.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5CEE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 92 | 238 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.07 |
| HSL | 291.78º | 0.81% | 0.65% | - |
| HSV(B) | 291.78º | 0.61% | 0.93% | - |
| XYZ | 48.17 | 28.73 | 83.9 | - |
| YUV | 146.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 238 | 0.08 | 0.61 | 0 | 0.07 | 291.78 | 0.81 | 0.65 |
| Hex | DA | 5C | EE | 8 | 3D | 0 | 7 | 124 | 51 | 41 |
| Octal | 332 | 134 | 356 | 10 | 75 | 0 | 7 | 444 | 121 | 101 |
| Binary | 11011010 | 1011100 | 11101110 | 1000 | 111101 | 0 | 111 | 100100100 | 1010001 | 1000001 |
Color Harmonies of #DA5CEE
Complementary color
Monochromatic Colors of #DA5CEE
Black with #DA5CEE
Text Example
Text Example
White with #DA5CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CEE; }
p { color: rgb(218,92,238); }
H1.HeaderClassName
{
color: #DA5CEE;
}
.AnyTagClassName
{
color: #DA5CEE;
}
</style>
background-color css
<style>
a { background-color: #DA5CEE; }
a { background-color: rgb(218,92,238); }
div.DivClassName
{
background-color: #DA5CEE;
}
.BgClassName
{
background-color: #DA5CEE;
}
</style>
border-color css
<style>
span { border-color: #DA5CEE; }
span { border-color: rgb(218,92,238); }
td.TdClassName
{
border-color: #DA5CEE;
}
.TagClassName
{
border-color: #DA5CEE;
}
</style>