Shades of Heliotrope #DC53F6
Tints of Heliotrope #DC53F6
RGB
CMYK
RGB Variations
Color information
#DC53F6 (or 0xDC53F6) is known color: Heliotrope. HEX triplet: DC, 53 and F6. RGB value is (220,83,246). Sum of RGB (Red+Green+Blue) = 220+83+246=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC53F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53F6 is #23AC09. Grayscale: #8E8E8E. Windows color (decimal): -2337802 or 16143324. OLE color: 16143324.
HSL color Cylindrical-coordinate representation of color #DC53F6: hue angle of 290.43º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC53F6 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 83 | 246 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.04 |
| HSL | 290.43º | 0.9% | 0.65% | - |
| HSV(B) | 290.43º | 0.66% | 0.96% | - |
| XYZ | 49.24 | 28.06 | 90.01 | - |
| YUV | 142.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 246 | 0.11 | 0.66 | 0 | 0.04 | 290.43 | 0.9 | 0.65 |
| Hex | DC | 53 | F6 | B | 42 | 0 | 4 | 122 | 5A | 41 |
| Octal | 334 | 123 | 366 | 13 | 102 | 0 | 4 | 442 | 132 | 101 |
| Binary | 11011100 | 1010011 | 11110110 | 1011 | 1000010 | 0 | 100 | 100100010 | 1011010 | 1000001 |
Color Harmonies of #DC53F6
Complementary color
Monochromatic Colors of #DC53F6
Black with #DC53F6
Text Example
Text Example
White with #DC53F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53F6; }
p { color: rgb(220,83,246); }
H1.HeaderClassName
{
color: #DC53F6;
}
.AnyTagClassName
{
color: #DC53F6;
}
</style>
background-color css
<style>
a { background-color: #DC53F6; }
a { background-color: rgb(220,83,246); }
div.DivClassName
{
background-color: #DC53F6;
}
.BgClassName
{
background-color: #DC53F6;
}
</style>
border-color css
<style>
span { border-color: #DC53F6; }
span { border-color: rgb(220,83,246); }
td.TdClassName
{
border-color: #DC53F6;
}
.TagClassName
{
border-color: #DC53F6;
}
</style>