Shades of Fuchsia #D63BCD
Tints of Fuchsia #D63BCD
RGB
CMYK
RGB Variations
Color information
#D63BCD (or 0xD63BCD) is known color: Fuchsia. HEX triplet: D6, 3B and CD. RGB value is (214,59,205). Sum of RGB (Red+Green+Blue) = 214+59+205=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BCD is #29C432. Grayscale: #797979. Windows color (decimal): -2737203 or 13450198. OLE color: 13450198.
HSL color Cylindrical-coordinate representation of color #D63BCD: hue angle of 303.48º 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 #D63BCD is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 205 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.16 |
| HSL | 303.48º | 0.65% | 0.54% | - |
| HSV(B) | 303.48º | 0.72% | 0.84% | - |
| XYZ | 40.31 | 21.83 | 59.85 | - |
| YUV | 121.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 205 | 0 | 0.72 | 0.04 | 0.16 | 303.48 | 0.65 | 0.54 |
| Hex | D6 | 3B | CD | 0 | 48 | 4 | 10 | 12F | 41 | 36 |
| Octal | 326 | 73 | 315 | 0 | 110 | 4 | 20 | 457 | 101 | 66 |
| Binary | 11010110 | 111011 | 11001101 | 0 | 1001000 | 100 | 10000 | 100101111 | 1000001 | 110110 |
Color Harmonies of #D63BCD
Complementary color
Monochromatic Colors of #D63BCD
Black with #D63BCD
Text Example
Text Example
White with #D63BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BCD; }
p { color: rgb(214,59,205); }
H1.HeaderClassName
{
color: #D63BCD;
}
.AnyTagClassName
{
color: #D63BCD;
}
</style>
background-color css
<style>
a { background-color: #D63BCD; }
a { background-color: rgb(214,59,205); }
div.DivClassName
{
background-color: #D63BCD;
}
.BgClassName
{
background-color: #D63BCD;
}
</style>
border-color css
<style>
span { border-color: #D63BCD; }
span { border-color: rgb(214,59,205); }
td.TdClassName
{
border-color: #D63BCD;
}
.TagClassName
{
border-color: #D63BCD;
}
</style>