Shades of Heliotrope #DA40FD
Tints of Heliotrope #DA40FD
RGB
CMYK
RGB Variations
Color information
#DA40FD (or 0xDA40FD) is known color: Heliotrope. HEX triplet: DA, 40 and FD. RGB value is (218,64,253). Sum of RGB (Red+Green+Blue) = 218+64+253=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 64 (25.39% from 255 or 11.96% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40FD is #25BF02. Grayscale: #828282. Windows color (decimal): -2473731 or 16597210. OLE color: 16597210.
HSL color Cylindrical-coordinate representation of color #DA40FD: hue angle of 288.89º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA40FD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 64 | 253 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.01 |
| HSL | 288.89º | 0.98% | 0.62% | - |
| HSV(B) | 288.89º | 0.75% | 0.99% | - |
| XYZ | 48.48 | 25.66 | 95.33 | - |
| YUV | 131.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 253 | 0.14 | 0.75 | 0 | 0.01 | 288.89 | 0.98 | 0.62 |
| Hex | DA | 40 | FD | E | 4B | 0 | 1 | 121 | 62 | 3E |
| Octal | 332 | 100 | 375 | 16 | 113 | 0 | 1 | 441 | 142 | 76 |
| Binary | 11011010 | 1000000 | 11111101 | 1110 | 1001011 | 0 | 1 | 100100001 | 1100010 | 111110 |
Color Harmonies of #DA40FD
Complementary color
Monochromatic Colors of #DA40FD
Black with #DA40FD
Text Example
Text Example
White with #DA40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40FD; }
p { color: rgb(218,64,253); }
H1.HeaderClassName
{
color: #DA40FD;
}
.AnyTagClassName
{
color: #DA40FD;
}
</style>
background-color css
<style>
a { background-color: #DA40FD; }
a { background-color: rgb(218,64,253); }
div.DivClassName
{
background-color: #DA40FD;
}
.BgClassName
{
background-color: #DA40FD;
}
</style>
border-color css
<style>
span { border-color: #DA40FD; }
span { border-color: rgb(218,64,253); }
td.TdClassName
{
border-color: #DA40FD;
}
.TagClassName
{
border-color: #DA40FD;
}
</style>