Shades of Fuchsia #D73AB3
Tints of Fuchsia #D73AB3
RGB
CMYK
RGB Variations
Color information
#D73AB3 (or 0xD73AB3) is known color: Fuchsia. HEX triplet: D7, 3A and B3. RGB value is (215,58,179). Sum of RGB (Red+Green+Blue) = 215+58+179=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AB3 is #28C54C. Grayscale: #767676. Windows color (decimal): -2671949 or 11746007. OLE color: 11746007.
HSL color Cylindrical-coordinate representation of color #D73AB3: hue angle of 313.76º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73AB3 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 179 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.16 |
| HSL | 313.76º | 0.66% | 0.54% | - |
| HSV(B) | 313.76º | 0.73% | 0.84% | - |
| XYZ | 37.67 | 20.73 | 44.66 | - |
| YUV | 118.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 179 | 0 | 0.73 | 0.17 | 0.16 | 313.76 | 0.66 | 0.54 |
| Hex | D7 | 3A | B3 | 0 | 49 | 11 | 10 | 13A | 42 | 36 |
| Octal | 327 | 72 | 263 | 0 | 111 | 21 | 20 | 472 | 102 | 66 |
| Binary | 11010111 | 111010 | 10110011 | 0 | 1001001 | 10001 | 10000 | 100111010 | 1000010 | 110110 |
Color Harmonies of #D73AB3
Complementary color
Monochromatic Colors of #D73AB3
Black with #D73AB3
Text Example
Text Example
White with #D73AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73AB3; }
p { color: rgb(215,58,179); }
H1.HeaderClassName
{
color: #D73AB3;
}
.AnyTagClassName
{
color: #D73AB3;
}
</style>
background-color css
<style>
a { background-color: #D73AB3; }
a { background-color: rgb(215,58,179); }
div.DivClassName
{
background-color: #D73AB3;
}
.BgClassName
{
background-color: #D73AB3;
}
</style>
border-color css
<style>
span { border-color: #D73AB3; }
span { border-color: rgb(215,58,179); }
td.TdClassName
{
border-color: #D73AB3;
}
.TagClassName
{
border-color: #D73AB3;
}
</style>