Shades of Heliotrope #DB60F3
Tints of Heliotrope #DB60F3
RGB
CMYK
RGB Variations
Color information
#DB60F3 (or 0xDB60F3) is known color: Heliotrope. HEX triplet: DB, 60 and F3. RGB value is (219,96,243). Sum of RGB (Red+Green+Blue) = 219+96+243=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB60F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60F3 is #249F0C. Grayscale: #959595. Windows color (decimal): -2400013 or 15950043. OLE color: 15950043.
HSL color Cylindrical-coordinate representation of color #DB60F3: hue angle of 290.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB60F3 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 96 | 243 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.05 |
| HSL | 290.2º | 0.86% | 0.66% | - |
| HSV(B) | 290.2º | 0.6% | 0.95% | - |
| XYZ | 49.57 | 29.9 | 87.95 | - |
| YUV | 149.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 243 | 0.10 | 0.60 | 0 | 0.05 | 290.2 | 0.86 | 0.66 |
| Hex | DB | 60 | F3 | A | 3C | 0 | 5 | 122 | 56 | 42 |
| Octal | 333 | 140 | 363 | 12 | 74 | 0 | 5 | 442 | 126 | 102 |
| Binary | 11011011 | 1100000 | 11110011 | 1010 | 111100 | 0 | 101 | 100100010 | 1010110 | 1000010 |
Color Harmonies of #DB60F3
Complementary color
Monochromatic Colors of #DB60F3
Black with #DB60F3
Text Example
Text Example
White with #DB60F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60F3; }
p { color: rgb(219,96,243); }
H1.HeaderClassName
{
color: #DB60F3;
}
.AnyTagClassName
{
color: #DB60F3;
}
</style>
background-color css
<style>
a { background-color: #DB60F3; }
a { background-color: rgb(219,96,243); }
div.DivClassName
{
background-color: #DB60F3;
}
.BgClassName
{
background-color: #DB60F3;
}
</style>
border-color css
<style>
span { border-color: #DB60F3; }
span { border-color: rgb(219,96,243); }
td.TdClassName
{
border-color: #DB60F3;
}
.TagClassName
{
border-color: #DB60F3;
}
</style>