Shades of Heliotrope #DA49FE
Tints of Heliotrope #DA49FE
RGB
CMYK
RGB Variations
Color information
#DA49FE (or 0xDA49FE) is known color: Heliotrope. HEX triplet: DA, 49 and FE. RGB value is (218,73,254). Sum of RGB (Red+Green+Blue) = 218+73+254=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA49FE is #25B601. Grayscale: #888888. Windows color (decimal): -2471426 or 16665050. OLE color: 16665050.
HSL color Cylindrical-coordinate representation of color #DA49FE: hue angle of 288.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA49FE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 73 | 254 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.00 |
| HSL | 288.07º | 0.99% | 0.64% | - |
| HSV(B) | 288.07º | 0.71% | 1% | - |
| XYZ | 49.19 | 26.83 | 96.35 | - |
| YUV | 136.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 254 | 0.14 | 0.71 | 0 | 0.00 | 288.07 | 0.99 | 0.64 |
| Hex | DA | 49 | FE | E | 47 | 0 | 0 | 120 | 63 | 40 |
| Octal | 332 | 111 | 376 | 16 | 107 | 0 | 0 | 440 | 143 | 100 |
| Binary | 11011010 | 1001001 | 11111110 | 1110 | 1000111 | 0 | 0 | 100100000 | 1100011 | 1000000 |
Color Harmonies of #DA49FE
Complementary color
Monochromatic Colors of #DA49FE
Black with #DA49FE
Text Example
Text Example
White with #DA49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49FE; }
p { color: rgb(218,73,254); }
H1.HeaderClassName
{
color: #DA49FE;
}
.AnyTagClassName
{
color: #DA49FE;
}
</style>
background-color css
<style>
a { background-color: #DA49FE; }
a { background-color: rgb(218,73,254); }
div.DivClassName
{
background-color: #DA49FE;
}
.BgClassName
{
background-color: #DA49FE;
}
</style>
border-color css
<style>
span { border-color: #DA49FE; }
span { border-color: rgb(218,73,254); }
td.TdClassName
{
border-color: #DA49FE;
}
.TagClassName
{
border-color: #DA49FE;
}
</style>