Shades of Heliotrope #DB7DFC
Tints of Heliotrope #DB7DFC
RGB
CMYK
RGB Variations
Color information
#DB7DFC (or 0xDB7DFC) is known color: Heliotrope. HEX triplet: DB, 7D and FC. RGB value is (219,125,252). Sum of RGB (Red+Green+Blue) = 219+125+252=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DFC is #248203. Grayscale: #A7A7A7. Windows color (decimal): -2392580 or 16547291. OLE color: 16547291.
HSL color Cylindrical-coordinate representation of color #DB7DFC: hue angle of 284.41º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7DFC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 125 | 252 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.01 |
| HSL | 284.41º | 0.95% | 0.74% | - |
| HSV(B) | 284.41º | 0.5% | 0.99% | - |
| XYZ | 54.12 | 36.76 | 96.34 | - |
| YUV | 167.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 252 | 0.13 | 0.50 | 0 | 0.01 | 284.41 | 0.95 | 0.74 |
| Hex | DB | 7D | FC | D | 32 | 0 | 1 | 11C | 5F | 4A |
| Octal | 333 | 175 | 374 | 15 | 62 | 0 | 1 | 434 | 137 | 112 |
| Binary | 11011011 | 1111101 | 11111100 | 1101 | 110010 | 0 | 1 | 100011100 | 1011111 | 1001010 |
Color Harmonies of #DB7DFC
Complementary color
Monochromatic Colors of #DB7DFC
Black with #DB7DFC
Text Example
Text Example
White with #DB7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DFC; }
p { color: rgb(219,125,252); }
H1.HeaderClassName
{
color: #DB7DFC;
}
.AnyTagClassName
{
color: #DB7DFC;
}
</style>
background-color css
<style>
a { background-color: #DB7DFC; }
a { background-color: rgb(219,125,252); }
div.DivClassName
{
background-color: #DB7DFC;
}
.BgClassName
{
background-color: #DB7DFC;
}
</style>
border-color css
<style>
span { border-color: #DB7DFC; }
span { border-color: rgb(219,125,252); }
td.TdClassName
{
border-color: #DB7DFC;
}
.TagClassName
{
border-color: #DB7DFC;
}
</style>