Shades of Heliotrope #DA74FE
Tints of Heliotrope #DA74FE
RGB
CMYK
RGB Variations
Color information
#DA74FE (or 0xDA74FE) is known color: Heliotrope. HEX triplet: DA, 74 and FE. RGB value is (218,116,254). Sum of RGB (Red+Green+Blue) = 218+116+254=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74FE is #258B01. Grayscale: #A1A1A1. Windows color (decimal): -2460418 or 16676058. OLE color: 16676058.
HSL color Cylindrical-coordinate representation of color #DA74FE: hue angle of 284.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA74FE is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 116 | 254 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.00 |
| HSL | 284.35º | 0.99% | 0.73% | - |
| HSV(B) | 284.35º | 0.54% | 1% | - |
| XYZ | 53.05 | 34.55 | 97.64 | - |
| YUV | 162.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 254 | 0.14 | 0.54 | 0 | 0.00 | 284.35 | 0.99 | 0.73 |
| Hex | DA | 74 | FE | E | 36 | 0 | 0 | 11C | 63 | 49 |
| Octal | 332 | 164 | 376 | 16 | 66 | 0 | 0 | 434 | 143 | 111 |
| Binary | 11011010 | 1110100 | 11111110 | 1110 | 110110 | 0 | 0 | 100011100 | 1100011 | 1001001 |
Color Harmonies of #DA74FE
Complementary color
Monochromatic Colors of #DA74FE
Black with #DA74FE
Text Example
Text Example
White with #DA74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74FE; }
p { color: rgb(218,116,254); }
H1.HeaderClassName
{
color: #DA74FE;
}
.AnyTagClassName
{
color: #DA74FE;
}
</style>
background-color css
<style>
a { background-color: #DA74FE; }
a { background-color: rgb(218,116,254); }
div.DivClassName
{
background-color: #DA74FE;
}
.BgClassName
{
background-color: #DA74FE;
}
</style>
border-color css
<style>
span { border-color: #DA74FE; }
span { border-color: rgb(218,116,254); }
td.TdClassName
{
border-color: #DA74FE;
}
.TagClassName
{
border-color: #DA74FE;
}
</style>