Shades of Fuchsia #D63FCC
Tints of Fuchsia #D63FCC
RGB
CMYK
RGB Variations
Color information
#D63FCC (or 0xD63FCC) is known color: Fuchsia. HEX triplet: D6, 3F and CC. RGB value is (214,63,204). Sum of RGB (Red+Green+Blue) = 214+63+204=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FCC is #29C033. Grayscale: #7B7B7B. Windows color (decimal): -2736180 or 13385686. OLE color: 13385686.
HSL color Cylindrical-coordinate representation of color #D63FCC: hue angle of 303.97º 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 #D63FCC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 204 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.16 |
| HSL | 303.97º | 0.65% | 0.54% | - |
| HSV(B) | 303.97º | 0.71% | 0.84% | - |
| XYZ | 40.41 | 22.21 | 59.28 | - |
| YUV | 124.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 204 | 0 | 0.71 | 0.05 | 0.16 | 303.97 | 0.65 | 0.54 |
| Hex | D6 | 3F | CC | 0 | 47 | 5 | 10 | 130 | 41 | 36 |
| Octal | 326 | 77 | 314 | 0 | 107 | 5 | 20 | 460 | 101 | 66 |
| Binary | 11010110 | 111111 | 11001100 | 0 | 1000111 | 101 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D63FCC
Complementary color
Monochromatic Colors of #D63FCC
Black with #D63FCC
Text Example
Text Example
White with #D63FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FCC; }
p { color: rgb(214,63,204); }
H1.HeaderClassName
{
color: #D63FCC;
}
.AnyTagClassName
{
color: #D63FCC;
}
</style>
background-color css
<style>
a { background-color: #D63FCC; }
a { background-color: rgb(214,63,204); }
div.DivClassName
{
background-color: #D63FCC;
}
.BgClassName
{
background-color: #D63FCC;
}
</style>
border-color css
<style>
span { border-color: #D63FCC; }
span { border-color: rgb(214,63,204); }
td.TdClassName
{
border-color: #D63FCC;
}
.TagClassName
{
border-color: #D63FCC;
}
</style>