Shades of Heliotrope #DB72ED
Tints of Heliotrope #DB72ED
RGB
CMYK
RGB Variations
Color information
#DB72ED (or 0xDB72ED) is known color: Heliotrope. HEX triplet: DB, 72 and ED. RGB value is (219,114,237). Sum of RGB (Red+Green+Blue) = 219+114+237=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72ED is #248D12. Grayscale: #9F9F9F. Windows color (decimal): -2395411 or 15561435. OLE color: 15561435.
HSL color Cylindrical-coordinate representation of color #DB72ED: hue angle of 291.22º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB72ED is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 114 | 237 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.07 |
| HSL | 291.22º | 0.77% | 0.69% | - |
| HSV(B) | 291.22º | 0.52% | 0.93% | - |
| XYZ | 50.52 | 33.21 | 83.87 | - |
| YUV | 159.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 237 | 0.08 | 0.52 | 0 | 0.07 | 291.22 | 0.77 | 0.69 |
| Hex | DB | 72 | ED | 8 | 34 | 0 | 7 | 123 | 4D | 45 |
| Octal | 333 | 162 | 355 | 10 | 64 | 0 | 7 | 443 | 115 | 105 |
| Binary | 11011011 | 1110010 | 11101101 | 1000 | 110100 | 0 | 111 | 100100011 | 1001101 | 1000101 |
Color Harmonies of #DB72ED
Complementary color
Monochromatic Colors of #DB72ED
Black with #DB72ED
Text Example
Text Example
White with #DB72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72ED; }
p { color: rgb(219,114,237); }
H1.HeaderClassName
{
color: #DB72ED;
}
.AnyTagClassName
{
color: #DB72ED;
}
</style>
background-color css
<style>
a { background-color: #DB72ED; }
a { background-color: rgb(219,114,237); }
div.DivClassName
{
background-color: #DB72ED;
}
.BgClassName
{
background-color: #DB72ED;
}
</style>
border-color css
<style>
span { border-color: #DB72ED; }
span { border-color: rgb(219,114,237); }
td.TdClassName
{
border-color: #DB72ED;
}
.TagClassName
{
border-color: #DB72ED;
}
</style>