Shades of Heliotrope #DC57FC
Tints of Heliotrope #DC57FC
RGB
CMYK
RGB Variations
Color information
#DC57FC (or 0xDC57FC) is known color: Heliotrope. HEX triplet: DC, 57 and FC. RGB value is (220,87,252). Sum of RGB (Red+Green+Blue) = 220+87+252=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 87 (34.38% from 255 or 15.56% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC57FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC57FC is #23A803. Grayscale: #919191. Windows color (decimal): -2336772 or 16537564. OLE color: 16537564.
HSL color Cylindrical-coordinate representation of color #DC57FC: hue angle of 288.36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC57FC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 87 | 252 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.01 |
| HSL | 288.36º | 0.96% | 0.66% | - |
| HSV(B) | 288.36º | 0.65% | 0.99% | - |
| XYZ | 50.49 | 29.06 | 95.04 | - |
| YUV | 145.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 252 | 0.13 | 0.65 | 0 | 0.01 | 288.36 | 0.96 | 0.66 |
| Hex | DC | 57 | FC | D | 41 | 0 | 1 | 120 | 60 | 42 |
| Octal | 334 | 127 | 374 | 15 | 101 | 0 | 1 | 440 | 140 | 102 |
| Binary | 11011100 | 1010111 | 11111100 | 1101 | 1000001 | 0 | 1 | 100100000 | 1100000 | 1000010 |
Color Harmonies of #DC57FC
Complementary color
Monochromatic Colors of #DC57FC
Black with #DC57FC
Text Example
Text Example
White with #DC57FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57FC; }
p { color: rgb(220,87,252); }
H1.HeaderClassName
{
color: #DC57FC;
}
.AnyTagClassName
{
color: #DC57FC;
}
</style>
background-color css
<style>
a { background-color: #DC57FC; }
a { background-color: rgb(220,87,252); }
div.DivClassName
{
background-color: #DC57FC;
}
.BgClassName
{
background-color: #DC57FC;
}
</style>
border-color css
<style>
span { border-color: #DC57FC; }
span { border-color: rgb(220,87,252); }
td.TdClassName
{
border-color: #DC57FC;
}
.TagClassName
{
border-color: #DC57FC;
}
</style>