Shades of Fuchsia #D63AB4
Tints of Fuchsia #D63AB4
RGB
CMYK
RGB Variations
Color information
#D63AB4 (or 0xD63AB4) is known color: Fuchsia. HEX triplet: D6, 3A and B4. RGB value is (214,58,180). Sum of RGB (Red+Green+Blue) = 214+58+180=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AB4 is #29C54B. Grayscale: #767676. Windows color (decimal): -2737484 or 11811542. OLE color: 11811542.
HSL color Cylindrical-coordinate representation of color #D63AB4: hue angle of 313.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 #D63AB4 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 180 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.16 |
| HSL | 313.08º | 0.66% | 0.53% | - |
| HSV(B) | 313.08º | 0.73% | 0.84% | - |
| XYZ | 37.48 | 20.62 | 45.18 | - |
| YUV | 118.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 180 | 0 | 0.73 | 0.16 | 0.16 | 313.08 | 0.66 | 0.53 |
| Hex | D6 | 3A | B4 | 0 | 49 | 10 | 10 | 139 | 42 | 35 |
| Octal | 326 | 72 | 264 | 0 | 111 | 20 | 20 | 471 | 102 | 65 |
| Binary | 11010110 | 111010 | 10110100 | 0 | 1001001 | 10000 | 10000 | 100111001 | 1000010 | 110101 |
Color Harmonies of #D63AB4
Complementary color
Monochromatic Colors of #D63AB4
Black with #D63AB4
Text Example
Text Example
White with #D63AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AB4; }
p { color: rgb(214,58,180); }
H1.HeaderClassName
{
color: #D63AB4;
}
.AnyTagClassName
{
color: #D63AB4;
}
</style>
background-color css
<style>
a { background-color: #D63AB4; }
a { background-color: rgb(214,58,180); }
div.DivClassName
{
background-color: #D63AB4;
}
.BgClassName
{
background-color: #D63AB4;
}
</style>
border-color css
<style>
span { border-color: #D63AB4; }
span { border-color: rgb(214,58,180); }
td.TdClassName
{
border-color: #D63AB4;
}
.TagClassName
{
border-color: #D63AB4;
}
</style>