Shades of Heliotrope #DC63FF
Tints of Heliotrope #DC63FF
RGB
CMYK
RGB Variations
Color information
#DC63FF (or 0xDC63FF) is known color: Heliotrope. HEX triplet: DC, 63 and FF. RGB value is (220,99,255). Sum of RGB (Red+Green+Blue) = 220+99+255=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 99 (39.06% from 255 or 17.25% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63FF is #239C00. Grayscale: #989898. Windows color (decimal): -2333697 or 16737244. OLE color: 16737244.
HSL color Cylindrical-coordinate representation of color #DC63FF: hue angle of 286.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC63FF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 99 | 255 | - |
| CMYK | 0.14 | 0.61 | 0 | 0 |
| HSL | 286.54º | 1% | 0.69% | - |
| HSV(B) | 286.54º | 0.61% | 1% | - |
| XYZ | 52.03 | 31.36 | 97.92 | - |
| YUV | 152.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 255 | 0.14 | 0.61 | 0 | 0 | 286.54 | 1 | 0.69 |
| Hex | DC | 63 | FF | E | 3D | 0 | 0 | 11F | 64 | 45 |
| Octal | 334 | 143 | 377 | 16 | 75 | 0 | 0 | 437 | 144 | 105 |
| Binary | 11011100 | 1100011 | 11111111 | 1110 | 111101 | 0 | 0 | 100011111 | 1100100 | 1000101 |
Color Harmonies of #DC63FF
Complementary color
Monochromatic Colors of #DC63FF
Black with #DC63FF
Text Example
Text Example
White with #DC63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63FF; }
p { color: rgb(220,99,255); }
H1.HeaderClassName
{
color: #DC63FF;
}
.AnyTagClassName
{
color: #DC63FF;
}
</style>
background-color css
<style>
a { background-color: #DC63FF; }
a { background-color: rgb(220,99,255); }
div.DivClassName
{
background-color: #DC63FF;
}
.BgClassName
{
background-color: #DC63FF;
}
</style>
border-color css
<style>
span { border-color: #DC63FF; }
span { border-color: rgb(220,99,255); }
td.TdClassName
{
border-color: #DC63FF;
}
.TagClassName
{
border-color: #DC63FF;
}
</style>