Shades of Heliotrope #DB43FF
Tints of Heliotrope #DB43FF
RGB
CMYK
RGB Variations
Color information
#DB43FF (or 0xDB43FF) is known color: Heliotrope. HEX triplet: DB, 43 and FF. RGB value is (219,67,255). Sum of RGB (Red+Green+Blue) = 219+67+255=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 67 (26.56% from 255 or 12.38% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB43FF is #24BC00. Grayscale: #858585. Windows color (decimal): -2407425 or 16729051. OLE color: 16729051.
HSL color Cylindrical-coordinate representation of color #DB43FF: hue angle of 288.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB43FF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 67 | 255 | - |
| CMYK | 0.14 | 0.74 | 0 | 0 |
| HSL | 288.51º | 1% | 0.63% | - |
| HSV(B) | 288.51º | 0.74% | 1% | - |
| XYZ | 49.27 | 26.29 | 97.09 | - |
| YUV | 133.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 255 | 0.14 | 0.74 | 0 | 0 | 288.51 | 1 | 0.63 |
| Hex | DB | 43 | FF | E | 4A | 0 | 0 | 121 | 64 | 3F |
| Octal | 333 | 103 | 377 | 16 | 112 | 0 | 0 | 441 | 144 | 77 |
| Binary | 11011011 | 1000011 | 11111111 | 1110 | 1001010 | 0 | 0 | 100100001 | 1100100 | 111111 |
Color Harmonies of #DB43FF
Complementary color
Monochromatic Colors of #DB43FF
Black with #DB43FF
Text Example
Text Example
White with #DB43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43FF; }
p { color: rgb(219,67,255); }
H1.HeaderClassName
{
color: #DB43FF;
}
.AnyTagClassName
{
color: #DB43FF;
}
</style>
background-color css
<style>
a { background-color: #DB43FF; }
a { background-color: rgb(219,67,255); }
div.DivClassName
{
background-color: #DB43FF;
}
.BgClassName
{
background-color: #DB43FF;
}
</style>
border-color css
<style>
span { border-color: #DB43FF; }
span { border-color: rgb(219,67,255); }
td.TdClassName
{
border-color: #DB43FF;
}
.TagClassName
{
border-color: #DB43FF;
}
</style>