Shades of Fuchsia #D63CC0
Tints of Fuchsia #D63CC0
RGB
CMYK
RGB Variations
Color information
#D63CC0 (or 0xD63CC0) is known color: Fuchsia. HEX triplet: D6, 3C and C0. RGB value is (214,60,192). Sum of RGB (Red+Green+Blue) = 214+60+192=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CC0 is #29C33F. Grayscale: #787878. Windows color (decimal): -2736960 or 12598486. OLE color: 12598486.
HSL color Cylindrical-coordinate representation of color #D63CC0: hue angle of 308.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63CC0 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 192 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.16 |
| HSL | 308.57º | 0.65% | 0.54% | - |
| HSV(B) | 308.57º | 0.72% | 0.84% | - |
| XYZ | 38.86 | 21.33 | 51.94 | - |
| YUV | 121.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 192 | 0 | 0.72 | 0.10 | 0.16 | 308.57 | 0.65 | 0.54 |
| Hex | D6 | 3C | C0 | 0 | 48 | A | 10 | 135 | 41 | 36 |
| Octal | 326 | 74 | 300 | 0 | 110 | 12 | 20 | 465 | 101 | 66 |
| Binary | 11010110 | 111100 | 11000000 | 0 | 1001000 | 1010 | 10000 | 100110101 | 1000001 | 110110 |
Color Harmonies of #D63CC0
Complementary color
Monochromatic Colors of #D63CC0
Black with #D63CC0
Text Example
Text Example
White with #D63CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CC0; }
p { color: rgb(214,60,192); }
H1.HeaderClassName
{
color: #D63CC0;
}
.AnyTagClassName
{
color: #D63CC0;
}
</style>
background-color css
<style>
a { background-color: #D63CC0; }
a { background-color: rgb(214,60,192); }
div.DivClassName
{
background-color: #D63CC0;
}
.BgClassName
{
background-color: #D63CC0;
}
</style>
border-color css
<style>
span { border-color: #D63CC0; }
span { border-color: rgb(214,60,192); }
td.TdClassName
{
border-color: #D63CC0;
}
.TagClassName
{
border-color: #D63CC0;
}
</style>