Shades of Heliotrope #DA42FE
Tints of Heliotrope #DA42FE
RGB
CMYK
RGB Variations
Color information
#DA42FE (or 0xDA42FE) is known color: Heliotrope. HEX triplet: DA, 42 and FE. RGB value is (218,66,254). Sum of RGB (Red+Green+Blue) = 218+66+254=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 66 (26.17% from 255 or 12.27% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA42FE is #25BD01. Grayscale: #848484. Windows color (decimal): -2473218 or 16663258. OLE color: 16663258.
HSL color Cylindrical-coordinate representation of color #DA42FE: hue angle of 288.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA42FE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 66 | 254 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.00 |
| HSL | 288.51º | 0.99% | 0.63% | - |
| HSV(B) | 288.51º | 0.74% | 1% | - |
| XYZ | 48.75 | 25.96 | 96.21 | - |
| YUV | 132.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 254 | 0.14 | 0.74 | 0 | 0.00 | 288.51 | 0.99 | 0.63 |
| Hex | DA | 42 | FE | E | 4A | 0 | 0 | 121 | 63 | 3F |
| Octal | 332 | 102 | 376 | 16 | 112 | 0 | 0 | 441 | 143 | 77 |
| Binary | 11011010 | 1000010 | 11111110 | 1110 | 1001010 | 0 | 0 | 100100001 | 1100011 | 111111 |
Color Harmonies of #DA42FE
Complementary color
Monochromatic Colors of #DA42FE
Black with #DA42FE
Text Example
Text Example
White with #DA42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA42FE; }
p { color: rgb(218,66,254); }
H1.HeaderClassName
{
color: #DA42FE;
}
.AnyTagClassName
{
color: #DA42FE;
}
</style>
background-color css
<style>
a { background-color: #DA42FE; }
a { background-color: rgb(218,66,254); }
div.DivClassName
{
background-color: #DA42FE;
}
.BgClassName
{
background-color: #DA42FE;
}
</style>
border-color css
<style>
span { border-color: #DA42FE; }
span { border-color: rgb(218,66,254); }
td.TdClassName
{
border-color: #DA42FE;
}
.TagClassName
{
border-color: #DA42FE;
}
</style>