Shades of Heliotrope #DC74EE
Tints of Heliotrope #DC74EE
RGB
CMYK
RGB Variations
Color information
#DC74EE (or 0xDC74EE) is known color: Heliotrope. HEX triplet: DC, 74 and EE. RGB value is (220,116,238). Sum of RGB (Red+Green+Blue) = 220+116+238=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74EE is #238B11. Grayscale: #A0A0A0. Windows color (decimal): -2329362 or 15627484. OLE color: 15627484.
HSL color Cylindrical-coordinate representation of color #DC74EE: hue angle of 291.15º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC74EE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 116 | 238 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.07 |
| HSL | 291.15º | 0.78% | 0.69% | - |
| HSV(B) | 291.15º | 0.51% | 0.93% | - |
| XYZ | 51.19 | 33.88 | 84.73 | - |
| YUV | 161 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 238 | 0.08 | 0.51 | 0 | 0.07 | 291.15 | 0.78 | 0.69 |
| Hex | DC | 74 | EE | 8 | 33 | 0 | 7 | 123 | 4E | 45 |
| Octal | 334 | 164 | 356 | 10 | 63 | 0 | 7 | 443 | 116 | 105 |
| Binary | 11011100 | 1110100 | 11101110 | 1000 | 110011 | 0 | 111 | 100100011 | 1001110 | 1000101 |
Color Harmonies of #DC74EE
Complementary color
Monochromatic Colors of #DC74EE
Black with #DC74EE
Text Example
Text Example
White with #DC74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74EE; }
p { color: rgb(220,116,238); }
H1.HeaderClassName
{
color: #DC74EE;
}
.AnyTagClassName
{
color: #DC74EE;
}
</style>
background-color css
<style>
a { background-color: #DC74EE; }
a { background-color: rgb(220,116,238); }
div.DivClassName
{
background-color: #DC74EE;
}
.BgClassName
{
background-color: #DC74EE;
}
</style>
border-color css
<style>
span { border-color: #DC74EE; }
span { border-color: rgb(220,116,238); }
td.TdClassName
{
border-color: #DC74EE;
}
.TagClassName
{
border-color: #DC74EE;
}
</style>