Shades of Fuchsia #D63ACE
Tints of Fuchsia #D63ACE
RGB
CMYK
RGB Variations
Color information
#D63ACE (or 0xD63ACE) is known color: Fuchsia. HEX triplet: D6, 3A and CE. RGB value is (214,58,206). Sum of RGB (Red+Green+Blue) = 214+58+206=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ACE is #29C531. Grayscale: #797979. Windows color (decimal): -2737458 or 13515478. OLE color: 13515478.
HSL color Cylindrical-coordinate representation of color #D63ACE: hue angle of 303.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 #D63ACE is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 206 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.16 |
| HSL | 303.08º | 0.66% | 0.53% | - |
| HSV(B) | 303.08º | 0.73% | 0.84% | - |
| XYZ | 40.39 | 21.78 | 60.47 | - |
| YUV | 121.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 206 | 0 | 0.73 | 0.04 | 0.16 | 303.08 | 0.66 | 0.53 |
| Hex | D6 | 3A | CE | 0 | 49 | 4 | 10 | 12F | 42 | 35 |
| Octal | 326 | 72 | 316 | 0 | 111 | 4 | 20 | 457 | 102 | 65 |
| Binary | 11010110 | 111010 | 11001110 | 0 | 1001001 | 100 | 10000 | 100101111 | 1000010 | 110101 |
Color Harmonies of #D63ACE
Complementary color
Monochromatic Colors of #D63ACE
Black with #D63ACE
Text Example
Text Example
White with #D63ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ACE; }
p { color: rgb(214,58,206); }
H1.HeaderClassName
{
color: #D63ACE;
}
.AnyTagClassName
{
color: #D63ACE;
}
</style>
background-color css
<style>
a { background-color: #D63ACE; }
a { background-color: rgb(214,58,206); }
div.DivClassName
{
background-color: #D63ACE;
}
.BgClassName
{
background-color: #D63ACE;
}
</style>
border-color css
<style>
span { border-color: #D63ACE; }
span { border-color: rgb(214,58,206); }
td.TdClassName
{
border-color: #D63ACE;
}
.TagClassName
{
border-color: #D63ACE;
}
</style>