Shades of Heliotrope #DC52FC
Tints of Heliotrope #DC52FC
RGB
CMYK
RGB Variations
Color information
#DC52FC (or 0xDC52FC) is known color: Heliotrope. HEX triplet: DC, 52 and FC. RGB value is (220,82,252). Sum of RGB (Red+Green+Blue) = 220+82+252=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC52FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC52FC is #23AD03. Grayscale: #8E8E8E. Windows color (decimal): -2338052 or 16536284. OLE color: 16536284.
HSL color Cylindrical-coordinate representation of color #DC52FC: hue angle of 288.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC52FC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 82 | 252 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.01 |
| HSL | 288.71º | 0.97% | 0.65% | - |
| HSV(B) | 288.71º | 0.67% | 0.99% | - |
| XYZ | 50.1 | 28.28 | 94.91 | - |
| YUV | 142.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 252 | 0.13 | 0.67 | 0 | 0.01 | 288.71 | 0.97 | 0.65 |
| Hex | DC | 52 | FC | D | 43 | 0 | 1 | 121 | 61 | 41 |
| Octal | 334 | 122 | 374 | 15 | 103 | 0 | 1 | 441 | 141 | 101 |
| Binary | 11011100 | 1010010 | 11111100 | 1101 | 1000011 | 0 | 1 | 100100001 | 1100001 | 1000001 |
Color Harmonies of #DC52FC
Complementary color
Monochromatic Colors of #DC52FC
Black with #DC52FC
Text Example
Text Example
White with #DC52FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52FC; }
p { color: rgb(220,82,252); }
H1.HeaderClassName
{
color: #DC52FC;
}
.AnyTagClassName
{
color: #DC52FC;
}
</style>
background-color css
<style>
a { background-color: #DC52FC; }
a { background-color: rgb(220,82,252); }
div.DivClassName
{
background-color: #DC52FC;
}
.BgClassName
{
background-color: #DC52FC;
}
</style>
border-color css
<style>
span { border-color: #DC52FC; }
span { border-color: rgb(220,82,252); }
td.TdClassName
{
border-color: #DC52FC;
}
.TagClassName
{
border-color: #DC52FC;
}
</style>