Shades of Heliotrope #DB4DFC
Tints of Heliotrope #DB4DFC
RGB
CMYK
RGB Variations
Color information
#DB4DFC (or 0xDB4DFC) is known color: Heliotrope. HEX triplet: DB, 4D and FC. RGB value is (219,77,252). Sum of RGB (Red+Green+Blue) = 219+77+252=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 77 (30.47% from 255 or 14.05% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DFC is #24B203. Grayscale: #8A8A8A. Windows color (decimal): -2404868 or 16535003. OLE color: 16535003.
HSL color Cylindrical-coordinate representation of color #DB4DFC: hue angle of 288.69º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4DFC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 77 | 252 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.01 |
| HSL | 288.69º | 0.97% | 0.65% | - |
| HSV(B) | 288.69º | 0.69% | 0.99% | - |
| XYZ | 49.44 | 27.4 | 94.78 | - |
| YUV | 139.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 252 | 0.13 | 0.69 | 0 | 0.01 | 288.69 | 0.97 | 0.65 |
| Hex | DB | 4D | FC | D | 45 | 0 | 1 | 121 | 61 | 41 |
| Octal | 333 | 115 | 374 | 15 | 105 | 0 | 1 | 441 | 141 | 101 |
| Binary | 11011011 | 1001101 | 11111100 | 1101 | 1000101 | 0 | 1 | 100100001 | 1100001 | 1000001 |
Color Harmonies of #DB4DFC
Complementary color
Monochromatic Colors of #DB4DFC
Black with #DB4DFC
Text Example
Text Example
White with #DB4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DFC; }
p { color: rgb(219,77,252); }
H1.HeaderClassName
{
color: #DB4DFC;
}
.AnyTagClassName
{
color: #DB4DFC;
}
</style>
background-color css
<style>
a { background-color: #DB4DFC; }
a { background-color: rgb(219,77,252); }
div.DivClassName
{
background-color: #DB4DFC;
}
.BgClassName
{
background-color: #DB4DFC;
}
</style>
border-color css
<style>
span { border-color: #DB4DFC; }
span { border-color: rgb(219,77,252); }
td.TdClassName
{
border-color: #DB4DFC;
}
.TagClassName
{
border-color: #DB4DFC;
}
</style>