Shades of Heliotrope #DA7BFE
Tints of Heliotrope #DA7BFE
RGB
CMYK
RGB Variations
Color information
#DA7BFE (or 0xDA7BFE) is known color: Heliotrope. HEX triplet: DA, 7B and FE. RGB value is (218,123,254). Sum of RGB (Red+Green+Blue) = 218+123+254=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7BFE is #258401. Grayscale: #A5A5A5. Windows color (decimal): -2458626 or 16677850. OLE color: 16677850.
HSL color Cylindrical-coordinate representation of color #DA7BFE: hue angle of 283.51º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA7BFE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 123 | 254 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.00 |
| HSL | 283.51º | 0.98% | 0.74% | - |
| HSV(B) | 283.51º | 0.52% | 1% | - |
| XYZ | 53.89 | 36.23 | 97.92 | - |
| YUV | 166.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 254 | 0.14 | 0.52 | 0 | 0.00 | 283.51 | 0.98 | 0.74 |
| Hex | DA | 7B | FE | E | 34 | 0 | 0 | 11C | 62 | 4A |
| Octal | 332 | 173 | 376 | 16 | 64 | 0 | 0 | 434 | 142 | 112 |
| Binary | 11011010 | 1111011 | 11111110 | 1110 | 110100 | 0 | 0 | 100011100 | 1100010 | 1001010 |
Color Harmonies of #DA7BFE
Complementary color
Monochromatic Colors of #DA7BFE
Black with #DA7BFE
Text Example
Text Example
White with #DA7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BFE; }
p { color: rgb(218,123,254); }
H1.HeaderClassName
{
color: #DA7BFE;
}
.AnyTagClassName
{
color: #DA7BFE;
}
</style>
background-color css
<style>
a { background-color: #DA7BFE; }
a { background-color: rgb(218,123,254); }
div.DivClassName
{
background-color: #DA7BFE;
}
.BgClassName
{
background-color: #DA7BFE;
}
</style>
border-color css
<style>
span { border-color: #DA7BFE; }
span { border-color: rgb(218,123,254); }
td.TdClassName
{
border-color: #DA7BFE;
}
.TagClassName
{
border-color: #DA7BFE;
}
</style>