Shades of Heliotrope #DC49F9
Tints of Heliotrope #DC49F9
RGB
CMYK
RGB Variations
Color information
#DC49F9 (or 0xDC49F9) is known color: Heliotrope. HEX triplet: DC, 49 and F9. RGB value is (220,73,249). Sum of RGB (Red+Green+Blue) = 220+73+249=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC49F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49F9 is #23B606. Grayscale: #888888. Windows color (decimal): -2340359 or 16337372. OLE color: 16337372.
HSL color Cylindrical-coordinate representation of color #DC49F9: hue angle of 290.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC49F9 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 73 | 249 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.02 |
| HSL | 290.11º | 0.94% | 0.63% | - |
| HSV(B) | 290.11º | 0.71% | 0.98% | - |
| XYZ | 49 | 26.82 | 92.22 | - |
| YUV | 137.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 249 | 0.12 | 0.71 | 0 | 0.02 | 290.11 | 0.94 | 0.63 |
| Hex | DC | 49 | F9 | C | 47 | 0 | 2 | 122 | 5E | 3F |
| Octal | 334 | 111 | 371 | 14 | 107 | 0 | 2 | 442 | 136 | 77 |
| Binary | 11011100 | 1001001 | 11111001 | 1100 | 1000111 | 0 | 10 | 100100010 | 1011110 | 111111 |
Color Harmonies of #DC49F9
Complementary color
Monochromatic Colors of #DC49F9
Black with #DC49F9
Text Example
Text Example
White with #DC49F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49F9; }
p { color: rgb(220,73,249); }
H1.HeaderClassName
{
color: #DC49F9;
}
.AnyTagClassName
{
color: #DC49F9;
}
</style>
background-color css
<style>
a { background-color: #DC49F9; }
a { background-color: rgb(220,73,249); }
div.DivClassName
{
background-color: #DC49F9;
}
.BgClassName
{
background-color: #DC49F9;
}
</style>
border-color css
<style>
span { border-color: #DC49F9; }
span { border-color: rgb(220,73,249); }
td.TdClassName
{
border-color: #DC49F9;
}
.TagClassName
{
border-color: #DC49F9;
}
</style>