Shades of Heliotrope #DC50F9
Tints of Heliotrope #DC50F9
RGB
CMYK
RGB Variations
Color information
#DC50F9 (or 0xDC50F9) is known color: Heliotrope. HEX triplet: DC, 50 and F9. RGB value is (220,80,249). Sum of RGB (Red+Green+Blue) = 220+80+249=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC50F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50F9 is #23AF06. Grayscale: #8C8C8C. Windows color (decimal): -2338567 or 16339164. OLE color: 16339164.
HSL color Cylindrical-coordinate representation of color #DC50F9: hue angle of 289.7º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC50F9 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 80 | 249 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.02 |
| HSL | 289.7º | 0.93% | 0.65% | - |
| HSV(B) | 289.7º | 0.68% | 0.98% | - |
| XYZ | 49.48 | 27.79 | 92.38 | - |
| YUV | 141.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 249 | 0.12 | 0.68 | 0 | 0.02 | 289.7 | 0.93 | 0.65 |
| Hex | DC | 50 | F9 | C | 44 | 0 | 2 | 122 | 5D | 41 |
| Octal | 334 | 120 | 371 | 14 | 104 | 0 | 2 | 442 | 135 | 101 |
| Binary | 11011100 | 1010000 | 11111001 | 1100 | 1000100 | 0 | 10 | 100100010 | 1011101 | 1000001 |
Color Harmonies of #DC50F9
Complementary color
Monochromatic Colors of #DC50F9
Black with #DC50F9
Text Example
Text Example
White with #DC50F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50F9; }
p { color: rgb(220,80,249); }
H1.HeaderClassName
{
color: #DC50F9;
}
.AnyTagClassName
{
color: #DC50F9;
}
</style>
background-color css
<style>
a { background-color: #DC50F9; }
a { background-color: rgb(220,80,249); }
div.DivClassName
{
background-color: #DC50F9;
}
.BgClassName
{
background-color: #DC50F9;
}
</style>
border-color css
<style>
span { border-color: #DC50F9; }
span { border-color: rgb(220,80,249); }
td.TdClassName
{
border-color: #DC50F9;
}
.TagClassName
{
border-color: #DC50F9;
}
</style>