Shades of Fuchsia #D63BCE
Tints of Fuchsia #D63BCE
RGB
CMYK
RGB Variations
Color information
#D63BCE (or 0xD63BCE) is known color: Fuchsia. HEX triplet: D6, 3B and CE. RGB value is (214,59,206). Sum of RGB (Red+Green+Blue) = 214+59+206=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BCE is #29C431. Grayscale: #797979. Windows color (decimal): -2737202 or 13515734. OLE color: 13515734.
HSL color Cylindrical-coordinate representation of color #D63BCE: hue angle of 303.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63BCE is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 206 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.16 |
| HSL | 303.1º | 0.65% | 0.54% | - |
| HSV(B) | 303.1º | 0.72% | 0.84% | - |
| XYZ | 40.44 | 21.88 | 60.48 | - |
| YUV | 122.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 206 | 0 | 0.72 | 0.04 | 0.16 | 303.1 | 0.65 | 0.54 |
| Hex | D6 | 3B | CE | 0 | 48 | 4 | 10 | 12F | 41 | 36 |
| Octal | 326 | 73 | 316 | 0 | 110 | 4 | 20 | 457 | 101 | 66 |
| Binary | 11010110 | 111011 | 11001110 | 0 | 1001000 | 100 | 10000 | 100101111 | 1000001 | 110110 |
Color Harmonies of #D63BCE
Complementary color
Monochromatic Colors of #D63BCE
Black with #D63BCE
Text Example
Text Example
White with #D63BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BCE; }
p { color: rgb(214,59,206); }
H1.HeaderClassName
{
color: #D63BCE;
}
.AnyTagClassName
{
color: #D63BCE;
}
</style>
background-color css
<style>
a { background-color: #D63BCE; }
a { background-color: rgb(214,59,206); }
div.DivClassName
{
background-color: #D63BCE;
}
.BgClassName
{
background-color: #D63BCE;
}
</style>
border-color css
<style>
span { border-color: #D63BCE; }
span { border-color: rgb(214,59,206); }
td.TdClassName
{
border-color: #D63BCE;
}
.TagClassName
{
border-color: #D63BCE;
}
</style>