Shades of Heliotrope #DB5DFC
Tints of Heliotrope #DB5DFC
RGB
CMYK
RGB Variations
Color information
#DB5DFC (or 0xDB5DFC) is known color: Heliotrope. HEX triplet: DB, 5D and FC. RGB value is (219,93,252). Sum of RGB (Red+Green+Blue) = 219+93+252=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DFC is #24A203. Grayscale: #949494. Windows color (decimal): -2400772 or 16539099. OLE color: 16539099.
HSL color Cylindrical-coordinate representation of color #DB5DFC: hue angle of 287.55º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5DFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 93 | 252 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.01 |
| HSL | 287.55º | 0.96% | 0.68% | - |
| HSV(B) | 287.55º | 0.63% | 0.99% | - |
| XYZ | 50.7 | 29.92 | 95.2 | - |
| YUV | 148.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 252 | 0.13 | 0.63 | 0 | 0.01 | 287.55 | 0.96 | 0.68 |
| Hex | DB | 5D | FC | D | 3F | 0 | 1 | 120 | 60 | 44 |
| Octal | 333 | 135 | 374 | 15 | 77 | 0 | 1 | 440 | 140 | 104 |
| Binary | 11011011 | 1011101 | 11111100 | 1101 | 111111 | 0 | 1 | 100100000 | 1100000 | 1000100 |
Color Harmonies of #DB5DFC
Complementary color
Monochromatic Colors of #DB5DFC
Black with #DB5DFC
Text Example
Text Example
White with #DB5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DFC; }
p { color: rgb(219,93,252); }
H1.HeaderClassName
{
color: #DB5DFC;
}
.AnyTagClassName
{
color: #DB5DFC;
}
</style>
background-color css
<style>
a { background-color: #DB5DFC; }
a { background-color: rgb(219,93,252); }
div.DivClassName
{
background-color: #DB5DFC;
}
.BgClassName
{
background-color: #DB5DFC;
}
</style>
border-color css
<style>
span { border-color: #DB5DFC; }
span { border-color: rgb(219,93,252); }
td.TdClassName
{
border-color: #DB5DFC;
}
.TagClassName
{
border-color: #DB5DFC;
}
</style>