Shades of Heliotrope #DC53FF
Tints of Heliotrope #DC53FF
RGB
CMYK
RGB Variations
Color information
#DC53FF (or 0xDC53FF) is known color: Heliotrope. HEX triplet: DC, 53 and FF. RGB value is (220,83,255). Sum of RGB (Red+Green+Blue) = 220+83+255=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 83 (32.81% from 255 or 14.87% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC53FF is #23AC00. Grayscale: #8F8F8F. Windows color (decimal): -2337793 or 16733148. OLE color: 16733148.
HSL color Cylindrical-coordinate representation of color #DC53FF: hue angle of 287.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC53FF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 83 | 255 | - |
| CMYK | 0.14 | 0.67 | 0 | 0 |
| HSL | 287.79º | 1% | 0.66% | - |
| HSV(B) | 287.79º | 0.67% | 1% | - |
| XYZ | 50.66 | 28.62 | 97.46 | - |
| YUV | 143.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 255 | 0.14 | 0.67 | 0 | 0 | 287.79 | 1 | 0.66 |
| Hex | DC | 53 | FF | E | 43 | 0 | 0 | 120 | 64 | 42 |
| Octal | 334 | 123 | 377 | 16 | 103 | 0 | 0 | 440 | 144 | 102 |
| Binary | 11011100 | 1010011 | 11111111 | 1110 | 1000011 | 0 | 0 | 100100000 | 1100100 | 1000010 |
Color Harmonies of #DC53FF
Complementary color
Monochromatic Colors of #DC53FF
Black with #DC53FF
Text Example
Text Example
White with #DC53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53FF; }
p { color: rgb(220,83,255); }
H1.HeaderClassName
{
color: #DC53FF;
}
.AnyTagClassName
{
color: #DC53FF;
}
</style>
background-color css
<style>
a { background-color: #DC53FF; }
a { background-color: rgb(220,83,255); }
div.DivClassName
{
background-color: #DC53FF;
}
.BgClassName
{
background-color: #DC53FF;
}
</style>
border-color css
<style>
span { border-color: #DC53FF; }
span { border-color: rgb(220,83,255); }
td.TdClassName
{
border-color: #DC53FF;
}
.TagClassName
{
border-color: #DC53FF;
}
</style>