Shades of Heliotrope #DA8DFC
Tints of Heliotrope #DA8DFC
RGB
CMYK
RGB Variations
Color information
#DA8DFC (or 0xDA8DFC) is known color: Heliotrope. HEX triplet: DA, 8D and FC. RGB value is (218,141,252). Sum of RGB (Red+Green+Blue) = 218+141+252=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8DFC is #257203. Grayscale: #B0B0B0. Windows color (decimal): -2454020 or 16551386. OLE color: 16551386.
HSL color Cylindrical-coordinate representation of color #DA8DFC: hue angle of 281.62º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8DFC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 141 | 252 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.01 |
| HSL | 281.62º | 0.95% | 0.77% | - |
| HSV(B) | 281.62º | 0.44% | 0.99% | - |
| XYZ | 56.01 | 40.98 | 97.05 | - |
| YUV | 176.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 252 | 0.13 | 0.44 | 0 | 0.01 | 281.62 | 0.95 | 0.77 |
| Hex | DA | 8D | FC | D | 2C | 0 | 1 | 11A | 5F | 4D |
| Octal | 332 | 215 | 374 | 15 | 54 | 0 | 1 | 432 | 137 | 115 |
| Binary | 11011010 | 10001101 | 11111100 | 1101 | 101100 | 0 | 1 | 100011010 | 1011111 | 1001101 |
Color Harmonies of #DA8DFC
Complementary color
Monochromatic Colors of #DA8DFC
Black with #DA8DFC
Text Example
Text Example
White with #DA8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DFC; }
p { color: rgb(218,141,252); }
H1.HeaderClassName
{
color: #DA8DFC;
}
.AnyTagClassName
{
color: #DA8DFC;
}
</style>
background-color css
<style>
a { background-color: #DA8DFC; }
a { background-color: rgb(218,141,252); }
div.DivClassName
{
background-color: #DA8DFC;
}
.BgClassName
{
background-color: #DA8DFC;
}
</style>
border-color css
<style>
span { border-color: #DA8DFC; }
span { border-color: rgb(218,141,252); }
td.TdClassName
{
border-color: #DA8DFC;
}
.TagClassName
{
border-color: #DA8DFC;
}
</style>