Shades of Heliotrope #DB75FD
Tints of Heliotrope #DB75FD
RGB
CMYK
RGB Variations
Color information
#DB75FD (or 0xDB75FD) is known color: Heliotrope. HEX triplet: DB, 75 and FD. RGB value is (219,117,253). Sum of RGB (Red+Green+Blue) = 219+117+253=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB75FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75FD is #248A02. Grayscale: #A2A2A2. Windows color (decimal): -2394627 or 16610779. OLE color: 16610779.
HSL color Cylindrical-coordinate representation of color #DB75FD: hue angle of 285º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB75FD is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 117 | 253 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.01 |
| HSL | 285º | 0.97% | 0.73% | - |
| HSV(B) | 285º | 0.54% | 0.99% | - |
| XYZ | 53.3 | 34.87 | 96.85 | - |
| YUV | 163 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 253 | 0.13 | 0.54 | 0 | 0.01 | 285 | 0.97 | 0.73 |
| Hex | DB | 75 | FD | D | 36 | 0 | 1 | 11D | 61 | 49 |
| Octal | 333 | 165 | 375 | 15 | 66 | 0 | 1 | 435 | 141 | 111 |
| Binary | 11011011 | 1110101 | 11111101 | 1101 | 110110 | 0 | 1 | 100011101 | 1100001 | 1001001 |
Color Harmonies of #DB75FD
Complementary color
Monochromatic Colors of #DB75FD
Black with #DB75FD
Text Example
Text Example
White with #DB75FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75FD; }
p { color: rgb(219,117,253); }
H1.HeaderClassName
{
color: #DB75FD;
}
.AnyTagClassName
{
color: #DB75FD;
}
</style>
background-color css
<style>
a { background-color: #DB75FD; }
a { background-color: rgb(219,117,253); }
div.DivClassName
{
background-color: #DB75FD;
}
.BgClassName
{
background-color: #DB75FD;
}
</style>
border-color css
<style>
span { border-color: #DB75FD; }
span { border-color: rgb(219,117,253); }
td.TdClassName
{
border-color: #DB75FD;
}
.TagClassName
{
border-color: #DB75FD;
}
</style>