Shades of Heliotrope #DB4DFB
Tints of Heliotrope #DB4DFB
RGB
CMYK
RGB Variations
Color information
#DB4DFB (or 0xDB4DFB) is known color: Heliotrope. HEX triplet: DB, 4D and FB. RGB value is (219,77,251). Sum of RGB (Red+Green+Blue) = 219+77+251=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DFB is #24B204. Grayscale: #8A8A8A. Windows color (decimal): -2404869 or 16469467. OLE color: 16469467.
HSL color Cylindrical-coordinate representation of color #DB4DFB: hue angle of 288.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4DFB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 77 | 251 | - |
CMYK | 0.13 | 0.69 | 0 | 0.02 |
HSL | 288.97º | 0.96% | 0.64% | - |
HSV(B) | 288.97º | 0.69% | 0.98% | - |
XYZ | 49.28 | 27.33 | 93.95 | - |
YUV | 139.29 | 191.04 | 184.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 77 | 251 | 0.13 | 0.69 | 0 | 0.02 | 288.97 | 0.96 | 0.64 |
Hex | DB | 4D | FB | D | 45 | 0 | 2 | 121 | 60 | 40 |
Octal | 333 | 115 | 373 | 15 | 105 | 0 | 2 | 441 | 140 | 100 |
Binary | 11011011 | 1001101 | 11111011 | 1101 | 1000101 | 0 | 10 | 100100001 | 1100000 | 1000000 |
Color Harmonies of #DB4DFB
Complementary color
Monochromatic Colors of #DB4DFB
Black with #DB4DFB
Text Example
Text Example
White with #DB4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DFB; }
p { color: rgb(219,77,251); }
H1.HeaderClassName
{
color: #DB4DFB;
}
.AnyTagClassName
{
color: #DB4DFB;
}
</style>
background-color css
<style>
a { background-color: #DB4DFB; }
a { background-color: rgb(219,77,251); }
div.DivClassName
{
background-color: #DB4DFB;
}
.BgClassName
{
background-color: #DB4DFB;
}
</style>
border-color css
<style>
span { border-color: #DB4DFB; }
span { border-color: rgb(219,77,251); }
td.TdClassName
{
border-color: #DB4DFB;
}
.TagClassName
{
border-color: #DB4DFB;
}
</style>