Shades of Heliotrope #DA74FF
Tints of Heliotrope #DA74FF
RGB
CMYK
RGB Variations
Color information
#DA74FF (or 0xDA74FF) is known color: Heliotrope. HEX triplet: DA, 74 and FF. RGB value is (218,116,255). Sum of RGB (Red+Green+Blue) = 218+116+255=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74FF is #258B00. Grayscale: #A1A1A1. Windows color (decimal): -2460417 or 16741594. OLE color: 16741594.
HSL color Cylindrical-coordinate representation of color #DA74FF: hue angle of 284.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA74FF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 116 | 255 | - |
| CMYK | 0.15 | 0.55 | 0 | 0 |
| HSL | 284.03º | 1% | 0.73% | - |
| HSV(B) | 284.03º | 0.55% | 1% | - |
| XYZ | 53.21 | 34.62 | 98.48 | - |
| YUV | 162.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 255 | 0.15 | 0.55 | 0 | 0 | 284.03 | 1 | 0.73 |
| Hex | DA | 74 | FF | F | 37 | 0 | 0 | 11C | 64 | 49 |
| Octal | 332 | 164 | 377 | 17 | 67 | 0 | 0 | 434 | 144 | 111 |
| Binary | 11011010 | 1110100 | 11111111 | 1111 | 110111 | 0 | 0 | 100011100 | 1100100 | 1001001 |
Color Harmonies of #DA74FF
Complementary color
Monochromatic Colors of #DA74FF
Black with #DA74FF
Text Example
Text Example
White with #DA74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74FF; }
p { color: rgb(218,116,255); }
H1.HeaderClassName
{
color: #DA74FF;
}
.AnyTagClassName
{
color: #DA74FF;
}
</style>
background-color css
<style>
a { background-color: #DA74FF; }
a { background-color: rgb(218,116,255); }
div.DivClassName
{
background-color: #DA74FF;
}
.BgClassName
{
background-color: #DA74FF;
}
</style>
border-color css
<style>
span { border-color: #DA74FF; }
span { border-color: rgb(218,116,255); }
td.TdClassName
{
border-color: #DA74FF;
}
.TagClassName
{
border-color: #DA74FF;
}
</style>