Shades of Fuchsia #D73AAF
Tints of Fuchsia #D73AAF
RGB
CMYK
RGB Variations
Color information
#D73AAF (or 0xD73AAF) is known color: Fuchsia. HEX triplet: D7, 3A and AF. RGB value is (215,58,175). Sum of RGB (Red+Green+Blue) = 215+58+175=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73AAF is #28C550. Grayscale: #757575. Windows color (decimal): -2671953 or 11483863. OLE color: 11483863.
HSL color Cylindrical-coordinate representation of color #D73AAF: hue angle of 315.29º 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 #D73AAF is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 175 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.16 |
| HSL | 315.29º | 0.66% | 0.54% | - |
| HSV(B) | 315.29º | 0.73% | 0.84% | - |
| XYZ | 37.28 | 20.57 | 42.56 | - |
| YUV | 118.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 175 | 0 | 0.73 | 0.19 | 0.16 | 315.29 | 0.66 | 0.54 |
| Hex | D7 | 3A | AF | 0 | 49 | 13 | 10 | 13B | 42 | 36 |
| Octal | 327 | 72 | 257 | 0 | 111 | 23 | 20 | 473 | 102 | 66 |
| Binary | 11010111 | 111010 | 10101111 | 0 | 1001001 | 10011 | 10000 | 100111011 | 1000010 | 110110 |
Color Harmonies of #D73AAF
Complementary color
Monochromatic Colors of #D73AAF
Black with #D73AAF
Text Example
Text Example
White with #D73AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73AAF; }
p { color: rgb(215,58,175); }
H1.HeaderClassName
{
color: #D73AAF;
}
.AnyTagClassName
{
color: #D73AAF;
}
</style>
background-color css
<style>
a { background-color: #D73AAF; }
a { background-color: rgb(215,58,175); }
div.DivClassName
{
background-color: #D73AAF;
}
.BgClassName
{
background-color: #D73AAF;
}
</style>
border-color css
<style>
span { border-color: #D73AAF; }
span { border-color: rgb(215,58,175); }
td.TdClassName
{
border-color: #D73AAF;
}
.TagClassName
{
border-color: #D73AAF;
}
</style>