Shades of Heliotrope #DB66ED
Tints of Heliotrope #DB66ED
RGB
CMYK
RGB Variations
Color information
#DB66ED (or 0xDB66ED) is known color: Heliotrope. HEX triplet: DB, 66 and ED. RGB value is (219,102,237). Sum of RGB (Red+Green+Blue) = 219+102+237=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66ED is #249912. Grayscale: #979797. Windows color (decimal): -2398483 or 15558363. OLE color: 15558363.
HSL color Cylindrical-coordinate representation of color #DB66ED: hue angle of 292º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB66ED is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 102 | 237 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.07 |
| HSL | 292º | 0.79% | 0.66% | - |
| HSV(B) | 292º | 0.57% | 0.93% | - |
| XYZ | 49.25 | 30.68 | 83.45 | - |
| YUV | 152.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 237 | 0.08 | 0.57 | 0 | 0.07 | 292 | 0.79 | 0.66 |
| Hex | DB | 66 | ED | 8 | 39 | 0 | 7 | 124 | 4F | 42 |
| Octal | 333 | 146 | 355 | 10 | 71 | 0 | 7 | 444 | 117 | 102 |
| Binary | 11011011 | 1100110 | 11101101 | 1000 | 111001 | 0 | 111 | 100100100 | 1001111 | 1000010 |
Color Harmonies of #DB66ED
Complementary color
Monochromatic Colors of #DB66ED
Black with #DB66ED
Text Example
Text Example
White with #DB66ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66ED; }
p { color: rgb(219,102,237); }
H1.HeaderClassName
{
color: #DB66ED;
}
.AnyTagClassName
{
color: #DB66ED;
}
</style>
background-color css
<style>
a { background-color: #DB66ED; }
a { background-color: rgb(219,102,237); }
div.DivClassName
{
background-color: #DB66ED;
}
.BgClassName
{
background-color: #DB66ED;
}
</style>
border-color css
<style>
span { border-color: #DB66ED; }
span { border-color: rgb(219,102,237); }
td.TdClassName
{
border-color: #DB66ED;
}
.TagClassName
{
border-color: #DB66ED;
}
</style>