Shades of Heliotrope #DC70FB
Tints of Heliotrope #DC70FB
RGB
CMYK
RGB Variations
Color information
#DC70FB (or 0xDC70FB) is known color: Heliotrope. HEX triplet: DC, 70 and FB. RGB value is (220,112,251). Sum of RGB (Red+Green+Blue) = 220+112+251=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70FB is #238F04. Grayscale: #9F9F9F. Windows color (decimal): -2330373 or 16478428. OLE color: 16478428.
HSL color Cylindrical-coordinate representation of color #DC70FB: hue angle of 286.62º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC70FB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 112 | 251 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.02 |
| HSL | 286.62º | 0.95% | 0.71% | - |
| HSV(B) | 286.62º | 0.55% | 0.98% | - |
| XYZ | 52.72 | 33.77 | 95.01 | - |
| YUV | 160.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 251 | 0.12 | 0.55 | 0 | 0.02 | 286.62 | 0.95 | 0.71 |
| Hex | DC | 70 | FB | C | 37 | 0 | 2 | 11F | 5F | 47 |
| Octal | 334 | 160 | 373 | 14 | 67 | 0 | 2 | 437 | 137 | 107 |
| Binary | 11011100 | 1110000 | 11111011 | 1100 | 110111 | 0 | 10 | 100011111 | 1011111 | 1000111 |
Color Harmonies of #DC70FB
Complementary color
Monochromatic Colors of #DC70FB
Black with #DC70FB
Text Example
Text Example
White with #DC70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70FB; }
p { color: rgb(220,112,251); }
H1.HeaderClassName
{
color: #DC70FB;
}
.AnyTagClassName
{
color: #DC70FB;
}
</style>
background-color css
<style>
a { background-color: #DC70FB; }
a { background-color: rgb(220,112,251); }
div.DivClassName
{
background-color: #DC70FB;
}
.BgClassName
{
background-color: #DC70FB;
}
</style>
border-color css
<style>
span { border-color: #DC70FB; }
span { border-color: rgb(220,112,251); }
td.TdClassName
{
border-color: #DC70FB;
}
.TagClassName
{
border-color: #DC70FB;
}
</style>