Shades of Heliotrope #DA8AFC
Tints of Heliotrope #DA8AFC
RGB
CMYK
RGB Variations
Color information
#DA8AFC (or 0xDA8AFC) is known color: Heliotrope. HEX triplet: DA, 8A and FC. RGB value is (218,138,252). Sum of RGB (Red+Green+Blue) = 218+138+252=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AFC is #257503. Grayscale: #AEAEAE. Windows color (decimal): -2454788 or 16550618. OLE color: 16550618.
HSL color Cylindrical-coordinate representation of color #DA8AFC: hue angle of 282.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8AFC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 138 | 252 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.01 |
| HSL | 282.11º | 0.95% | 0.76% | - |
| HSV(B) | 282.11º | 0.45% | 0.99% | - |
| XYZ | 55.57 | 40.11 | 96.91 | - |
| YUV | 174.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 252 | 0.13 | 0.45 | 0 | 0.01 | 282.11 | 0.95 | 0.76 |
| Hex | DA | 8A | FC | D | 2D | 0 | 1 | 11A | 5F | 4C |
| Octal | 332 | 212 | 374 | 15 | 55 | 0 | 1 | 432 | 137 | 114 |
| Binary | 11011010 | 10001010 | 11111100 | 1101 | 101101 | 0 | 1 | 100011010 | 1011111 | 1001100 |
Color Harmonies of #DA8AFC
Complementary color
Monochromatic Colors of #DA8AFC
Black with #DA8AFC
Text Example
Text Example
White with #DA8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AFC; }
p { color: rgb(218,138,252); }
H1.HeaderClassName
{
color: #DA8AFC;
}
.AnyTagClassName
{
color: #DA8AFC;
}
</style>
background-color css
<style>
a { background-color: #DA8AFC; }
a { background-color: rgb(218,138,252); }
div.DivClassName
{
background-color: #DA8AFC;
}
.BgClassName
{
background-color: #DA8AFC;
}
</style>
border-color css
<style>
span { border-color: #DA8AFC; }
span { border-color: rgb(218,138,252); }
td.TdClassName
{
border-color: #DA8AFC;
}
.TagClassName
{
border-color: #DA8AFC;
}
</style>