Shades of Fuchsia #D63CC2
Tints of Fuchsia #D63CC2
RGB
CMYK
RGB Variations
Color information
#D63CC2 (or 0xD63CC2) is known color: Fuchsia. HEX triplet: D6, 3C and C2. RGB value is (214,60,194). Sum of RGB (Red+Green+Blue) = 214+60+194=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CC2 is #29C33D. Grayscale: #787878. Windows color (decimal): -2736958 or 12729558. OLE color: 12729558.
HSL color Cylindrical-coordinate representation of color #D63CC2: hue angle of 307.79º 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 #D63CC2 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 194 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.16 |
| HSL | 307.79º | 0.65% | 0.54% | - |
| HSV(B) | 307.79º | 0.72% | 0.84% | - |
| XYZ | 39.09 | 21.42 | 53.11 | - |
| YUV | 121.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 194 | 0 | 0.72 | 0.09 | 0.16 | 307.79 | 0.65 | 0.54 |
| Hex | D6 | 3C | C2 | 0 | 48 | 9 | 10 | 134 | 41 | 36 |
| Octal | 326 | 74 | 302 | 0 | 110 | 11 | 20 | 464 | 101 | 66 |
| Binary | 11010110 | 111100 | 11000010 | 0 | 1001000 | 1001 | 10000 | 100110100 | 1000001 | 110110 |
Color Harmonies of #D63CC2
Complementary color
Monochromatic Colors of #D63CC2
Black with #D63CC2
Text Example
Text Example
White with #D63CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CC2; }
p { color: rgb(214,60,194); }
H1.HeaderClassName
{
color: #D63CC2;
}
.AnyTagClassName
{
color: #D63CC2;
}
</style>
background-color css
<style>
a { background-color: #D63CC2; }
a { background-color: rgb(214,60,194); }
div.DivClassName
{
background-color: #D63CC2;
}
.BgClassName
{
background-color: #D63CC2;
}
</style>
border-color css
<style>
span { border-color: #D63CC2; }
span { border-color: rgb(214,60,194); }
td.TdClassName
{
border-color: #D63CC2;
}
.TagClassName
{
border-color: #D63CC2;
}
</style>