Shades of Fuchsia #D63DBC
Tints of Fuchsia #D63DBC
RGB
CMYK
RGB Variations
Color information
#D63DBC (or 0xD63DBC) is known color: Fuchsia. HEX triplet: D6, 3D and BC. RGB value is (214,61,188). Sum of RGB (Red+Green+Blue) = 214+61+188=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DBC is #29C243. Grayscale: #787878. Windows color (decimal): -2736708 or 12336598. OLE color: 12336598.
HSL color Cylindrical-coordinate representation of color #D63DBC: hue angle of 310.2º 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 #D63DBC is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 188 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.16 |
| HSL | 310.2º | 0.65% | 0.54% | - |
| HSV(B) | 310.2º | 0.71% | 0.84% | - |
| XYZ | 38.48 | 21.26 | 49.65 | - |
| YUV | 121.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 188 | 0 | 0.71 | 0.12 | 0.16 | 310.2 | 0.65 | 0.54 |
| Hex | D6 | 3D | BC | 0 | 47 | C | 10 | 136 | 41 | 36 |
| Octal | 326 | 75 | 274 | 0 | 107 | 14 | 20 | 466 | 101 | 66 |
| Binary | 11010110 | 111101 | 10111100 | 0 | 1000111 | 1100 | 10000 | 100110110 | 1000001 | 110110 |
Color Harmonies of #D63DBC
Complementary color
Monochromatic Colors of #D63DBC
Black with #D63DBC
Text Example
Text Example
White with #D63DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DBC; }
p { color: rgb(214,61,188); }
H1.HeaderClassName
{
color: #D63DBC;
}
.AnyTagClassName
{
color: #D63DBC;
}
</style>
background-color css
<style>
a { background-color: #D63DBC; }
a { background-color: rgb(214,61,188); }
div.DivClassName
{
background-color: #D63DBC;
}
.BgClassName
{
background-color: #D63DBC;
}
</style>
border-color css
<style>
span { border-color: #D63DBC; }
span { border-color: rgb(214,61,188); }
td.TdClassName
{
border-color: #D63DBC;
}
.TagClassName
{
border-color: #D63DBC;
}
</style>