Shades of Heliotrope #DC84F0
Tints of Heliotrope #DC84F0
RGB
CMYK
RGB Variations
Color information
#DC84F0 (or 0xDC84F0) is known color: Heliotrope. HEX triplet: DC, 84 and F0. RGB value is (220,132,240). Sum of RGB (Red+Green+Blue) = 220+132+240=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC84F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84F0 is #237B0F. Grayscale: #AAAAAA. Windows color (decimal): -2325264 or 15762652. OLE color: 15762652.
HSL color Cylindrical-coordinate representation of color #DC84F0: hue angle of 288.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC84F0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 132 | 240 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.06 |
| HSL | 288.89º | 0.78% | 0.73% | - |
| HSV(B) | 288.89º | 0.45% | 0.94% | - |
| XYZ | 53.49 | 38.01 | 86.96 | - |
| YUV | 170.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 240 | 0.08 | 0.45 | 0 | 0.06 | 288.89 | 0.78 | 0.73 |
| Hex | DC | 84 | F0 | 8 | 2D | 0 | 6 | 121 | 4E | 49 |
| Octal | 334 | 204 | 360 | 10 | 55 | 0 | 6 | 441 | 116 | 111 |
| Binary | 11011100 | 10000100 | 11110000 | 1000 | 101101 | 0 | 110 | 100100001 | 1001110 | 1001001 |
Color Harmonies of #DC84F0
Complementary color
Monochromatic Colors of #DC84F0
Black with #DC84F0
Text Example
Text Example
White with #DC84F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84F0; }
p { color: rgb(220,132,240); }
H1.HeaderClassName
{
color: #DC84F0;
}
.AnyTagClassName
{
color: #DC84F0;
}
</style>
background-color css
<style>
a { background-color: #DC84F0; }
a { background-color: rgb(220,132,240); }
div.DivClassName
{
background-color: #DC84F0;
}
.BgClassName
{
background-color: #DC84F0;
}
</style>
border-color css
<style>
span { border-color: #DC84F0; }
span { border-color: rgb(220,132,240); }
td.TdClassName
{
border-color: #DC84F0;
}
.TagClassName
{
border-color: #DC84F0;
}
</style>