Shades of Heliotrope #DC72EA
Tints of Heliotrope #DC72EA
RGB
CMYK
RGB Variations
Color information
#DC72EA (or 0xDC72EA) is known color: Heliotrope. HEX triplet: DC, 72 and EA. RGB value is (220,114,234). Sum of RGB (Red+Green+Blue) = 220+114+234=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72EA is #238D15. Grayscale: #9F9F9F. Windows color (decimal): -2329878 or 15364828. OLE color: 15364828.
HSL color Cylindrical-coordinate representation of color #DC72EA: hue angle of 293º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC72EA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 114 | 234 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.08 |
| HSL | 293º | 0.74% | 0.68% | - |
| HSV(B) | 293º | 0.51% | 0.92% | - |
| XYZ | 50.38 | 33.19 | 81.59 | - |
| YUV | 159.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 234 | 0.06 | 0.51 | 0 | 0.08 | 293 | 0.74 | 0.68 |
| Hex | DC | 72 | EA | 6 | 33 | 0 | 8 | 125 | 4A | 44 |
| Octal | 334 | 162 | 352 | 6 | 63 | 0 | 10 | 445 | 112 | 104 |
| Binary | 11011100 | 1110010 | 11101010 | 110 | 110011 | 0 | 1000 | 100100101 | 1001010 | 1000100 |
Color Harmonies of #DC72EA
Complementary color
Monochromatic Colors of #DC72EA
Black with #DC72EA
Text Example
Text Example
White with #DC72EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72EA; }
p { color: rgb(220,114,234); }
H1.HeaderClassName
{
color: #DC72EA;
}
.AnyTagClassName
{
color: #DC72EA;
}
</style>
background-color css
<style>
a { background-color: #DC72EA; }
a { background-color: rgb(220,114,234); }
div.DivClassName
{
background-color: #DC72EA;
}
.BgClassName
{
background-color: #DC72EA;
}
</style>
border-color css
<style>
span { border-color: #DC72EA; }
span { border-color: rgb(220,114,234); }
td.TdClassName
{
border-color: #DC72EA;
}
.TagClassName
{
border-color: #DC72EA;
}
</style>