Shades of Heliotrope #DC63F1
Tints of Heliotrope #DC63F1
RGB
CMYK
RGB Variations
Color information
#DC63F1 (or 0xDC63F1) is known color: Heliotrope. HEX triplet: DC, 63 and F1. RGB value is (220,99,241). Sum of RGB (Red+Green+Blue) = 220+99+241=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC63F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63F1 is #239C0E. Grayscale: #969696. Windows color (decimal): -2333711 or 15819740. OLE color: 15819740.
HSL color Cylindrical-coordinate representation of color #DC63F1: hue angle of 291.13º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC63F1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 99 | 241 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.05 |
| HSL | 291.13º | 0.84% | 0.67% | - |
| HSV(B) | 291.13º | 0.59% | 0.95% | - |
| XYZ | 49.85 | 30.49 | 86.48 | - |
| YUV | 151.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 241 | 0.09 | 0.59 | 0 | 0.05 | 291.13 | 0.84 | 0.67 |
| Hex | DC | 63 | F1 | 9 | 3B | 0 | 5 | 123 | 54 | 43 |
| Octal | 334 | 143 | 361 | 11 | 73 | 0 | 5 | 443 | 124 | 103 |
| Binary | 11011100 | 1100011 | 11110001 | 1001 | 111011 | 0 | 101 | 100100011 | 1010100 | 1000011 |
Color Harmonies of #DC63F1
Complementary color
Monochromatic Colors of #DC63F1
Black with #DC63F1
Text Example
Text Example
White with #DC63F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63F1; }
p { color: rgb(220,99,241); }
H1.HeaderClassName
{
color: #DC63F1;
}
.AnyTagClassName
{
color: #DC63F1;
}
</style>
background-color css
<style>
a { background-color: #DC63F1; }
a { background-color: rgb(220,99,241); }
div.DivClassName
{
background-color: #DC63F1;
}
.BgClassName
{
background-color: #DC63F1;
}
</style>
border-color css
<style>
span { border-color: #DC63F1; }
span { border-color: rgb(220,99,241); }
td.TdClassName
{
border-color: #DC63F1;
}
.TagClassName
{
border-color: #DC63F1;
}
</style>