Shades of Fuchsia #D73ABE
Tints of Fuchsia #D73ABE
RGB
CMYK
RGB Variations
Color information
#D73ABE (or 0xD73ABE) is known color: Fuchsia. HEX triplet: D7, 3A and BE. RGB value is (215,58,190). Sum of RGB (Red+Green+Blue) = 215+58+190=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ABE is #28C541. Grayscale: #777777. Windows color (decimal): -2671938 or 12466903. OLE color: 12466903.
HSL color Cylindrical-coordinate representation of color #D73ABE: hue angle of 309.55º 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 #D73ABE is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 190 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.16 |
| HSL | 309.55º | 0.66% | 0.54% | - |
| HSV(B) | 309.55º | 0.73% | 0.84% | - |
| XYZ | 38.83 | 21.19 | 50.76 | - |
| YUV | 119.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 190 | 0 | 0.73 | 0.12 | 0.16 | 309.55 | 0.66 | 0.54 |
| Hex | D7 | 3A | BE | 0 | 49 | C | 10 | 136 | 42 | 36 |
| Octal | 327 | 72 | 276 | 0 | 111 | 14 | 20 | 466 | 102 | 66 |
| Binary | 11010111 | 111010 | 10111110 | 0 | 1001001 | 1100 | 10000 | 100110110 | 1000010 | 110110 |
Color Harmonies of #D73ABE
Complementary color
Monochromatic Colors of #D73ABE
Black with #D73ABE
Text Example
Text Example
White with #D73ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73ABE; }
p { color: rgb(215,58,190); }
H1.HeaderClassName
{
color: #D73ABE;
}
.AnyTagClassName
{
color: #D73ABE;
}
</style>
background-color css
<style>
a { background-color: #D73ABE; }
a { background-color: rgb(215,58,190); }
div.DivClassName
{
background-color: #D73ABE;
}
.BgClassName
{
background-color: #D73ABE;
}
</style>
border-color css
<style>
span { border-color: #D73ABE; }
span { border-color: rgb(215,58,190); }
td.TdClassName
{
border-color: #D73ABE;
}
.TagClassName
{
border-color: #D73ABE;
}
</style>