Shades of Heliotrope #DB7BFC
Tints of Heliotrope #DB7BFC
RGB
CMYK
RGB Variations
Color information
#DB7BFC (or 0xDB7BFC) is known color: Heliotrope. HEX triplet: DB, 7B and FC. RGB value is (219,123,252). Sum of RGB (Red+Green+Blue) = 219+123+252=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BFC is #248403. Grayscale: #A5A5A5. Windows color (decimal): -2393092 or 16546779. OLE color: 16546779.
HSL color Cylindrical-coordinate representation of color #DB7BFC: hue angle of 284.65º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7BFC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 123 | 252 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.01 |
| HSL | 284.65º | 0.96% | 0.74% | - |
| HSV(B) | 284.65º | 0.51% | 0.99% | - |
| XYZ | 53.87 | 36.25 | 96.25 | - |
| YUV | 166.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 252 | 0.13 | 0.51 | 0 | 0.01 | 284.65 | 0.96 | 0.74 |
| Hex | DB | 7B | FC | D | 33 | 0 | 1 | 11D | 60 | 4A |
| Octal | 333 | 173 | 374 | 15 | 63 | 0 | 1 | 435 | 140 | 112 |
| Binary | 11011011 | 1111011 | 11111100 | 1101 | 110011 | 0 | 1 | 100011101 | 1100000 | 1001010 |
Color Harmonies of #DB7BFC
Complementary color
Monochromatic Colors of #DB7BFC
Black with #DB7BFC
Text Example
Text Example
White with #DB7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BFC; }
p { color: rgb(219,123,252); }
H1.HeaderClassName
{
color: #DB7BFC;
}
.AnyTagClassName
{
color: #DB7BFC;
}
</style>
background-color css
<style>
a { background-color: #DB7BFC; }
a { background-color: rgb(219,123,252); }
div.DivClassName
{
background-color: #DB7BFC;
}
.BgClassName
{
background-color: #DB7BFC;
}
</style>
border-color css
<style>
span { border-color: #DB7BFC; }
span { border-color: rgb(219,123,252); }
td.TdClassName
{
border-color: #DB7BFC;
}
.TagClassName
{
border-color: #DB7BFC;
}
</style>