Shades of Fuchsia #D63AC1
Tints of Fuchsia #D63AC1
RGB
CMYK
RGB Variations
Color information
#D63AC1 (or 0xD63AC1) is known color: Fuchsia. HEX triplet: D6, 3A and C1. RGB value is (214,58,193). Sum of RGB (Red+Green+Blue) = 214+58+193=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AC1 is #29C53E. Grayscale: #777777. Windows color (decimal): -2737471 or 12663510. OLE color: 12663510.
HSL color Cylindrical-coordinate representation of color #D63AC1: hue angle of 308.08º 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 #D63AC1 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 193 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.16 |
| HSL | 308.08º | 0.66% | 0.53% | - |
| HSV(B) | 308.08º | 0.73% | 0.84% | - |
| XYZ | 38.87 | 21.17 | 52.49 | - |
| YUV | 120.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 193 | 0 | 0.73 | 0.10 | 0.16 | 308.08 | 0.66 | 0.53 |
| Hex | D6 | 3A | C1 | 0 | 49 | A | 10 | 134 | 42 | 35 |
| Octal | 326 | 72 | 301 | 0 | 111 | 12 | 20 | 464 | 102 | 65 |
| Binary | 11010110 | 111010 | 11000001 | 0 | 1001001 | 1010 | 10000 | 100110100 | 1000010 | 110101 |
Color Harmonies of #D63AC1
Complementary color
Monochromatic Colors of #D63AC1
Black with #D63AC1
Text Example
Text Example
White with #D63AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AC1; }
p { color: rgb(214,58,193); }
H1.HeaderClassName
{
color: #D63AC1;
}
.AnyTagClassName
{
color: #D63AC1;
}
</style>
background-color css
<style>
a { background-color: #D63AC1; }
a { background-color: rgb(214,58,193); }
div.DivClassName
{
background-color: #D63AC1;
}
.BgClassName
{
background-color: #D63AC1;
}
</style>
border-color css
<style>
span { border-color: #D63AC1; }
span { border-color: rgb(214,58,193); }
td.TdClassName
{
border-color: #D63AC1;
}
.TagClassName
{
border-color: #D63AC1;
}
</style>