Shades of Heliotrope #DB4BFF
Tints of Heliotrope #DB4BFF
RGB
CMYK
RGB Variations
Color information
#DB4BFF (or 0xDB4BFF) is known color: Heliotrope. HEX triplet: DB, 4B and FF. RGB value is (219,75,255). Sum of RGB (Red+Green+Blue) = 219+75+255=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 75 (29.69% from 255 or 13.66% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BFF is #24B400. Grayscale: #8A8A8A. Windows color (decimal): -2405377 or 16731099. OLE color: 16731099.
HSL color Cylindrical-coordinate representation of color #DB4BFF: hue angle of 288º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4BFF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 75 | 255 | - |
| CMYK | 0.14 | 0.71 | 0 | 0 |
| HSL | 288º | 1% | 0.65% | - |
| HSV(B) | 288º | 0.71% | 1% | - |
| XYZ | 49.78 | 27.31 | 97.26 | - |
| YUV | 138.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 255 | 0.14 | 0.71 | 0 | 0 | 288 | 1 | 0.65 |
| Hex | DB | 4B | FF | E | 47 | 0 | 0 | 120 | 64 | 41 |
| Octal | 333 | 113 | 377 | 16 | 107 | 0 | 0 | 440 | 144 | 101 |
| Binary | 11011011 | 1001011 | 11111111 | 1110 | 1000111 | 0 | 0 | 100100000 | 1100100 | 1000001 |
Color Harmonies of #DB4BFF
Complementary color
Monochromatic Colors of #DB4BFF
Black with #DB4BFF
Text Example
Text Example
White with #DB4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BFF; }
p { color: rgb(219,75,255); }
H1.HeaderClassName
{
color: #DB4BFF;
}
.AnyTagClassName
{
color: #DB4BFF;
}
</style>
background-color css
<style>
a { background-color: #DB4BFF; }
a { background-color: rgb(219,75,255); }
div.DivClassName
{
background-color: #DB4BFF;
}
.BgClassName
{
background-color: #DB4BFF;
}
</style>
border-color css
<style>
span { border-color: #DB4BFF; }
span { border-color: rgb(219,75,255); }
td.TdClassName
{
border-color: #DB4BFF;
}
.TagClassName
{
border-color: #DB4BFF;
}
</style>