Shades of Heliotrope #DB43FC
Tints of Heliotrope #DB43FC
RGB
CMYK
RGB Variations
Color information
#DB43FC (or 0xDB43FC) is known color: Heliotrope. HEX triplet: DB, 43 and FC. RGB value is (219,67,252). Sum of RGB (Red+Green+Blue) = 219+67+252=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 67 (26.56% from 255 or 12.45% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB43FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB43FC is #24BC03. Grayscale: #848484. Windows color (decimal): -2407428 or 16532443. OLE color: 16532443.
HSL color Cylindrical-coordinate representation of color #DB43FC: hue angle of 289.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB43FC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 67 | 252 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.01 |
| HSL | 289.3º | 0.97% | 0.63% | - |
| HSV(B) | 289.3º | 0.73% | 0.99% | - |
| XYZ | 48.79 | 26.1 | 94.56 | - |
| YUV | 133.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 252 | 0.13 | 0.73 | 0 | 0.01 | 289.3 | 0.97 | 0.63 |
| Hex | DB | 43 | FC | D | 49 | 0 | 1 | 121 | 61 | 3F |
| Octal | 333 | 103 | 374 | 15 | 111 | 0 | 1 | 441 | 141 | 77 |
| Binary | 11011011 | 1000011 | 11111100 | 1101 | 1001001 | 0 | 1 | 100100001 | 1100001 | 111111 |
Color Harmonies of #DB43FC
Complementary color
Monochromatic Colors of #DB43FC
Black with #DB43FC
Text Example
Text Example
White with #DB43FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43FC; }
p { color: rgb(219,67,252); }
H1.HeaderClassName
{
color: #DB43FC;
}
.AnyTagClassName
{
color: #DB43FC;
}
</style>
background-color css
<style>
a { background-color: #DB43FC; }
a { background-color: rgb(219,67,252); }
div.DivClassName
{
background-color: #DB43FC;
}
.BgClassName
{
background-color: #DB43FC;
}
</style>
border-color css
<style>
span { border-color: #DB43FC; }
span { border-color: rgb(219,67,252); }
td.TdClassName
{
border-color: #DB43FC;
}
.TagClassName
{
border-color: #DB43FC;
}
</style>