Shades of Heliotrope #DB68EE
Tints of Heliotrope #DB68EE
RGB
CMYK
RGB Variations
Color information
#DB68EE (or 0xDB68EE) is known color: Heliotrope. HEX triplet: DB, 68 and EE. RGB value is (219,104,238). Sum of RGB (Red+Green+Blue) = 219+104+238=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68EE is #249711. Grayscale: #999999. Windows color (decimal): -2397970 or 15624411. OLE color: 15624411.
HSL color Cylindrical-coordinate representation of color #DB68EE: hue angle of 291.49º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB68EE is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 104 | 238 | - |
CMYK | 0.08 | 0.56 | 0 | 0.07 |
HSL | 291.49º | 0.8% | 0.67% | - |
HSV(B) | 291.49º | 0.56% | 0.93% | - |
XYZ | 49.6 | 31.13 | 84.28 | - |
YUV | 153.66 | 175.6 | 174.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 104 | 238 | 0.08 | 0.56 | 0 | 0.07 | 291.49 | 0.8 | 0.67 |
Hex | DB | 68 | EE | 8 | 38 | 0 | 7 | 123 | 50 | 43 |
Octal | 333 | 150 | 356 | 10 | 70 | 0 | 7 | 443 | 120 | 103 |
Binary | 11011011 | 1101000 | 11101110 | 1000 | 111000 | 0 | 111 | 100100011 | 1010000 | 1000011 |
Color Harmonies of #DB68EE
Complementary color
Monochromatic Colors of #DB68EE
Black with #DB68EE
Text Example
Text Example
White with #DB68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68EE; }
p { color: rgb(219,104,238); }
H1.HeaderClassName
{
color: #DB68EE;
}
.AnyTagClassName
{
color: #DB68EE;
}
</style>
background-color css
<style>
a { background-color: #DB68EE; }
a { background-color: rgb(219,104,238); }
div.DivClassName
{
background-color: #DB68EE;
}
.BgClassName
{
background-color: #DB68EE;
}
</style>
border-color css
<style>
span { border-color: #DB68EE; }
span { border-color: rgb(219,104,238); }
td.TdClassName
{
border-color: #DB68EE;
}
.TagClassName
{
border-color: #DB68EE;
}
</style>