Shades of Fuchsia #D73AC1
Tints of Fuchsia #D73AC1
RGB
CMYK
RGB Variations
Color information
#D73AC1 (or 0xD73AC1) is known color: Fuchsia. HEX triplet: D7, 3A and C1. RGB value is (215,58,193). Sum of RGB (Red+Green+Blue) = 215+58+193=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AC1 is #28C53E. Grayscale: #777777. Windows color (decimal): -2671935 or 12663511. OLE color: 12663511.
HSL color Cylindrical-coordinate representation of color #D73AC1: hue angle of 308.41º 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 #D73AC1 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 193 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.16 |
| HSL | 308.41º | 0.66% | 0.54% | - |
| HSV(B) | 308.41º | 0.73% | 0.84% | - |
| XYZ | 39.16 | 21.32 | 52.5 | - |
| YUV | 120.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 193 | 0 | 0.73 | 0.10 | 0.16 | 308.41 | 0.66 | 0.54 |
| Hex | D7 | 3A | C1 | 0 | 49 | A | 10 | 134 | 42 | 36 |
| Octal | 327 | 72 | 301 | 0 | 111 | 12 | 20 | 464 | 102 | 66 |
| Binary | 11010111 | 111010 | 11000001 | 0 | 1001001 | 1010 | 10000 | 100110100 | 1000010 | 110110 |
Color Harmonies of #D73AC1
Complementary color
Monochromatic Colors of #D73AC1
Black with #D73AC1
Text Example
Text Example
White with #D73AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73AC1; }
p { color: rgb(215,58,193); }
H1.HeaderClassName
{
color: #D73AC1;
}
.AnyTagClassName
{
color: #D73AC1;
}
</style>
background-color css
<style>
a { background-color: #D73AC1; }
a { background-color: rgb(215,58,193); }
div.DivClassName
{
background-color: #D73AC1;
}
.BgClassName
{
background-color: #D73AC1;
}
</style>
border-color css
<style>
span { border-color: #D73AC1; }
span { border-color: rgb(215,58,193); }
td.TdClassName
{
border-color: #D73AC1;
}
.TagClassName
{
border-color: #D73AC1;
}
</style>