Shades of Heliotrope #DB8CF3
Tints of Heliotrope #DB8CF3
RGB
CMYK
RGB Variations
Color information
#DB8CF3 (or 0xDB8CF3) is known color: Heliotrope. HEX triplet: DB, 8C and F3. RGB value is (219,140,243). Sum of RGB (Red+Green+Blue) = 219+140+243=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB8CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CF3 is #24730C. Grayscale: #AFAFAF. Windows color (decimal): -2388749 or 15961307. OLE color: 15961307.
HSL color Cylindrical-coordinate representation of color #DB8CF3: hue angle of 286.02º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8CF3 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 140 | 243 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.05 |
| HSL | 286.02º | 0.81% | 0.75% | - |
| HSV(B) | 286.02º | 0.42% | 0.95% | - |
| XYZ | 54.77 | 40.29 | 89.68 | - |
| YUV | 175.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 243 | 0.10 | 0.42 | 0 | 0.05 | 286.02 | 0.81 | 0.75 |
| Hex | DB | 8C | F3 | A | 2A | 0 | 5 | 11E | 51 | 4B |
| Octal | 333 | 214 | 363 | 12 | 52 | 0 | 5 | 436 | 121 | 113 |
| Binary | 11011011 | 10001100 | 11110011 | 1010 | 101010 | 0 | 101 | 100011110 | 1010001 | 1001011 |
Color Harmonies of #DB8CF3
Complementary color
Monochromatic Colors of #DB8CF3
Black with #DB8CF3
Text Example
Text Example
White with #DB8CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CF3; }
p { color: rgb(219,140,243); }
H1.HeaderClassName
{
color: #DB8CF3;
}
.AnyTagClassName
{
color: #DB8CF3;
}
</style>
background-color css
<style>
a { background-color: #DB8CF3; }
a { background-color: rgb(219,140,243); }
div.DivClassName
{
background-color: #DB8CF3;
}
.BgClassName
{
background-color: #DB8CF3;
}
</style>
border-color css
<style>
span { border-color: #DB8CF3; }
span { border-color: rgb(219,140,243); }
td.TdClassName
{
border-color: #DB8CF3;
}
.TagClassName
{
border-color: #DB8CF3;
}
</style>