Shades of Heliotrope #DB3FFF
Tints of Heliotrope #DB3FFF
RGB
CMYK
RGB Variations
Color information
#DB3FFF (or 0xDB3FFF) is known color: Heliotrope. HEX triplet: DB, 3F and FF. RGB value is (219,63,255). Sum of RGB (Red+Green+Blue) = 219+63+255=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 63 (25% from 255 or 11.73% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3FFF is #24C000. Grayscale: #828282. Windows color (decimal): -2408449 or 16728027. OLE color: 16728027.
HSL color Cylindrical-coordinate representation of color #DB3FFF: hue angle of 288.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3FFF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 63 | 255 | - |
| CMYK | 0.14 | 0.75 | 0 | 0 |
| HSL | 288.75º | 1% | 0.62% | - |
| HSV(B) | 288.75º | 0.75% | 1% | - |
| XYZ | 49.04 | 25.84 | 97.01 | - |
| YUV | 131.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 255 | 0.14 | 0.75 | 0 | 0 | 288.75 | 1 | 0.62 |
| Hex | DB | 3F | FF | E | 4B | 0 | 0 | 121 | 64 | 3E |
| Octal | 333 | 77 | 377 | 16 | 113 | 0 | 0 | 441 | 144 | 76 |
| Binary | 11011011 | 111111 | 11111111 | 1110 | 1001011 | 0 | 0 | 100100001 | 1100100 | 111110 |
Color Harmonies of #DB3FFF
Complementary color
Monochromatic Colors of #DB3FFF
Black with #DB3FFF
Text Example
Text Example
White with #DB3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FFF; }
p { color: rgb(219,63,255); }
H1.HeaderClassName
{
color: #DB3FFF;
}
.AnyTagClassName
{
color: #DB3FFF;
}
</style>
background-color css
<style>
a { background-color: #DB3FFF; }
a { background-color: rgb(219,63,255); }
div.DivClassName
{
background-color: #DB3FFF;
}
.BgClassName
{
background-color: #DB3FFF;
}
</style>
border-color css
<style>
span { border-color: #DB3FFF; }
span { border-color: rgb(219,63,255); }
td.TdClassName
{
border-color: #DB3FFF;
}
.TagClassName
{
border-color: #DB3FFF;
}
</style>