Shades of Heliotrope #DC72ED
Tints of Heliotrope #DC72ED
RGB
CMYK
RGB Variations
Color information
#DC72ED (or 0xDC72ED) is known color: Heliotrope. HEX triplet: DC, 72 and ED. RGB value is (220,114,237). Sum of RGB (Red+Green+Blue) = 220+114+237=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72ED is #238D12. Grayscale: #9F9F9F. Windows color (decimal): -2329875 or 15561436. OLE color: 15561436.
HSL color Cylindrical-coordinate representation of color #DC72ED: hue angle of 291.71º degrees, saturation: 0.77, 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 #DC72ED is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 114 | 237 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.07 |
| HSL | 291.71º | 0.77% | 0.69% | - |
| HSV(B) | 291.71º | 0.52% | 0.93% | - |
| XYZ | 50.82 | 33.36 | 83.88 | - |
| YUV | 159.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 237 | 0.07 | 0.52 | 0 | 0.07 | 291.71 | 0.77 | 0.69 |
| Hex | DC | 72 | ED | 7 | 34 | 0 | 7 | 124 | 4D | 45 |
| Octal | 334 | 162 | 355 | 7 | 64 | 0 | 7 | 444 | 115 | 105 |
| Binary | 11011100 | 1110010 | 11101101 | 111 | 110100 | 0 | 111 | 100100100 | 1001101 | 1000101 |
Color Harmonies of #DC72ED
Complementary color
Monochromatic Colors of #DC72ED
Black with #DC72ED
Text Example
Text Example
White with #DC72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72ED; }
p { color: rgb(220,114,237); }
H1.HeaderClassName
{
color: #DC72ED;
}
.AnyTagClassName
{
color: #DC72ED;
}
</style>
background-color css
<style>
a { background-color: #DC72ED; }
a { background-color: rgb(220,114,237); }
div.DivClassName
{
background-color: #DC72ED;
}
.BgClassName
{
background-color: #DC72ED;
}
</style>
border-color css
<style>
span { border-color: #DC72ED; }
span { border-color: rgb(220,114,237); }
td.TdClassName
{
border-color: #DC72ED;
}
.TagClassName
{
border-color: #DC72ED;
}
</style>