Shades of Heliotrope #DA8DFB
Tints of Heliotrope #DA8DFB
RGB
CMYK
RGB Variations
Color information
#DA8DFB (or 0xDA8DFB) is known color: Heliotrope. HEX triplet: DA, 8D and FB. RGB value is (218,141,251). Sum of RGB (Red+Green+Blue) = 218+141+251=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8DFB is #257204. Grayscale: #B0B0B0. Windows color (decimal): -2454021 or 16485850. OLE color: 16485850.
HSL color Cylindrical-coordinate representation of color #DA8DFB: hue angle of 282º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8DFB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 141 | 251 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.02 |
| HSL | 282º | 0.93% | 0.77% | - |
| HSV(B) | 282º | 0.44% | 0.98% | - |
| XYZ | 55.85 | 40.92 | 96.22 | - |
| YUV | 176.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 251 | 0.13 | 0.44 | 0 | 0.02 | 282 | 0.93 | 0.77 |
| Hex | DA | 8D | FB | D | 2C | 0 | 2 | 11A | 5D | 4D |
| Octal | 332 | 215 | 373 | 15 | 54 | 0 | 2 | 432 | 135 | 115 |
| Binary | 11011010 | 10001101 | 11111011 | 1101 | 101100 | 0 | 10 | 100011010 | 1011101 | 1001101 |
Color Harmonies of #DA8DFB
Complementary color
Monochromatic Colors of #DA8DFB
Black with #DA8DFB
Text Example
Text Example
White with #DA8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DFB; }
p { color: rgb(218,141,251); }
H1.HeaderClassName
{
color: #DA8DFB;
}
.AnyTagClassName
{
color: #DA8DFB;
}
</style>
background-color css
<style>
a { background-color: #DA8DFB; }
a { background-color: rgb(218,141,251); }
div.DivClassName
{
background-color: #DA8DFB;
}
.BgClassName
{
background-color: #DA8DFB;
}
</style>
border-color css
<style>
span { border-color: #DA8DFB; }
span { border-color: rgb(218,141,251); }
td.TdClassName
{
border-color: #DA8DFB;
}
.TagClassName
{
border-color: #DA8DFB;
}
</style>