Shades of Heliotrope #DC70F8
Tints of Heliotrope #DC70F8
RGB
CMYK
RGB Variations
Color information
#DC70F8 (or 0xDC70F8) is known color: Heliotrope. HEX triplet: DC, 70 and F8. RGB value is (220,112,248). Sum of RGB (Red+Green+Blue) = 220+112+248=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC70F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70F8 is #238F07. Grayscale: #9F9F9F. Windows color (decimal): -2330376 or 16281820. OLE color: 16281820.
HSL color Cylindrical-coordinate representation of color #DC70F8: hue angle of 287.65º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC70F8 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 112 | 248 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.03 |
| HSL | 287.65º | 0.91% | 0.71% | - |
| HSV(B) | 287.65º | 0.55% | 0.97% | - |
| XYZ | 52.25 | 33.58 | 92.53 | - |
| YUV | 159.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 248 | 0.11 | 0.55 | 0 | 0.03 | 287.65 | 0.91 | 0.71 |
| Hex | DC | 70 | F8 | B | 37 | 0 | 3 | 120 | 5B | 47 |
| Octal | 334 | 160 | 370 | 13 | 67 | 0 | 3 | 440 | 133 | 107 |
| Binary | 11011100 | 1110000 | 11111000 | 1011 | 110111 | 0 | 11 | 100100000 | 1011011 | 1000111 |
Color Harmonies of #DC70F8
Complementary color
Monochromatic Colors of #DC70F8
Black with #DC70F8
Text Example
Text Example
White with #DC70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70F8; }
p { color: rgb(220,112,248); }
H1.HeaderClassName
{
color: #DC70F8;
}
.AnyTagClassName
{
color: #DC70F8;
}
</style>
background-color css
<style>
a { background-color: #DC70F8; }
a { background-color: rgb(220,112,248); }
div.DivClassName
{
background-color: #DC70F8;
}
.BgClassName
{
background-color: #DC70F8;
}
</style>
border-color css
<style>
span { border-color: #DC70F8; }
span { border-color: rgb(220,112,248); }
td.TdClassName
{
border-color: #DC70F8;
}
.TagClassName
{
border-color: #DC70F8;
}
</style>