Shades of Fuchsia #D63FC7
Tints of Fuchsia #D63FC7
RGB
CMYK
RGB Variations
Color information
#D63FC7 (or 0xD63FC7) is known color: Fuchsia. HEX triplet: D6, 3F and C7. RGB value is (214,63,199). Sum of RGB (Red+Green+Blue) = 214+63+199=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FC7 is #29C038. Grayscale: #7B7B7B. Windows color (decimal): -2736185 or 13058006. OLE color: 13058006.
HSL color Cylindrical-coordinate representation of color #D63FC7: hue angle of 305.96º 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 #D63FC7 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 199 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.16 |
| HSL | 305.96º | 0.65% | 0.54% | - |
| HSV(B) | 305.96º | 0.71% | 0.84% | - |
| XYZ | 39.82 | 21.97 | 56.18 | - |
| YUV | 123.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 199 | 0 | 0.71 | 0.07 | 0.16 | 305.96 | 0.65 | 0.54 |
| Hex | D6 | 3F | C7 | 0 | 47 | 7 | 10 | 132 | 41 | 36 |
| Octal | 326 | 77 | 307 | 0 | 107 | 7 | 20 | 462 | 101 | 66 |
| Binary | 11010110 | 111111 | 11000111 | 0 | 1000111 | 111 | 10000 | 100110010 | 1000001 | 110110 |
Color Harmonies of #D63FC7
Complementary color
Monochromatic Colors of #D63FC7
Black with #D63FC7
Text Example
Text Example
White with #D63FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FC7; }
p { color: rgb(214,63,199); }
H1.HeaderClassName
{
color: #D63FC7;
}
.AnyTagClassName
{
color: #D63FC7;
}
</style>
background-color css
<style>
a { background-color: #D63FC7; }
a { background-color: rgb(214,63,199); }
div.DivClassName
{
background-color: #D63FC7;
}
.BgClassName
{
background-color: #D63FC7;
}
</style>
border-color css
<style>
span { border-color: #D63FC7; }
span { border-color: rgb(214,63,199); }
td.TdClassName
{
border-color: #D63FC7;
}
.TagClassName
{
border-color: #D63FC7;
}
</style>