Shades of Heliotrope #DA7FFE
Tints of Heliotrope #DA7FFE
RGB
CMYK
RGB Variations
Color information
#DA7FFE (or 0xDA7FFE) is known color: Heliotrope. HEX triplet: DA, 7F and FE. RGB value is (218,127,254). Sum of RGB (Red+Green+Blue) = 218+127+254=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7FFE is #258001. Grayscale: #A8A8A8. Windows color (decimal): -2457602 or 16678874. OLE color: 16678874.
HSL color Cylindrical-coordinate representation of color #DA7FFE: hue angle of 282.99º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7FFE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 127 | 254 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.00 |
| HSL | 282.99º | 0.98% | 0.75% | - |
| HSV(B) | 282.99º | 0.5% | 1% | - |
| XYZ | 54.39 | 37.24 | 98.09 | - |
| YUV | 168.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 254 | 0.14 | 0.50 | 0 | 0.00 | 282.99 | 0.98 | 0.75 |
| Hex | DA | 7F | FE | E | 32 | 0 | 0 | 11B | 62 | 4B |
| Octal | 332 | 177 | 376 | 16 | 62 | 0 | 0 | 433 | 142 | 113 |
| Binary | 11011010 | 1111111 | 11111110 | 1110 | 110010 | 0 | 0 | 100011011 | 1100010 | 1001011 |
Color Harmonies of #DA7FFE
Complementary color
Monochromatic Colors of #DA7FFE
Black with #DA7FFE
Text Example
Text Example
White with #DA7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FFE; }
p { color: rgb(218,127,254); }
H1.HeaderClassName
{
color: #DA7FFE;
}
.AnyTagClassName
{
color: #DA7FFE;
}
</style>
background-color css
<style>
a { background-color: #DA7FFE; }
a { background-color: rgb(218,127,254); }
div.DivClassName
{
background-color: #DA7FFE;
}
.BgClassName
{
background-color: #DA7FFE;
}
</style>
border-color css
<style>
span { border-color: #DA7FFE; }
span { border-color: rgb(218,127,254); }
td.TdClassName
{
border-color: #DA7FFE;
}
.TagClassName
{
border-color: #DA7FFE;
}
</style>