Shades of Heliotrope #DC70F3
Tints of Heliotrope #DC70F3
RGB
CMYK
RGB Variations
Color information
#DC70F3 (or 0xDC70F3) is known color: Heliotrope. HEX triplet: DC, 70 and F3. RGB value is (220,112,243). Sum of RGB (Red+Green+Blue) = 220+112+243=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70F3 is #238F0C. Grayscale: #9E9E9E. Windows color (decimal): -2330381 or 15954140. OLE color: 15954140.
HSL color Cylindrical-coordinate representation of color #DC70F3: hue angle of 289.47º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC70F3 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 112 | 243 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.05 |
| HSL | 289.47º | 0.85% | 0.7% | - |
| HSV(B) | 289.47º | 0.54% | 0.95% | - |
| XYZ | 51.49 | 33.28 | 88.5 | - |
| YUV | 159.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 243 | 0.09 | 0.54 | 0 | 0.05 | 289.47 | 0.85 | 0.7 |
| Hex | DC | 70 | F3 | 9 | 36 | 0 | 5 | 121 | 55 | 46 |
| Octal | 334 | 160 | 363 | 11 | 66 | 0 | 5 | 441 | 125 | 106 |
| Binary | 11011100 | 1110000 | 11110011 | 1001 | 110110 | 0 | 101 | 100100001 | 1010101 | 1000110 |
Color Harmonies of #DC70F3
Complementary color
Monochromatic Colors of #DC70F3
Black with #DC70F3
Text Example
Text Example
White with #DC70F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70F3; }
p { color: rgb(220,112,243); }
H1.HeaderClassName
{
color: #DC70F3;
}
.AnyTagClassName
{
color: #DC70F3;
}
</style>
background-color css
<style>
a { background-color: #DC70F3; }
a { background-color: rgb(220,112,243); }
div.DivClassName
{
background-color: #DC70F3;
}
.BgClassName
{
background-color: #DC70F3;
}
</style>
border-color css
<style>
span { border-color: #DC70F3; }
span { border-color: rgb(220,112,243); }
td.TdClassName
{
border-color: #DC70F3;
}
.TagClassName
{
border-color: #DC70F3;
}
</style>