Shades of Fuchsia #D73AC7
Tints of Fuchsia #D73AC7
RGB
CMYK
RGB Variations
Color information
#D73AC7 (or 0xD73AC7) is known color: Fuchsia. HEX triplet: D7, 3A and C7. RGB value is (215,58,199). Sum of RGB (Red+Green+Blue) = 215+58+199=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AC7 is #28C538. Grayscale: #787878. Windows color (decimal): -2671929 or 13056727. OLE color: 13056727.
HSL color Cylindrical-coordinate representation of color #D73AC7: hue angle of 306.11º 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 #D73AC7 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 199 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.16 |
| HSL | 306.11º | 0.66% | 0.54% | - |
| HSV(B) | 306.11º | 0.73% | 0.84% | - |
| XYZ | 39.85 | 21.6 | 56.1 | - |
| YUV | 121.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 199 | 0 | 0.73 | 0.07 | 0.16 | 306.11 | 0.66 | 0.54 |
| Hex | D7 | 3A | C7 | 0 | 49 | 7 | 10 | 132 | 42 | 36 |
| Octal | 327 | 72 | 307 | 0 | 111 | 7 | 20 | 462 | 102 | 66 |
| Binary | 11010111 | 111010 | 11000111 | 0 | 1001001 | 111 | 10000 | 100110010 | 1000010 | 110110 |
Color Harmonies of #D73AC7
Complementary color
Monochromatic Colors of #D73AC7
Black with #D73AC7
Text Example
Text Example
White with #D73AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73AC7; }
p { color: rgb(215,58,199); }
H1.HeaderClassName
{
color: #D73AC7;
}
.AnyTagClassName
{
color: #D73AC7;
}
</style>
background-color css
<style>
a { background-color: #D73AC7; }
a { background-color: rgb(215,58,199); }
div.DivClassName
{
background-color: #D73AC7;
}
.BgClassName
{
background-color: #D73AC7;
}
</style>
border-color css
<style>
span { border-color: #D73AC7; }
span { border-color: rgb(215,58,199); }
td.TdClassName
{
border-color: #D73AC7;
}
.TagClassName
{
border-color: #D73AC7;
}
</style>