Shades of Fuchsia #D63AC0
Tints of Fuchsia #D63AC0
RGB
CMYK
RGB Variations
Color information
#D63AC0 (or 0xD63AC0) is known color: Fuchsia. HEX triplet: D6, 3A and C0. RGB value is (214,58,192). Sum of RGB (Red+Green+Blue) = 214+58+192=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AC0 is #29C53F. Grayscale: #777777. Windows color (decimal): -2737472 or 12597974. OLE color: 12597974.
HSL color Cylindrical-coordinate representation of color #D63AC0: hue angle of 308.46º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AC0 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 192 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.16 |
| HSL | 308.46º | 0.66% | 0.53% | - |
| HSV(B) | 308.46º | 0.73% | 0.84% | - |
| XYZ | 38.76 | 21.13 | 51.9 | - |
| YUV | 119.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 192 | 0 | 0.73 | 0.10 | 0.16 | 308.46 | 0.66 | 0.53 |
| Hex | D6 | 3A | C0 | 0 | 49 | A | 10 | 134 | 42 | 35 |
| Octal | 326 | 72 | 300 | 0 | 111 | 12 | 20 | 464 | 102 | 65 |
| Binary | 11010110 | 111010 | 11000000 | 0 | 1001001 | 1010 | 10000 | 100110100 | 1000010 | 110101 |
Color Harmonies of #D63AC0
Complementary color
Monochromatic Colors of #D63AC0
Black with #D63AC0
Text Example
Text Example
White with #D63AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AC0; }
p { color: rgb(214,58,192); }
H1.HeaderClassName
{
color: #D63AC0;
}
.AnyTagClassName
{
color: #D63AC0;
}
</style>
background-color css
<style>
a { background-color: #D63AC0; }
a { background-color: rgb(214,58,192); }
div.DivClassName
{
background-color: #D63AC0;
}
.BgClassName
{
background-color: #D63AC0;
}
</style>
border-color css
<style>
span { border-color: #D63AC0; }
span { border-color: rgb(214,58,192); }
td.TdClassName
{
border-color: #D63AC0;
}
.TagClassName
{
border-color: #D63AC0;
}
</style>