Shades of Fuchsia #D63FC4
Tints of Fuchsia #D63FC4
RGB
CMYK
RGB Variations
Color information
#D63FC4 (or 0xD63FC4) is known color: Fuchsia. HEX triplet: D6, 3F and C4. RGB value is (214,63,196). Sum of RGB (Red+Green+Blue) = 214+63+196=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FC4 is #29C03B. Grayscale: #7A7A7A. Windows color (decimal): -2736188 or 12861398. OLE color: 12861398.
HSL color Cylindrical-coordinate representation of color #D63FC4: hue angle of 307.15º 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 #D63FC4 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 196 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.16 |
| HSL | 307.15º | 0.65% | 0.54% | - |
| HSV(B) | 307.15º | 0.71% | 0.84% | - |
| XYZ | 39.47 | 21.84 | 54.36 | - |
| YUV | 123.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 196 | 0 | 0.71 | 0.08 | 0.16 | 307.15 | 0.65 | 0.54 |
| Hex | D6 | 3F | C4 | 0 | 47 | 8 | 10 | 133 | 41 | 36 |
| Octal | 326 | 77 | 304 | 0 | 107 | 10 | 20 | 463 | 101 | 66 |
| Binary | 11010110 | 111111 | 11000100 | 0 | 1000111 | 1000 | 10000 | 100110011 | 1000001 | 110110 |
Color Harmonies of #D63FC4
Complementary color
Monochromatic Colors of #D63FC4
Black with #D63FC4
Text Example
Text Example
White with #D63FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FC4; }
p { color: rgb(214,63,196); }
H1.HeaderClassName
{
color: #D63FC4;
}
.AnyTagClassName
{
color: #D63FC4;
}
</style>
background-color css
<style>
a { background-color: #D63FC4; }
a { background-color: rgb(214,63,196); }
div.DivClassName
{
background-color: #D63FC4;
}
.BgClassName
{
background-color: #D63FC4;
}
</style>
border-color css
<style>
span { border-color: #D63FC4; }
span { border-color: rgb(214,63,196); }
td.TdClassName
{
border-color: #D63FC4;
}
.TagClassName
{
border-color: #D63FC4;
}
</style>