Shades of Heliotrope #DB66FF
Tints of Heliotrope #DB66FF
RGB
CMYK
RGB Variations
Color information
#DB66FF (or 0xDB66FF) is known color: Heliotrope. HEX triplet: DB, 66 and FF. RGB value is (219,102,255). Sum of RGB (Red+Green+Blue) = 219+102+255=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66FF is #249900. Grayscale: #999999. Windows color (decimal): -2398465 or 16738011. OLE color: 16738011.
HSL color Cylindrical-coordinate representation of color #DB66FF: hue angle of 285.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB66FF is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 102 | 255 | - |
| CMYK | 0.14 | 0.6 | 0 | 0 |
| HSL | 285.88º | 1% | 0.7% | - |
| HSV(B) | 285.88º | 0.6% | 1% | - |
| XYZ | 52.01 | 31.78 | 98 | - |
| YUV | 154.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 255 | 0.14 | 0.6 | 0 | 0 | 285.88 | 1 | 0.7 |
| Hex | DB | 66 | FF | E | 3C | 0 | 0 | 11E | 64 | 46 |
| Octal | 333 | 146 | 377 | 16 | 74 | 0 | 0 | 436 | 144 | 106 |
| Binary | 11011011 | 1100110 | 11111111 | 1110 | 111100 | 0 | 0 | 100011110 | 1100100 | 1000110 |
Color Harmonies of #DB66FF
Complementary color
Monochromatic Colors of #DB66FF
Black with #DB66FF
Text Example
Text Example
White with #DB66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66FF; }
p { color: rgb(219,102,255); }
H1.HeaderClassName
{
color: #DB66FF;
}
.AnyTagClassName
{
color: #DB66FF;
}
</style>
background-color css
<style>
a { background-color: #DB66FF; }
a { background-color: rgb(219,102,255); }
div.DivClassName
{
background-color: #DB66FF;
}
.BgClassName
{
background-color: #DB66FF;
}
</style>
border-color css
<style>
span { border-color: #DB66FF; }
span { border-color: rgb(219,102,255); }
td.TdClassName
{
border-color: #DB66FF;
}
.TagClassName
{
border-color: #DB66FF;
}
</style>