Shades of Heliotrope #DC74EB
Tints of Heliotrope #DC74EB
RGB
CMYK
RGB Variations
Color information
#DC74EB (or 0xDC74EB) is known color: Heliotrope. HEX triplet: DC, 74 and EB. RGB value is (220,116,235). Sum of RGB (Red+Green+Blue) = 220+116+235=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74EB is #238B14. Grayscale: #A0A0A0. Windows color (decimal): -2329365 or 15430876. OLE color: 15430876.
HSL color Cylindrical-coordinate representation of color #DC74EB: hue angle of 292.44º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC74EB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 116 | 235 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.08 |
| HSL | 292.44º | 0.75% | 0.69% | - |
| HSV(B) | 292.44º | 0.51% | 0.92% | - |
| XYZ | 50.76 | 33.7 | 82.43 | - |
| YUV | 160.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 235 | 0.06 | 0.51 | 0 | 0.08 | 292.44 | 0.75 | 0.69 |
| Hex | DC | 74 | EB | 6 | 33 | 0 | 8 | 124 | 4B | 45 |
| Octal | 334 | 164 | 353 | 6 | 63 | 0 | 10 | 444 | 113 | 105 |
| Binary | 11011100 | 1110100 | 11101011 | 110 | 110011 | 0 | 1000 | 100100100 | 1001011 | 1000101 |
Color Harmonies of #DC74EB
Complementary color
Monochromatic Colors of #DC74EB
Black with #DC74EB
Text Example
Text Example
White with #DC74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74EB; }
p { color: rgb(220,116,235); }
H1.HeaderClassName
{
color: #DC74EB;
}
.AnyTagClassName
{
color: #DC74EB;
}
</style>
background-color css
<style>
a { background-color: #DC74EB; }
a { background-color: rgb(220,116,235); }
div.DivClassName
{
background-color: #DC74EB;
}
.BgClassName
{
background-color: #DC74EB;
}
</style>
border-color css
<style>
span { border-color: #DC74EB; }
span { border-color: rgb(220,116,235); }
td.TdClassName
{
border-color: #DC74EB;
}
.TagClassName
{
border-color: #DC74EB;
}
</style>