Shades of Fuchsia #D63AB3
Tints of Fuchsia #D63AB3
RGB
CMYK
RGB Variations
Color information
#D63AB3 (or 0xD63AB3) is known color: Fuchsia. HEX triplet: D6, 3A and B3. RGB value is (214,58,179). Sum of RGB (Red+Green+Blue) = 214+58+179=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AB3 is #29C54C. Grayscale: #767676. Windows color (decimal): -2737485 or 11746006. OLE color: 11746006.
HSL color Cylindrical-coordinate representation of color #D63AB3: hue angle of 313.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 #D63AB3 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 179 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.16 |
| HSL | 313.46º | 0.66% | 0.53% | - |
| HSV(B) | 313.46º | 0.73% | 0.84% | - |
| XYZ | 37.38 | 20.58 | 44.65 | - |
| YUV | 118.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 179 | 0 | 0.73 | 0.16 | 0.16 | 313.46 | 0.66 | 0.53 |
| Hex | D6 | 3A | B3 | 0 | 49 | 10 | 10 | 139 | 42 | 35 |
| Octal | 326 | 72 | 263 | 0 | 111 | 20 | 20 | 471 | 102 | 65 |
| Binary | 11010110 | 111010 | 10110011 | 0 | 1001001 | 10000 | 10000 | 100111001 | 1000010 | 110101 |
Color Harmonies of #D63AB3
Complementary color
Monochromatic Colors of #D63AB3
Black with #D63AB3
Text Example
Text Example
White with #D63AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63AB3; }
p { color: rgb(214,58,179); }
H1.HeaderClassName
{
color: #D63AB3;
}
.AnyTagClassName
{
color: #D63AB3;
}
</style>
background-color css
<style>
a { background-color: #D63AB3; }
a { background-color: rgb(214,58,179); }
div.DivClassName
{
background-color: #D63AB3;
}
.BgClassName
{
background-color: #D63AB3;
}
</style>
border-color css
<style>
span { border-color: #D63AB3; }
span { border-color: rgb(214,58,179); }
td.TdClassName
{
border-color: #D63AB3;
}
.TagClassName
{
border-color: #D63AB3;
}
</style>