Shades of Heliotrope #DC4FFA
Tints of Heliotrope #DC4FFA
RGB
CMYK
RGB Variations
Color information
#DC4FFA (or 0xDC4FFA) is known color: Heliotrope. HEX triplet: DC, 4F and FA. RGB value is (220,79,250). Sum of RGB (Red+Green+Blue) = 220+79+250=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 79 (31.25% from 255 or 14.39% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC4FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4FFA is #23B005. Grayscale: #8C8C8C. Windows color (decimal): -2338822 or 16404444. OLE color: 16404444.
HSL color Cylindrical-coordinate representation of color #DC4FFA: hue angle of 289.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4FFA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 79 | 250 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.02 |
| HSL | 289.47º | 0.94% | 0.65% | - |
| HSV(B) | 289.47º | 0.68% | 0.98% | - |
| XYZ | 49.57 | 27.71 | 93.18 | - |
| YUV | 140.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 250 | 0.12 | 0.68 | 0 | 0.02 | 289.47 | 0.94 | 0.65 |
| Hex | DC | 4F | FA | C | 44 | 0 | 2 | 121 | 5E | 41 |
| Octal | 334 | 117 | 372 | 14 | 104 | 0 | 2 | 441 | 136 | 101 |
| Binary | 11011100 | 1001111 | 11111010 | 1100 | 1000100 | 0 | 10 | 100100001 | 1011110 | 1000001 |
Color Harmonies of #DC4FFA
Complementary color
Monochromatic Colors of #DC4FFA
Black with #DC4FFA
Text Example
Text Example
White with #DC4FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FFA; }
p { color: rgb(220,79,250); }
H1.HeaderClassName
{
color: #DC4FFA;
}
.AnyTagClassName
{
color: #DC4FFA;
}
</style>
background-color css
<style>
a { background-color: #DC4FFA; }
a { background-color: rgb(220,79,250); }
div.DivClassName
{
background-color: #DC4FFA;
}
.BgClassName
{
background-color: #DC4FFA;
}
</style>
border-color css
<style>
span { border-color: #DC4FFA; }
span { border-color: rgb(220,79,250); }
td.TdClassName
{
border-color: #DC4FFA;
}
.TagClassName
{
border-color: #DC4FFA;
}
</style>