Shades of Heliotrope #DB72FB
Tints of Heliotrope #DB72FB
RGB
CMYK
RGB Variations
Color information
#DB72FB (or 0xDB72FB) is known color: Heliotrope. HEX triplet: DB, 72 and FB. RGB value is (219,114,251). Sum of RGB (Red+Green+Blue) = 219+114+251=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72FB is #248D04. Grayscale: #A0A0A0. Windows color (decimal): -2395397 or 16478939. OLE color: 16478939.
HSL color Cylindrical-coordinate representation of color #DB72FB: hue angle of 285.99º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB72FB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 114 | 251 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.02 |
| HSL | 285.99º | 0.94% | 0.72% | - |
| HSV(B) | 285.99º | 0.55% | 0.98% | - |
| XYZ | 52.64 | 34.06 | 95.07 | - |
| YUV | 161.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 251 | 0.13 | 0.55 | 0 | 0.02 | 285.99 | 0.94 | 0.72 |
| Hex | DB | 72 | FB | D | 37 | 0 | 2 | 11E | 5E | 48 |
| Octal | 333 | 162 | 373 | 15 | 67 | 0 | 2 | 436 | 136 | 110 |
| Binary | 11011011 | 1110010 | 11111011 | 1101 | 110111 | 0 | 10 | 100011110 | 1011110 | 1001000 |
Color Harmonies of #DB72FB
Complementary color
Monochromatic Colors of #DB72FB
Black with #DB72FB
Text Example
Text Example
White with #DB72FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72FB; }
p { color: rgb(219,114,251); }
H1.HeaderClassName
{
color: #DB72FB;
}
.AnyTagClassName
{
color: #DB72FB;
}
</style>
background-color css
<style>
a { background-color: #DB72FB; }
a { background-color: rgb(219,114,251); }
div.DivClassName
{
background-color: #DB72FB;
}
.BgClassName
{
background-color: #DB72FB;
}
</style>
border-color css
<style>
span { border-color: #DB72FB; }
span { border-color: rgb(219,114,251); }
td.TdClassName
{
border-color: #DB72FB;
}
.TagClassName
{
border-color: #DB72FB;
}
</style>