Shades of Heliotrope #DB66F0
Tints of Heliotrope #DB66F0
RGB
CMYK
RGB Variations
Color information
#DB66F0 (or 0xDB66F0) is known color: Heliotrope. HEX triplet: DB, 66 and F0. RGB value is (219,102,240). Sum of RGB (Red+Green+Blue) = 219+102+240=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB66F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66F0 is #24990F. Grayscale: #989898. Windows color (decimal): -2398480 or 15754971. OLE color: 15754971.
HSL color Cylindrical-coordinate representation of color #DB66F0: hue angle of 290.87º degrees, saturation: 0.82, 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 #DB66F0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 102 | 240 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.06 |
| HSL | 290.87º | 0.82% | 0.67% | - |
| HSV(B) | 290.87º | 0.58% | 0.94% | - |
| XYZ | 49.69 | 30.85 | 85.77 | - |
| YUV | 152.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 240 | 0.09 | 0.58 | 0 | 0.06 | 290.87 | 0.82 | 0.67 |
| Hex | DB | 66 | F0 | 9 | 3A | 0 | 6 | 123 | 52 | 43 |
| Octal | 333 | 146 | 360 | 11 | 72 | 0 | 6 | 443 | 122 | 103 |
| Binary | 11011011 | 1100110 | 11110000 | 1001 | 111010 | 0 | 110 | 100100011 | 1010010 | 1000011 |
Color Harmonies of #DB66F0
Complementary color
Monochromatic Colors of #DB66F0
Black with #DB66F0
Text Example
Text Example
White with #DB66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66F0; }
p { color: rgb(219,102,240); }
H1.HeaderClassName
{
color: #DB66F0;
}
.AnyTagClassName
{
color: #DB66F0;
}
</style>
background-color css
<style>
a { background-color: #DB66F0; }
a { background-color: rgb(219,102,240); }
div.DivClassName
{
background-color: #DB66F0;
}
.BgClassName
{
background-color: #DB66F0;
}
</style>
border-color css
<style>
span { border-color: #DB66F0; }
span { border-color: rgb(219,102,240); }
td.TdClassName
{
border-color: #DB66F0;
}
.TagClassName
{
border-color: #DB66F0;
}
</style>