Shades of Fuchsia #D63BCC
Tints of Fuchsia #D63BCC
RGB
CMYK
RGB Variations
Color information
#D63BCC (or 0xD63BCC) is known color: Fuchsia. HEX triplet: D6, 3B and CC. RGB value is (214,59,204). Sum of RGB (Red+Green+Blue) = 214+59+204=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BCC is #29C433. Grayscale: #797979. Windows color (decimal): -2737204 or 13384662. OLE color: 13384662.
HSL color Cylindrical-coordinate representation of color #D63BCC: hue angle of 303.87º 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 #D63BCC is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 204 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.16 |
| HSL | 303.87º | 0.65% | 0.54% | - |
| HSV(B) | 303.87º | 0.72% | 0.84% | - |
| XYZ | 40.19 | 21.78 | 59.21 | - |
| YUV | 121.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 204 | 0 | 0.72 | 0.05 | 0.16 | 303.87 | 0.65 | 0.54 |
| Hex | D6 | 3B | CC | 0 | 48 | 5 | 10 | 130 | 41 | 36 |
| Octal | 326 | 73 | 314 | 0 | 110 | 5 | 20 | 460 | 101 | 66 |
| Binary | 11010110 | 111011 | 11001100 | 0 | 1001000 | 101 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D63BCC
Complementary color
Monochromatic Colors of #D63BCC
Black with #D63BCC
Text Example
Text Example
White with #D63BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BCC; }
p { color: rgb(214,59,204); }
H1.HeaderClassName
{
color: #D63BCC;
}
.AnyTagClassName
{
color: #D63BCC;
}
</style>
background-color css
<style>
a { background-color: #D63BCC; }
a { background-color: rgb(214,59,204); }
div.DivClassName
{
background-color: #D63BCC;
}
.BgClassName
{
background-color: #D63BCC;
}
</style>
border-color css
<style>
span { border-color: #D63BCC; }
span { border-color: rgb(214,59,204); }
td.TdClassName
{
border-color: #D63BCC;
}
.TagClassName
{
border-color: #D63BCC;
}
</style>