Shades of Heliotrope #DC53F4
Tints of Heliotrope #DC53F4
RGB
CMYK
RGB Variations
Color information
#DC53F4 (or 0xDC53F4) is known color: Heliotrope. HEX triplet: DC, 53 and F4. RGB value is (220,83,244). Sum of RGB (Red+Green+Blue) = 220+83+244=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC53F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53F4 is #23AC0B. Grayscale: #8D8D8D. Windows color (decimal): -2337804 or 16012252. OLE color: 16012252.
HSL color Cylindrical-coordinate representation of color #DC53F4: hue angle of 291.06º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC53F4 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 83 | 244 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.04 |
| HSL | 291.06º | 0.88% | 0.64% | - |
| HSV(B) | 291.06º | 0.66% | 0.96% | - |
| XYZ | 48.94 | 27.93 | 88.4 | - |
| YUV | 142.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 244 | 0.10 | 0.66 | 0 | 0.04 | 291.06 | 0.88 | 0.64 |
| Hex | DC | 53 | F4 | A | 42 | 0 | 4 | 123 | 58 | 40 |
| Octal | 334 | 123 | 364 | 12 | 102 | 0 | 4 | 443 | 130 | 100 |
| Binary | 11011100 | 1010011 | 11110100 | 1010 | 1000010 | 0 | 100 | 100100011 | 1011000 | 1000000 |
Color Harmonies of #DC53F4
Complementary color
Monochromatic Colors of #DC53F4
Black with #DC53F4
Text Example
Text Example
White with #DC53F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53F4; }
p { color: rgb(220,83,244); }
H1.HeaderClassName
{
color: #DC53F4;
}
.AnyTagClassName
{
color: #DC53F4;
}
</style>
background-color css
<style>
a { background-color: #DC53F4; }
a { background-color: rgb(220,83,244); }
div.DivClassName
{
background-color: #DC53F4;
}
.BgClassName
{
background-color: #DC53F4;
}
</style>
border-color css
<style>
span { border-color: #DC53F4; }
span { border-color: rgb(220,83,244); }
td.TdClassName
{
border-color: #DC53F4;
}
.TagClassName
{
border-color: #DC53F4;
}
</style>