Shades of Heliotrope #DB68FC
Tints of Heliotrope #DB68FC
RGB
CMYK
RGB Variations
Color information
#DB68FC (or 0xDB68FC) is known color: Heliotrope. HEX triplet: DB, 68 and FC. RGB value is (219,104,252). Sum of RGB (Red+Green+Blue) = 219+104+252=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68FC is #249703. Grayscale: #9A9A9A. Windows color (decimal): -2397956 or 16541915. OLE color: 16541915.
HSL color Cylindrical-coordinate representation of color #DB68FC: hue angle of 286.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB68FC is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 104 | 252 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.01 |
| HSL | 286.62º | 0.96% | 0.7% | - |
| HSV(B) | 286.62º | 0.59% | 0.99% | - |
| XYZ | 51.73 | 31.99 | 95.54 | - |
| YUV | 155.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 252 | 0.13 | 0.59 | 0 | 0.01 | 286.62 | 0.96 | 0.7 |
| Hex | DB | 68 | FC | D | 3B | 0 | 1 | 11F | 60 | 46 |
| Octal | 333 | 150 | 374 | 15 | 73 | 0 | 1 | 437 | 140 | 106 |
| Binary | 11011011 | 1101000 | 11111100 | 1101 | 111011 | 0 | 1 | 100011111 | 1100000 | 1000110 |
Color Harmonies of #DB68FC
Complementary color
Monochromatic Colors of #DB68FC
Black with #DB68FC
Text Example
Text Example
White with #DB68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68FC; }
p { color: rgb(219,104,252); }
H1.HeaderClassName
{
color: #DB68FC;
}
.AnyTagClassName
{
color: #DB68FC;
}
</style>
background-color css
<style>
a { background-color: #DB68FC; }
a { background-color: rgb(219,104,252); }
div.DivClassName
{
background-color: #DB68FC;
}
.BgClassName
{
background-color: #DB68FC;
}
</style>
border-color css
<style>
span { border-color: #DB68FC; }
span { border-color: rgb(219,104,252); }
td.TdClassName
{
border-color: #DB68FC;
}
.TagClassName
{
border-color: #DB68FC;
}
</style>