Shades of Heliotrope #DB66F2
Tints of Heliotrope #DB66F2
RGB
CMYK
RGB Variations
Color information
#DB66F2 (or 0xDB66F2) is known color: Heliotrope. HEX triplet: DB, 66 and F2. RGB value is (219,102,242). Sum of RGB (Red+Green+Blue) = 219+102+242=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66F2 is #24990D. Grayscale: #989898. Windows color (decimal): -2398478 or 15886043. OLE color: 15886043.
HSL color Cylindrical-coordinate representation of color #DB66F2: hue angle of 290.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB66F2 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 102 | 242 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.05 |
| HSL | 290.14º | 0.84% | 0.67% | - |
| HSV(B) | 290.14º | 0.58% | 0.95% | - |
| XYZ | 49.99 | 30.97 | 87.35 | - |
| YUV | 152.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 242 | 0.10 | 0.58 | 0 | 0.05 | 290.14 | 0.84 | 0.67 |
| Hex | DB | 66 | F2 | A | 3A | 0 | 5 | 122 | 54 | 43 |
| Octal | 333 | 146 | 362 | 12 | 72 | 0 | 5 | 442 | 124 | 103 |
| Binary | 11011011 | 1100110 | 11110010 | 1010 | 111010 | 0 | 101 | 100100010 | 1010100 | 1000011 |
Color Harmonies of #DB66F2
Complementary color
Monochromatic Colors of #DB66F2
Black with #DB66F2
Text Example
Text Example
White with #DB66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66F2; }
p { color: rgb(219,102,242); }
H1.HeaderClassName
{
color: #DB66F2;
}
.AnyTagClassName
{
color: #DB66F2;
}
</style>
background-color css
<style>
a { background-color: #DB66F2; }
a { background-color: rgb(219,102,242); }
div.DivClassName
{
background-color: #DB66F2;
}
.BgClassName
{
background-color: #DB66F2;
}
</style>
border-color css
<style>
span { border-color: #DB66F2; }
span { border-color: rgb(219,102,242); }
td.TdClassName
{
border-color: #DB66F2;
}
.TagClassName
{
border-color: #DB66F2;
}
</style>