Shades of Heliotrope #DC60F3
Tints of Heliotrope #DC60F3
RGB
CMYK
RGB Variations
Color information
#DC60F3 (or 0xDC60F3) is known color: Heliotrope. HEX triplet: DC, 60 and F3. RGB value is (220,96,243). Sum of RGB (Red+Green+Blue) = 220+96+243=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC60F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60F3 is #239F0C. Grayscale: #959595. Windows color (decimal): -2334477 or 15950044. OLE color: 15950044.
HSL color Cylindrical-coordinate representation of color #DC60F3: hue angle of 290.61º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC60F3 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 96 | 243 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.05 |
| HSL | 290.61º | 0.86% | 0.66% | - |
| HSV(B) | 290.61º | 0.6% | 0.95% | - |
| XYZ | 49.88 | 30.05 | 87.97 | - |
| YUV | 149.83 | 180.58 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 243 | 0.09 | 0.60 | 0 | 0.05 | 290.61 | 0.86 | 0.66 |
| Hex | DC | 60 | F3 | 9 | 3C | 0 | 5 | 123 | 56 | 42 |
| Octal | 334 | 140 | 363 | 11 | 74 | 0 | 5 | 443 | 126 | 102 |
| Binary | 11011100 | 1100000 | 11110011 | 1001 | 111100 | 0 | 101 | 100100011 | 1010110 | 1000010 |
Color Harmonies of #DC60F3
Complementary color
Monochromatic Colors of #DC60F3
Black with #DC60F3
Text Example
Text Example
White with #DC60F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60F3; }
p { color: rgb(220,96,243); }
H1.HeaderClassName
{
color: #DC60F3;
}
.AnyTagClassName
{
color: #DC60F3;
}
</style>
background-color css
<style>
a { background-color: #DC60F3; }
a { background-color: rgb(220,96,243); }
div.DivClassName
{
background-color: #DC60F3;
}
.BgClassName
{
background-color: #DC60F3;
}
</style>
border-color css
<style>
span { border-color: #DC60F3; }
span { border-color: rgb(220,96,243); }
td.TdClassName
{
border-color: #DC60F3;
}
.TagClassName
{
border-color: #DC60F3;
}
</style>