Shades of Heliotrope #DB75FB
Tints of Heliotrope #DB75FB
RGB
CMYK
RGB Variations
Color information
#DB75FB (or 0xDB75FB) is known color: Heliotrope. HEX triplet: DB, 75 and FB. RGB value is (219,117,251). Sum of RGB (Red+Green+Blue) = 219+117+251=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB75FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75FB is #248A04. Grayscale: #A2A2A2. Windows color (decimal): -2394629 or 16479707. OLE color: 16479707.
HSL color Cylindrical-coordinate representation of color #DB75FB: hue angle of 285.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB75FB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 117 | 251 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.02 |
| HSL | 285.67º | 0.94% | 0.72% | - |
| HSV(B) | 285.67º | 0.53% | 0.98% | - |
| XYZ | 52.99 | 34.75 | 95.18 | - |
| YUV | 162.77 | 177.79 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 251 | 0.13 | 0.53 | 0 | 0.02 | 285.67 | 0.94 | 0.72 |
| Hex | DB | 75 | FB | D | 35 | 0 | 2 | 11E | 5E | 48 |
| Octal | 333 | 165 | 373 | 15 | 65 | 0 | 2 | 436 | 136 | 110 |
| Binary | 11011011 | 1110101 | 11111011 | 1101 | 110101 | 0 | 10 | 100011110 | 1011110 | 1001000 |
Color Harmonies of #DB75FB
Complementary color
Monochromatic Colors of #DB75FB
Black with #DB75FB
Text Example
Text Example
White with #DB75FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75FB; }
p { color: rgb(219,117,251); }
H1.HeaderClassName
{
color: #DB75FB;
}
.AnyTagClassName
{
color: #DB75FB;
}
</style>
background-color css
<style>
a { background-color: #DB75FB; }
a { background-color: rgb(219,117,251); }
div.DivClassName
{
background-color: #DB75FB;
}
.BgClassName
{
background-color: #DB75FB;
}
</style>
border-color css
<style>
span { border-color: #DB75FB; }
span { border-color: rgb(219,117,251); }
td.TdClassName
{
border-color: #DB75FB;
}
.TagClassName
{
border-color: #DB75FB;
}
</style>