Shades of Heliotrope #DB5CFC
Tints of Heliotrope #DB5CFC
RGB
CMYK
RGB Variations
Color information
#DB5CFC (or 0xDB5CFC) is known color: Heliotrope. HEX triplet: DB, 5C and FC. RGB value is (219,92,252). Sum of RGB (Red+Green+Blue) = 219+92+252=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CFC is #24A303. Grayscale: #939393. Windows color (decimal): -2401028 or 16538843. OLE color: 16538843.
HSL color Cylindrical-coordinate representation of color #DB5CFC: hue angle of 287.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5CFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 92 | 252 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.01 |
| HSL | 287.63º | 0.96% | 0.67% | - |
| HSV(B) | 287.63º | 0.63% | 0.99% | - |
| XYZ | 50.61 | 29.74 | 95.17 | - |
| YUV | 148.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 252 | 0.13 | 0.63 | 0 | 0.01 | 287.63 | 0.96 | 0.67 |
| Hex | DB | 5C | FC | D | 3F | 0 | 1 | 120 | 60 | 43 |
| Octal | 333 | 134 | 374 | 15 | 77 | 0 | 1 | 440 | 140 | 103 |
| Binary | 11011011 | 1011100 | 11111100 | 1101 | 111111 | 0 | 1 | 100100000 | 1100000 | 1000011 |
Color Harmonies of #DB5CFC
Complementary color
Monochromatic Colors of #DB5CFC
Black with #DB5CFC
Text Example
Text Example
White with #DB5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CFC; }
p { color: rgb(219,92,252); }
H1.HeaderClassName
{
color: #DB5CFC;
}
.AnyTagClassName
{
color: #DB5CFC;
}
</style>
background-color css
<style>
a { background-color: #DB5CFC; }
a { background-color: rgb(219,92,252); }
div.DivClassName
{
background-color: #DB5CFC;
}
.BgClassName
{
background-color: #DB5CFC;
}
</style>
border-color css
<style>
span { border-color: #DB5CFC; }
span { border-color: rgb(219,92,252); }
td.TdClassName
{
border-color: #DB5CFC;
}
.TagClassName
{
border-color: #DB5CFC;
}
</style>