Shades of Heliotrope #DC57F3
Tints of Heliotrope #DC57F3
RGB
CMYK
RGB Variations
Color information
#DC57F3 (or 0xDC57F3) is known color: Heliotrope. HEX triplet: DC, 57 and F3. RGB value is (220,87,243). Sum of RGB (Red+Green+Blue) = 220+87+243=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC57F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC57F3 is #23A80C. Grayscale: #909090. Windows color (decimal): -2336781 or 15947740. OLE color: 15947740.
HSL color Cylindrical-coordinate representation of color #DC57F3: hue angle of 291.15º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC57F3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 87 | 243 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.05 |
| HSL | 291.15º | 0.87% | 0.65% | - |
| HSV(B) | 291.15º | 0.64% | 0.95% | - |
| XYZ | 49.1 | 28.5 | 87.71 | - |
| YUV | 144.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 243 | 0.09 | 0.64 | 0 | 0.05 | 291.15 | 0.87 | 0.65 |
| Hex | DC | 57 | F3 | 9 | 40 | 0 | 5 | 123 | 57 | 41 |
| Octal | 334 | 127 | 363 | 11 | 100 | 0 | 5 | 443 | 127 | 101 |
| Binary | 11011100 | 1010111 | 11110011 | 1001 | 1000000 | 0 | 101 | 100100011 | 1010111 | 1000001 |
Color Harmonies of #DC57F3
Complementary color
Monochromatic Colors of #DC57F3
Black with #DC57F3
Text Example
Text Example
White with #DC57F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC57F3; }
p { color: rgb(220,87,243); }
H1.HeaderClassName
{
color: #DC57F3;
}
.AnyTagClassName
{
color: #DC57F3;
}
</style>
background-color css
<style>
a { background-color: #DC57F3; }
a { background-color: rgb(220,87,243); }
div.DivClassName
{
background-color: #DC57F3;
}
.BgClassName
{
background-color: #DC57F3;
}
</style>
border-color css
<style>
span { border-color: #DC57F3; }
span { border-color: rgb(220,87,243); }
td.TdClassName
{
border-color: #DC57F3;
}
.TagClassName
{
border-color: #DC57F3;
}
</style>