Shades of Heliotrope #DA8CFF
Tints of Heliotrope #DA8CFF
RGB
CMYK
RGB Variations
Color information
#DA8CFF (or 0xDA8CFF) is known color: Heliotrope. HEX triplet: DA, 8C and FF. RGB value is (218,140,255). Sum of RGB (Red+Green+Blue) = 218+140+255=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CFF is #257300. Grayscale: #B0B0B0. Windows color (decimal): -2454273 or 16747738. OLE color: 16747738.
HSL color Cylindrical-coordinate representation of color #DA8CFF: hue angle of 280.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8CFF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 140 | 255 | - |
| CMYK | 0.15 | 0.45 | 0 | 0 |
| HSL | 280.7º | 1% | 0.77% | - |
| HSV(B) | 280.7º | 0.45% | 1% | - |
| XYZ | 56.34 | 40.88 | 99.53 | - |
| YUV | 176.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 255 | 0.15 | 0.45 | 0 | 0 | 280.7 | 1 | 0.77 |
| Hex | DA | 8C | FF | F | 2D | 0 | 0 | 119 | 64 | 4D |
| Octal | 332 | 214 | 377 | 17 | 55 | 0 | 0 | 431 | 144 | 115 |
| Binary | 11011010 | 10001100 | 11111111 | 1111 | 101101 | 0 | 0 | 100011001 | 1100100 | 1001101 |
Color Harmonies of #DA8CFF
Complementary color
Monochromatic Colors of #DA8CFF
Black with #DA8CFF
Text Example
Text Example
White with #DA8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CFF; }
p { color: rgb(218,140,255); }
H1.HeaderClassName
{
color: #DA8CFF;
}
.AnyTagClassName
{
color: #DA8CFF;
}
</style>
background-color css
<style>
a { background-color: #DA8CFF; }
a { background-color: rgb(218,140,255); }
div.DivClassName
{
background-color: #DA8CFF;
}
.BgClassName
{
background-color: #DA8CFF;
}
</style>
border-color css
<style>
span { border-color: #DA8CFF; }
span { border-color: rgb(218,140,255); }
td.TdClassName
{
border-color: #DA8CFF;
}
.TagClassName
{
border-color: #DA8CFF;
}
</style>