Shades of Fuchsia #D73AB9
Tints of Fuchsia #D73AB9
RGB
CMYK
RGB Variations
Color information
#D73AB9 (or 0xD73AB9) is known color: Fuchsia. HEX triplet: D7, 3A and B9. RGB value is (215,58,185). Sum of RGB (Red+Green+Blue) = 215+58+185=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AB9 is #28C546. Grayscale: #777777. Windows color (decimal): -2671943 or 12139223. OLE color: 12139223.
HSL color Cylindrical-coordinate representation of color #D73AB9: hue angle of 311.46º 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 #D73AB9 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 185 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.16 |
| HSL | 311.47º | 0.66% | 0.54% | - |
| HSV(B) | 311.47º | 0.73% | 0.84% | - |
| XYZ | 38.29 | 20.98 | 47.93 | - |
| YUV | 119.42 | 165.01 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 185 | 0 | 0.73 | 0.14 | 0.16 | 311.47 | 0.66 | 0.54 |
| Hex | D7 | 3A | B9 | 0 | 49 | E | 10 | 137 | 42 | 36 |
| Octal | 327 | 72 | 271 | 0 | 111 | 16 | 20 | 467 | 102 | 66 |
| Binary | 11010111 | 111010 | 10111001 | 0 | 1001001 | 1110 | 10000 | 100110111 | 1000010 | 110110 |
Color Harmonies of #D73AB9
Complementary color
Monochromatic Colors of #D73AB9
Black with #D73AB9
Text Example
Text Example
White with #D73AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73AB9; }
p { color: rgb(215,58,185); }
H1.HeaderClassName
{
color: #D73AB9;
}
.AnyTagClassName
{
color: #D73AB9;
}
</style>
background-color css
<style>
a { background-color: #D73AB9; }
a { background-color: rgb(215,58,185); }
div.DivClassName
{
background-color: #D73AB9;
}
.BgClassName
{
background-color: #D73AB9;
}
</style>
border-color css
<style>
span { border-color: #D73AB9; }
span { border-color: rgb(215,58,185); }
td.TdClassName
{
border-color: #D73AB9;
}
.TagClassName
{
border-color: #D73AB9;
}
</style>