Shades of Heliotrope #DA52FE
Tints of Heliotrope #DA52FE
RGB
CMYK
RGB Variations
Color information
#DA52FE (or 0xDA52FE) is known color: Heliotrope. HEX triplet: DA, 52 and FE. RGB value is (218,82,254). Sum of RGB (Red+Green+Blue) = 218+82+254=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA52FE is #25AD01. Grayscale: #8D8D8D. Windows color (decimal): -2469122 or 16667354. OLE color: 16667354.
HSL color Cylindrical-coordinate representation of color #DA52FE: hue angle of 287.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA52FE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 82 | 254 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.00 |
| HSL | 287.44º | 0.99% | 0.66% | - |
| HSV(B) | 287.44º | 0.68% | 1% | - |
| XYZ | 49.82 | 28.1 | 96.56 | - |
| YUV | 142.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 254 | 0.14 | 0.68 | 0 | 0.00 | 287.44 | 0.99 | 0.66 |
| Hex | DA | 52 | FE | E | 44 | 0 | 0 | 11F | 63 | 42 |
| Octal | 332 | 122 | 376 | 16 | 104 | 0 | 0 | 437 | 143 | 102 |
| Binary | 11011010 | 1010010 | 11111110 | 1110 | 1000100 | 0 | 0 | 100011111 | 1100011 | 1000010 |
Color Harmonies of #DA52FE
Complementary color
Monochromatic Colors of #DA52FE
Black with #DA52FE
Text Example
Text Example
White with #DA52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52FE; }
p { color: rgb(218,82,254); }
H1.HeaderClassName
{
color: #DA52FE;
}
.AnyTagClassName
{
color: #DA52FE;
}
</style>
background-color css
<style>
a { background-color: #DA52FE; }
a { background-color: rgb(218,82,254); }
div.DivClassName
{
background-color: #DA52FE;
}
.BgClassName
{
background-color: #DA52FE;
}
</style>
border-color css
<style>
span { border-color: #DA52FE; }
span { border-color: rgb(218,82,254); }
td.TdClassName
{
border-color: #DA52FE;
}
.TagClassName
{
border-color: #DA52FE;
}
</style>