Shades of Heliotrope #DB4AFE
Tints of Heliotrope #DB4AFE
RGB
CMYK
RGB Variations
Color information
#DB4AFE (or 0xDB4AFE) is known color: Heliotrope. HEX triplet: DB, 4A and FE. RGB value is (219,74,254). Sum of RGB (Red+Green+Blue) = 219+74+254=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AFE is #24B501. Grayscale: #898989. Windows color (decimal): -2405634 or 16665307. OLE color: 16665307.
HSL color Cylindrical-coordinate representation of color #DB4AFE: hue angle of 288.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4AFE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 74 | 254 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.00 |
| HSL | 288.33º | 0.99% | 0.64% | - |
| HSV(B) | 288.33º | 0.71% | 1% | - |
| XYZ | 49.55 | 27.11 | 96.39 | - |
| YUV | 137.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 254 | 0.14 | 0.71 | 0 | 0.00 | 288.33 | 0.99 | 0.64 |
| Hex | DB | 4A | FE | E | 47 | 0 | 0 | 120 | 63 | 40 |
| Octal | 333 | 112 | 376 | 16 | 107 | 0 | 0 | 440 | 143 | 100 |
| Binary | 11011011 | 1001010 | 11111110 | 1110 | 1000111 | 0 | 0 | 100100000 | 1100011 | 1000000 |
Color Harmonies of #DB4AFE
Complementary color
Monochromatic Colors of #DB4AFE
Black with #DB4AFE
Text Example
Text Example
White with #DB4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AFE; }
p { color: rgb(219,74,254); }
H1.HeaderClassName
{
color: #DB4AFE;
}
.AnyTagClassName
{
color: #DB4AFE;
}
</style>
background-color css
<style>
a { background-color: #DB4AFE; }
a { background-color: rgb(219,74,254); }
div.DivClassName
{
background-color: #DB4AFE;
}
.BgClassName
{
background-color: #DB4AFE;
}
</style>
border-color css
<style>
span { border-color: #DB4AFE; }
span { border-color: rgb(219,74,254); }
td.TdClassName
{
border-color: #DB4AFE;
}
.TagClassName
{
border-color: #DB4AFE;
}
</style>