Shades of Fuchsia #D63FC3
Tints of Fuchsia #D63FC3
RGB
CMYK
RGB Variations
Color information
#D63FC3 (or 0xD63FC3) is known color: Fuchsia. HEX triplet: D6, 3F and C3. RGB value is (214,63,195). Sum of RGB (Red+Green+Blue) = 214+63+195=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FC3 is #29C03C. Grayscale: #7A7A7A. Windows color (decimal): -2736189 or 12795862. OLE color: 12795862.
HSL color Cylindrical-coordinate representation of color #D63FC3: hue angle of 307.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FC3 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 195 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.16 |
| HSL | 307.55º | 0.65% | 0.54% | - |
| HSV(B) | 307.55º | 0.71% | 0.84% | - |
| XYZ | 39.36 | 21.79 | 53.76 | - |
| YUV | 123.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 195 | 0 | 0.71 | 0.09 | 0.16 | 307.55 | 0.65 | 0.54 |
| Hex | D6 | 3F | C3 | 0 | 47 | 9 | 10 | 134 | 41 | 36 |
| Octal | 326 | 77 | 303 | 0 | 107 | 11 | 20 | 464 | 101 | 66 |
| Binary | 11010110 | 111111 | 11000011 | 0 | 1000111 | 1001 | 10000 | 100110100 | 1000001 | 110110 |
Color Harmonies of #D63FC3
Complementary color
Monochromatic Colors of #D63FC3
Black with #D63FC3
Text Example
Text Example
White with #D63FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FC3; }
p { color: rgb(214,63,195); }
H1.HeaderClassName
{
color: #D63FC3;
}
.AnyTagClassName
{
color: #D63FC3;
}
</style>
background-color css
<style>
a { background-color: #D63FC3; }
a { background-color: rgb(214,63,195); }
div.DivClassName
{
background-color: #D63FC3;
}
.BgClassName
{
background-color: #D63FC3;
}
</style>
border-color css
<style>
span { border-color: #D63FC3; }
span { border-color: rgb(214,63,195); }
td.TdClassName
{
border-color: #D63FC3;
}
.TagClassName
{
border-color: #D63FC3;
}
</style>