Shades of Heliotrope #DC72EE
Tints of Heliotrope #DC72EE
RGB
CMYK
RGB Variations
Color information
#DC72EE (or 0xDC72EE) is known color: Heliotrope. HEX triplet: DC, 72 and EE. RGB value is (220,114,238). Sum of RGB (Red+Green+Blue) = 220+114+238=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72EE is #238D11. Grayscale: #9F9F9F. Windows color (decimal): -2329874 or 15626972. OLE color: 15626972.
HSL color Cylindrical-coordinate representation of color #DC72EE: hue angle of 291.29º degrees, saturation: 0.78, 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 #DC72EE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 114 | 238 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.07 |
| HSL | 291.29º | 0.78% | 0.69% | - |
| HSV(B) | 291.29º | 0.52% | 0.93% | - |
| XYZ | 50.97 | 33.42 | 84.65 | - |
| YUV | 159.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 238 | 0.08 | 0.52 | 0 | 0.07 | 291.29 | 0.78 | 0.69 |
| Hex | DC | 72 | EE | 8 | 34 | 0 | 7 | 123 | 4E | 45 |
| Octal | 334 | 162 | 356 | 10 | 64 | 0 | 7 | 443 | 116 | 105 |
| Binary | 11011100 | 1110010 | 11101110 | 1000 | 110100 | 0 | 111 | 100100011 | 1001110 | 1000101 |
Color Harmonies of #DC72EE
Complementary color
Monochromatic Colors of #DC72EE
Black with #DC72EE
Text Example
Text Example
White with #DC72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72EE; }
p { color: rgb(220,114,238); }
H1.HeaderClassName
{
color: #DC72EE;
}
.AnyTagClassName
{
color: #DC72EE;
}
</style>
background-color css
<style>
a { background-color: #DC72EE; }
a { background-color: rgb(220,114,238); }
div.DivClassName
{
background-color: #DC72EE;
}
.BgClassName
{
background-color: #DC72EE;
}
</style>
border-color css
<style>
span { border-color: #DC72EE; }
span { border-color: rgb(220,114,238); }
td.TdClassName
{
border-color: #DC72EE;
}
.TagClassName
{
border-color: #DC72EE;
}
</style>