Shades of Heliotrope #DC49FF
Tints of Heliotrope #DC49FF
RGB
CMYK
RGB Variations
Color information
#DC49FF (or 0xDC49FF) is known color: Heliotrope. HEX triplet: DC, 49 and FF. RGB value is (220,73,255). Sum of RGB (Red+Green+Blue) = 220+73+255=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 73 (28.91% from 255 or 13.32% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49FF is #23B600. Grayscale: #898989. Windows color (decimal): -2340353 or 16730588. OLE color: 16730588.
HSL color Cylindrical-coordinate representation of color #DC49FF: hue angle of 288.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC49FF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 73 | 255 | - |
| CMYK | 0.14 | 0.71 | 0 | 0 |
| HSL | 288.46º | 1% | 0.64% | - |
| HSV(B) | 288.46º | 0.71% | 1% | - |
| XYZ | 49.95 | 27.2 | 97.23 | - |
| YUV | 137.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 255 | 0.14 | 0.71 | 0 | 0 | 288.46 | 1 | 0.64 |
| Hex | DC | 49 | FF | E | 47 | 0 | 0 | 120 | 64 | 40 |
| Octal | 334 | 111 | 377 | 16 | 107 | 0 | 0 | 440 | 144 | 100 |
| Binary | 11011100 | 1001001 | 11111111 | 1110 | 1000111 | 0 | 0 | 100100000 | 1100100 | 1000000 |
Color Harmonies of #DC49FF
Complementary color
Monochromatic Colors of #DC49FF
Black with #DC49FF
Text Example
Text Example
White with #DC49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49FF; }
p { color: rgb(220,73,255); }
H1.HeaderClassName
{
color: #DC49FF;
}
.AnyTagClassName
{
color: #DC49FF;
}
</style>
background-color css
<style>
a { background-color: #DC49FF; }
a { background-color: rgb(220,73,255); }
div.DivClassName
{
background-color: #DC49FF;
}
.BgClassName
{
background-color: #DC49FF;
}
</style>
border-color css
<style>
span { border-color: #DC49FF; }
span { border-color: rgb(220,73,255); }
td.TdClassName
{
border-color: #DC49FF;
}
.TagClassName
{
border-color: #DC49FF;
}
</style>