Shades of Heliotrope #DC57FF
Tints of Heliotrope #DC57FF
RGB
CMYK
RGB Variations
Color information
#DC57FF (or 0xDC57FF) is known color: Heliotrope. HEX triplet: DC, 57 and FF. RGB value is (220,87,255). Sum of RGB (Red+Green+Blue) = 220+87+255=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 87 (34.38% from 255 or 15.48% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC57FF is #23A800. Grayscale: #919191. Windows color (decimal): -2336769 or 16734172. OLE color: 16734172.
HSL color Cylindrical-coordinate representation of color #DC57FF: hue angle of 287.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC57FF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 87 | 255 | - |
| CMYK | 0.14 | 0.66 | 0 | 0 |
| HSL | 287.5º | 1% | 0.67% | - |
| HSV(B) | 287.5º | 0.66% | 1% | - |
| XYZ | 50.97 | 29.25 | 97.57 | - |
| YUV | 145.92 | 189.56 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 255 | 0.14 | 0.66 | 0 | 0 | 287.5 | 1 | 0.67 |
| Hex | DC | 57 | FF | E | 42 | 0 | 0 | 120 | 64 | 43 |
| Octal | 334 | 127 | 377 | 16 | 102 | 0 | 0 | 440 | 144 | 103 |
| Binary | 11011100 | 1010111 | 11111111 | 1110 | 1000010 | 0 | 0 | 100100000 | 1100100 | 1000011 |
Color Harmonies of #DC57FF
Complementary color
Monochromatic Colors of #DC57FF
Black with #DC57FF
Text Example
Text Example
White with #DC57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57FF; }
p { color: rgb(220,87,255); }
H1.HeaderClassName
{
color: #DC57FF;
}
.AnyTagClassName
{
color: #DC57FF;
}
</style>
background-color css
<style>
a { background-color: #DC57FF; }
a { background-color: rgb(220,87,255); }
div.DivClassName
{
background-color: #DC57FF;
}
.BgClassName
{
background-color: #DC57FF;
}
</style>
border-color css
<style>
span { border-color: #DC57FF; }
span { border-color: rgb(220,87,255); }
td.TdClassName
{
border-color: #DC57FF;
}
.TagClassName
{
border-color: #DC57FF;
}
</style>