Shades of Heliotrope #DB74EA
Tints of Heliotrope #DB74EA
RGB
CMYK
RGB Variations
Color information
#DB74EA (or 0xDB74EA) is known color: Heliotrope. HEX triplet: DB, 74 and EA. RGB value is (219,116,234). Sum of RGB (Red+Green+Blue) = 219+116+234=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74EA is #248B15. Grayscale: #9F9F9F. Windows color (decimal): -2394902 or 15365339. OLE color: 15365339.
HSL color Cylindrical-coordinate representation of color #DB74EA: hue angle of 292.37º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB74EA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 116 | 234 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.08 |
| HSL | 292.37º | 0.74% | 0.69% | - |
| HSV(B) | 292.37º | 0.5% | 0.92% | - |
| XYZ | 50.31 | 33.49 | 81.65 | - |
| YUV | 160.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 234 | 0.06 | 0.50 | 0 | 0.08 | 292.37 | 0.74 | 0.69 |
| Hex | DB | 74 | EA | 6 | 32 | 0 | 8 | 124 | 4A | 45 |
| Octal | 333 | 164 | 352 | 6 | 62 | 0 | 10 | 444 | 112 | 105 |
| Binary | 11011011 | 1110100 | 11101010 | 110 | 110010 | 0 | 1000 | 100100100 | 1001010 | 1000101 |
Color Harmonies of #DB74EA
Complementary color
Monochromatic Colors of #DB74EA
Black with #DB74EA
Text Example
Text Example
White with #DB74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74EA; }
p { color: rgb(219,116,234); }
H1.HeaderClassName
{
color: #DB74EA;
}
.AnyTagClassName
{
color: #DB74EA;
}
</style>
background-color css
<style>
a { background-color: #DB74EA; }
a { background-color: rgb(219,116,234); }
div.DivClassName
{
background-color: #DB74EA;
}
.BgClassName
{
background-color: #DB74EA;
}
</style>
border-color css
<style>
span { border-color: #DB74EA; }
span { border-color: rgb(219,116,234); }
td.TdClassName
{
border-color: #DB74EA;
}
.TagClassName
{
border-color: #DB74EA;
}
</style>