Shades of Heliotrope #DC63F8
Tints of Heliotrope #DC63F8
RGB
CMYK
RGB Variations
Color information
#DC63F8 (or 0xDC63F8) is known color: Heliotrope. HEX triplet: DC, 63 and F8. RGB value is (220,99,248). Sum of RGB (Red+Green+Blue) = 220+99+248=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC63F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63F8 is #239C07. Grayscale: #979797. Windows color (decimal): -2333704 or 16278492. OLE color: 16278492.
HSL color Cylindrical-coordinate representation of color #DC63F8: hue angle of 288.72º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC63F8 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 99 | 248 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.03 |
| HSL | 288.72º | 0.91% | 0.68% | - |
| HSV(B) | 288.72º | 0.6% | 0.97% | - |
| XYZ | 50.92 | 30.92 | 92.09 | - |
| YUV | 152.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 248 | 0.11 | 0.60 | 0 | 0.03 | 288.72 | 0.91 | 0.68 |
| Hex | DC | 63 | F8 | B | 3C | 0 | 3 | 121 | 5B | 44 |
| Octal | 334 | 143 | 370 | 13 | 74 | 0 | 3 | 441 | 133 | 104 |
| Binary | 11011100 | 1100011 | 11111000 | 1011 | 111100 | 0 | 11 | 100100001 | 1011011 | 1000100 |
Color Harmonies of #DC63F8
Complementary color
Monochromatic Colors of #DC63F8
Black with #DC63F8
Text Example
Text Example
White with #DC63F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63F8; }
p { color: rgb(220,99,248); }
H1.HeaderClassName
{
color: #DC63F8;
}
.AnyTagClassName
{
color: #DC63F8;
}
</style>
background-color css
<style>
a { background-color: #DC63F8; }
a { background-color: rgb(220,99,248); }
div.DivClassName
{
background-color: #DC63F8;
}
.BgClassName
{
background-color: #DC63F8;
}
</style>
border-color css
<style>
span { border-color: #DC63F8; }
span { border-color: rgb(220,99,248); }
td.TdClassName
{
border-color: #DC63F8;
}
.TagClassName
{
border-color: #DC63F8;
}
</style>