Shades of Heliotrope #DB8CF6
Tints of Heliotrope #DB8CF6
RGB
CMYK
RGB Variations
Color information
#DB8CF6 (or 0xDB8CF6) is known color: Heliotrope. HEX triplet: DB, 8C and F6. RGB value is (219,140,246). Sum of RGB (Red+Green+Blue) = 219+140+246=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB8CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CF6 is #247309. Grayscale: #AFAFAF. Windows color (decimal): -2388746 or 16157915. OLE color: 16157915.
HSL color Cylindrical-coordinate representation of color #DB8CF6: hue angle of 284.72º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8CF6 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 140 | 246 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.04 |
| HSL | 284.72º | 0.85% | 0.76% | - |
| HSV(B) | 284.72º | 0.43% | 0.96% | - |
| XYZ | 55.23 | 40.47 | 92.09 | - |
| YUV | 175.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 246 | 0.11 | 0.43 | 0 | 0.04 | 284.72 | 0.85 | 0.76 |
| Hex | DB | 8C | F6 | B | 2B | 0 | 4 | 11D | 55 | 4C |
| Octal | 333 | 214 | 366 | 13 | 53 | 0 | 4 | 435 | 125 | 114 |
| Binary | 11011011 | 10001100 | 11110110 | 1011 | 101011 | 0 | 100 | 100011101 | 1010101 | 1001100 |
Color Harmonies of #DB8CF6
Complementary color
Monochromatic Colors of #DB8CF6
Black with #DB8CF6
Text Example
Text Example
White with #DB8CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CF6; }
p { color: rgb(219,140,246); }
H1.HeaderClassName
{
color: #DB8CF6;
}
.AnyTagClassName
{
color: #DB8CF6;
}
</style>
background-color css
<style>
a { background-color: #DB8CF6; }
a { background-color: rgb(219,140,246); }
div.DivClassName
{
background-color: #DB8CF6;
}
.BgClassName
{
background-color: #DB8CF6;
}
</style>
border-color css
<style>
span { border-color: #DB8CF6; }
span { border-color: rgb(219,140,246); }
td.TdClassName
{
border-color: #DB8CF6;
}
.TagClassName
{
border-color: #DB8CF6;
}
</style>