Shades of Heliotrope #DB5CFF
Tints of Heliotrope #DB5CFF
RGB
CMYK
RGB Variations
Color information
#DB5CFF (or 0xDB5CFF) is known color: Heliotrope. HEX triplet: DB, 5C and FF. RGB value is (219,92,255). Sum of RGB (Red+Green+Blue) = 219+92+255=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CFF is #24A300. Grayscale: #949494. Windows color (decimal): -2401025 or 16735451. OLE color: 16735451.
HSL color Cylindrical-coordinate representation of color #DB5CFF: hue angle of 286.75º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5CFF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 92 | 255 | - |
| CMYK | 0.14 | 0.64 | 0 | 0 |
| HSL | 286.75º | 1% | 0.68% | - |
| HSV(B) | 286.75º | 0.64% | 1% | - |
| XYZ | 51.09 | 29.93 | 97.69 | - |
| YUV | 148.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 255 | 0.14 | 0.64 | 0 | 0 | 286.75 | 1 | 0.68 |
| Hex | DB | 5C | FF | E | 40 | 0 | 0 | 11F | 64 | 44 |
| Octal | 333 | 134 | 377 | 16 | 100 | 0 | 0 | 437 | 144 | 104 |
| Binary | 11011011 | 1011100 | 11111111 | 1110 | 1000000 | 0 | 0 | 100011111 | 1100100 | 1000100 |
Color Harmonies of #DB5CFF
Complementary color
Monochromatic Colors of #DB5CFF
Black with #DB5CFF
Text Example
Text Example
White with #DB5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CFF; }
p { color: rgb(219,92,255); }
H1.HeaderClassName
{
color: #DB5CFF;
}
.AnyTagClassName
{
color: #DB5CFF;
}
</style>
background-color css
<style>
a { background-color: #DB5CFF; }
a { background-color: rgb(219,92,255); }
div.DivClassName
{
background-color: #DB5CFF;
}
.BgClassName
{
background-color: #DB5CFF;
}
</style>
border-color css
<style>
span { border-color: #DB5CFF; }
span { border-color: rgb(219,92,255); }
td.TdClassName
{
border-color: #DB5CFF;
}
.TagClassName
{
border-color: #DB5CFF;
}
</style>