Shades of Heliotrope #DA75FF
Tints of Heliotrope #DA75FF
RGB
CMYK
RGB Variations
Color information
#DA75FF (or 0xDA75FF) is known color: Heliotrope. HEX triplet: DA, 75 and FF. RGB value is (218,117,255). Sum of RGB (Red+Green+Blue) = 218+117+255=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 117 (46.09% from 255 or 19.83% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA75FF is #258A00. Grayscale: #A2A2A2. Windows color (decimal): -2460161 or 16741850. OLE color: 16741850.
HSL color Cylindrical-coordinate representation of color #DA75FF: hue angle of 283.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA75FF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 117 | 255 | - |
| CMYK | 0.15 | 0.54 | 0 | 0 |
| HSL | 283.91º | 1% | 0.73% | - |
| HSV(B) | 283.91º | 0.54% | 1% | - |
| XYZ | 53.32 | 34.85 | 98.52 | - |
| YUV | 162.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 255 | 0.15 | 0.54 | 0 | 0 | 283.91 | 1 | 0.73 |
| Hex | DA | 75 | FF | F | 36 | 0 | 0 | 11C | 64 | 49 |
| Octal | 332 | 165 | 377 | 17 | 66 | 0 | 0 | 434 | 144 | 111 |
| Binary | 11011010 | 1110101 | 11111111 | 1111 | 110110 | 0 | 0 | 100011100 | 1100100 | 1001001 |
Color Harmonies of #DA75FF
Complementary color
Monochromatic Colors of #DA75FF
Black with #DA75FF
Text Example
Text Example
White with #DA75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA75FF; }
p { color: rgb(218,117,255); }
H1.HeaderClassName
{
color: #DA75FF;
}
.AnyTagClassName
{
color: #DA75FF;
}
</style>
background-color css
<style>
a { background-color: #DA75FF; }
a { background-color: rgb(218,117,255); }
div.DivClassName
{
background-color: #DA75FF;
}
.BgClassName
{
background-color: #DA75FF;
}
</style>
border-color css
<style>
span { border-color: #DA75FF; }
span { border-color: rgb(218,117,255); }
td.TdClassName
{
border-color: #DA75FF;
}
.TagClassName
{
border-color: #DA75FF;
}
</style>