Shades of Heliotrope #DB75FC
Tints of Heliotrope #DB75FC
RGB
CMYK
RGB Variations
Color information
#DB75FC (or 0xDB75FC) is known color: Heliotrope. HEX triplet: DB, 75 and FC. RGB value is (219,117,252). Sum of RGB (Red+Green+Blue) = 219+117+252=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB75FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75FC is #248A03. Grayscale: #A2A2A2. Windows color (decimal): -2394628 or 16545243. OLE color: 16545243.
HSL color Cylindrical-coordinate representation of color #DB75FC: hue angle of 285.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB75FC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 117 | 252 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.01 |
| HSL | 285.33º | 0.96% | 0.72% | - |
| HSV(B) | 285.33º | 0.54% | 0.99% | - |
| XYZ | 53.15 | 34.81 | 96.01 | - |
| YUV | 162.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 252 | 0.13 | 0.54 | 0 | 0.01 | 285.33 | 0.96 | 0.72 |
| Hex | DB | 75 | FC | D | 36 | 0 | 1 | 11D | 60 | 48 |
| Octal | 333 | 165 | 374 | 15 | 66 | 0 | 1 | 435 | 140 | 110 |
| Binary | 11011011 | 1110101 | 11111100 | 1101 | 110110 | 0 | 1 | 100011101 | 1100000 | 1001000 |
Color Harmonies of #DB75FC
Complementary color
Monochromatic Colors of #DB75FC
Black with #DB75FC
Text Example
Text Example
White with #DB75FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75FC; }
p { color: rgb(219,117,252); }
H1.HeaderClassName
{
color: #DB75FC;
}
.AnyTagClassName
{
color: #DB75FC;
}
</style>
background-color css
<style>
a { background-color: #DB75FC; }
a { background-color: rgb(219,117,252); }
div.DivClassName
{
background-color: #DB75FC;
}
.BgClassName
{
background-color: #DB75FC;
}
</style>
border-color css
<style>
span { border-color: #DB75FC; }
span { border-color: rgb(219,117,252); }
td.TdClassName
{
border-color: #DB75FC;
}
.TagClassName
{
border-color: #DB75FC;
}
</style>