Shades of Heliotrope #DC72F5
Tints of Heliotrope #DC72F5
RGB
CMYK
RGB Variations
Color information
#DC72F5 (or 0xDC72F5) is known color: Heliotrope. HEX triplet: DC, 72 and F5. RGB value is (220,114,245). Sum of RGB (Red+Green+Blue) = 220+114+245=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC72F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72F5 is #238D0A. Grayscale: #A0A0A0. Windows color (decimal): -2329867 or 16085724. OLE color: 16085724.
HSL color Cylindrical-coordinate representation of color #DC72F5: hue angle of 288.55º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC72F5 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 114 | 245 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.04 |
| HSL | 288.55º | 0.87% | 0.7% | - |
| HSV(B) | 288.55º | 0.53% | 0.96% | - |
| XYZ | 52.01 | 33.84 | 90.18 | - |
| YUV | 160.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 245 | 0.10 | 0.53 | 0 | 0.04 | 288.55 | 0.87 | 0.7 |
| Hex | DC | 72 | F5 | A | 35 | 0 | 4 | 121 | 57 | 46 |
| Octal | 334 | 162 | 365 | 12 | 65 | 0 | 4 | 441 | 127 | 106 |
| Binary | 11011100 | 1110010 | 11110101 | 1010 | 110101 | 0 | 100 | 100100001 | 1010111 | 1000110 |
Color Harmonies of #DC72F5
Complementary color
Monochromatic Colors of #DC72F5
Black with #DC72F5
Text Example
Text Example
White with #DC72F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72F5; }
p { color: rgb(220,114,245); }
H1.HeaderClassName
{
color: #DC72F5;
}
.AnyTagClassName
{
color: #DC72F5;
}
</style>
background-color css
<style>
a { background-color: #DC72F5; }
a { background-color: rgb(220,114,245); }
div.DivClassName
{
background-color: #DC72F5;
}
.BgClassName
{
background-color: #DC72F5;
}
</style>
border-color css
<style>
span { border-color: #DC72F5; }
span { border-color: rgb(220,114,245); }
td.TdClassName
{
border-color: #DC72F5;
}
.TagClassName
{
border-color: #DC72F5;
}
</style>