Shades of Heliotrope #DC57F9
Tints of Heliotrope #DC57F9
RGB
CMYK
RGB Variations
Color information
#DC57F9 (or 0xDC57F9) is known color: Heliotrope. HEX triplet: DC, 57 and F9. RGB value is (220,87,249). Sum of RGB (Red+Green+Blue) = 220+87+249=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 87 (34.38% from 255 or 15.65% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC57F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC57F9 is #23A806. Grayscale: #909090. Windows color (decimal): -2336775 or 16340956. OLE color: 16340956.
HSL color Cylindrical-coordinate representation of color #DC57F9: hue angle of 289.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC57F9 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 87 | 249 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.02 |
| HSL | 289.26º | 0.93% | 0.66% | - |
| HSV(B) | 289.26º | 0.65% | 0.98% | - |
| XYZ | 50.02 | 28.87 | 92.56 | - |
| YUV | 145.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 249 | 0.12 | 0.65 | 0 | 0.02 | 289.26 | 0.93 | 0.66 |
| Hex | DC | 57 | F9 | C | 41 | 0 | 2 | 121 | 5D | 42 |
| Octal | 334 | 127 | 371 | 14 | 101 | 0 | 2 | 441 | 135 | 102 |
| Binary | 11011100 | 1010111 | 11111001 | 1100 | 1000001 | 0 | 10 | 100100001 | 1011101 | 1000010 |
Color Harmonies of #DC57F9
Complementary color
Monochromatic Colors of #DC57F9
Black with #DC57F9
Text Example
Text Example
White with #DC57F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57F9; }
p { color: rgb(220,87,249); }
H1.HeaderClassName
{
color: #DC57F9;
}
.AnyTagClassName
{
color: #DC57F9;
}
</style>
background-color css
<style>
a { background-color: #DC57F9; }
a { background-color: rgb(220,87,249); }
div.DivClassName
{
background-color: #DC57F9;
}
.BgClassName
{
background-color: #DC57F9;
}
</style>
border-color css
<style>
span { border-color: #DC57F9; }
span { border-color: rgb(220,87,249); }
td.TdClassName
{
border-color: #DC57F9;
}
.TagClassName
{
border-color: #DC57F9;
}
</style>