Shades of Fuchsia #D63FCB
Tints of Fuchsia #D63FCB
RGB
CMYK
RGB Variations
Color information
#D63FCB (or 0xD63FCB) is known color: Fuchsia. HEX triplet: D6, 3F and CB. RGB value is (214,63,203). Sum of RGB (Red+Green+Blue) = 214+63+203=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FCB is #29C034. Grayscale: #7B7B7B. Windows color (decimal): -2736181 or 13320150. OLE color: 13320150.
HSL color Cylindrical-coordinate representation of color #D63FCB: hue angle of 304.37º 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 #D63FCB is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 203 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.16 |
| HSL | 304.37º | 0.65% | 0.54% | - |
| HSV(B) | 304.37º | 0.71% | 0.84% | - |
| XYZ | 40.29 | 22.16 | 58.65 | - |
| YUV | 124.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 203 | 0 | 0.71 | 0.05 | 0.16 | 304.37 | 0.65 | 0.54 |
| Hex | D6 | 3F | CB | 0 | 47 | 5 | 10 | 130 | 41 | 36 |
| Octal | 326 | 77 | 313 | 0 | 107 | 5 | 20 | 460 | 101 | 66 |
| Binary | 11010110 | 111111 | 11001011 | 0 | 1000111 | 101 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D63FCB
Complementary color
Monochromatic Colors of #D63FCB
Black with #D63FCB
Text Example
Text Example
White with #D63FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FCB; }
p { color: rgb(214,63,203); }
H1.HeaderClassName
{
color: #D63FCB;
}
.AnyTagClassName
{
color: #D63FCB;
}
</style>
background-color css
<style>
a { background-color: #D63FCB; }
a { background-color: rgb(214,63,203); }
div.DivClassName
{
background-color: #D63FCB;
}
.BgClassName
{
background-color: #D63FCB;
}
</style>
border-color css
<style>
span { border-color: #D63FCB; }
span { border-color: rgb(214,63,203); }
td.TdClassName
{
border-color: #D63FCB;
}
.TagClassName
{
border-color: #D63FCB;
}
</style>