Shades of Heliotrope #DB67EF
Tints of Heliotrope #DB67EF
RGB
CMYK
RGB Variations
Color information
#DB67EF (or 0xDB67EF) is known color: Heliotrope. HEX triplet: DB, 67 and EF. RGB value is (219,103,239). Sum of RGB (Red+Green+Blue) = 219+103+239=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB67EF is #249810. Grayscale: #989898. Windows color (decimal): -2398225 or 15689691. OLE color: 15689691.
HSL color Cylindrical-coordinate representation of color #DB67EF: hue angle of 291.18º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB67EF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 103 | 239 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.06 |
| HSL | 291.18º | 0.81% | 0.67% | - |
| HSV(B) | 291.18º | 0.57% | 0.94% | - |
| XYZ | 49.64 | 30.99 | 85.03 | - |
| YUV | 153.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 239 | 0.08 | 0.57 | 0 | 0.06 | 291.18 | 0.81 | 0.67 |
| Hex | DB | 67 | EF | 8 | 39 | 0 | 6 | 123 | 51 | 43 |
| Octal | 333 | 147 | 357 | 10 | 71 | 0 | 6 | 443 | 121 | 103 |
| Binary | 11011011 | 1100111 | 11101111 | 1000 | 111001 | 0 | 110 | 100100011 | 1010001 | 1000011 |
Color Harmonies of #DB67EF
Complementary color
Monochromatic Colors of #DB67EF
Black with #DB67EF
Text Example
Text Example
White with #DB67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67EF; }
p { color: rgb(219,103,239); }
H1.HeaderClassName
{
color: #DB67EF;
}
.AnyTagClassName
{
color: #DB67EF;
}
</style>
background-color css
<style>
a { background-color: #DB67EF; }
a { background-color: rgb(219,103,239); }
div.DivClassName
{
background-color: #DB67EF;
}
.BgClassName
{
background-color: #DB67EF;
}
</style>
border-color css
<style>
span { border-color: #DB67EF; }
span { border-color: rgb(219,103,239); }
td.TdClassName
{
border-color: #DB67EF;
}
.TagClassName
{
border-color: #DB67EF;
}
</style>