Shades of Fuchsia #D63FCD
Tints of Fuchsia #D63FCD
RGB
CMYK
RGB Variations
Color information
#D63FCD (or 0xD63FCD) is known color: Fuchsia. HEX triplet: D6, 3F and CD. RGB value is (214,63,205). Sum of RGB (Red+Green+Blue) = 214+63+205=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FCD is #29C032. Grayscale: #7B7B7B. Windows color (decimal): -2736179 or 13451222. OLE color: 13451222.
HSL color Cylindrical-coordinate representation of color #D63FCD: hue angle of 303.58º 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 #D63FCD is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 205 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.16 |
| HSL | 303.58º | 0.65% | 0.54% | - |
| HSV(B) | 303.58º | 0.71% | 0.84% | - |
| XYZ | 40.53 | 22.26 | 59.92 | - |
| YUV | 124.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 205 | 0 | 0.71 | 0.04 | 0.16 | 303.58 | 0.65 | 0.54 |
| Hex | D6 | 3F | CD | 0 | 47 | 4 | 10 | 130 | 41 | 36 |
| Octal | 326 | 77 | 315 | 0 | 107 | 4 | 20 | 460 | 101 | 66 |
| Binary | 11010110 | 111111 | 11001101 | 0 | 1000111 | 100 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D63FCD
Complementary color
Monochromatic Colors of #D63FCD
Black with #D63FCD
Text Example
Text Example
White with #D63FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FCD; }
p { color: rgb(214,63,205); }
H1.HeaderClassName
{
color: #D63FCD;
}
.AnyTagClassName
{
color: #D63FCD;
}
</style>
background-color css
<style>
a { background-color: #D63FCD; }
a { background-color: rgb(214,63,205); }
div.DivClassName
{
background-color: #D63FCD;
}
.BgClassName
{
background-color: #D63FCD;
}
</style>
border-color css
<style>
span { border-color: #D63FCD; }
span { border-color: rgb(214,63,205); }
td.TdClassName
{
border-color: #D63FCD;
}
.TagClassName
{
border-color: #D63FCD;
}
</style>