Shades of Heliotrope #DC63FC
Tints of Heliotrope #DC63FC
RGB
CMYK
RGB Variations
Color information
#DC63FC (or 0xDC63FC) is known color: Heliotrope. HEX triplet: DC, 63 and FC. RGB value is (220,99,252). Sum of RGB (Red+Green+Blue) = 220+99+252=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 99 (39.06% from 255 or 17.34% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63FC is #239C03. Grayscale: #989898. Windows color (decimal): -2333700 or 16540636. OLE color: 16540636.
HSL color Cylindrical-coordinate representation of color #DC63FC: hue angle of 287.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC63FC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 99 | 252 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.01 |
| HSL | 287.45º | 0.96% | 0.69% | - |
| HSV(B) | 287.45º | 0.61% | 0.99% | - |
| XYZ | 51.55 | 31.17 | 95.39 | - |
| YUV | 152.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 252 | 0.13 | 0.61 | 0 | 0.01 | 287.45 | 0.96 | 0.69 |
| Hex | DC | 63 | FC | D | 3D | 0 | 1 | 11F | 60 | 45 |
| Octal | 334 | 143 | 374 | 15 | 75 | 0 | 1 | 437 | 140 | 105 |
| Binary | 11011100 | 1100011 | 11111100 | 1101 | 111101 | 0 | 1 | 100011111 | 1100000 | 1000101 |
Color Harmonies of #DC63FC
Complementary color
Monochromatic Colors of #DC63FC
Black with #DC63FC
Text Example
Text Example
White with #DC63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63FC; }
p { color: rgb(220,99,252); }
H1.HeaderClassName
{
color: #DC63FC;
}
.AnyTagClassName
{
color: #DC63FC;
}
</style>
background-color css
<style>
a { background-color: #DC63FC; }
a { background-color: rgb(220,99,252); }
div.DivClassName
{
background-color: #DC63FC;
}
.BgClassName
{
background-color: #DC63FC;
}
</style>
border-color css
<style>
span { border-color: #DC63FC; }
span { border-color: rgb(220,99,252); }
td.TdClassName
{
border-color: #DC63FC;
}
.TagClassName
{
border-color: #DC63FC;
}
</style>