Shades of Fuchsia #D73EC1
Tints of Fuchsia #D73EC1
RGB
CMYK
RGB Variations
Color information
#D73EC1 (or 0xD73EC1) is known color: Fuchsia. HEX triplet: D7, 3E and C1. RGB value is (215,62,193). Sum of RGB (Red+Green+Blue) = 215+62+193=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EC1 is #28C13E. Grayscale: #7A7A7A. Windows color (decimal): -2670911 or 12664535. OLE color: 12664535.
HSL color Cylindrical-coordinate representation of color #D73EC1: hue angle of 308.63º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73EC1 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 193 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.16 |
| HSL | 308.63º | 0.66% | 0.54% | - |
| HSV(B) | 308.63º | 0.71% | 0.84% | - |
| XYZ | 39.37 | 21.74 | 52.57 | - |
| YUV | 122.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 193 | 0 | 0.71 | 0.10 | 0.16 | 308.63 | 0.66 | 0.54 |
| Hex | D7 | 3E | C1 | 0 | 47 | A | 10 | 135 | 42 | 36 |
| Octal | 327 | 76 | 301 | 0 | 107 | 12 | 20 | 465 | 102 | 66 |
| Binary | 11010111 | 111110 | 11000001 | 0 | 1000111 | 1010 | 10000 | 100110101 | 1000010 | 110110 |
Color Harmonies of #D73EC1
Complementary color
Monochromatic Colors of #D73EC1
Black with #D73EC1
Text Example
Text Example
White with #D73EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73EC1; }
p { color: rgb(215,62,193); }
H1.HeaderClassName
{
color: #D73EC1;
}
.AnyTagClassName
{
color: #D73EC1;
}
</style>
background-color css
<style>
a { background-color: #D73EC1; }
a { background-color: rgb(215,62,193); }
div.DivClassName
{
background-color: #D73EC1;
}
.BgClassName
{
background-color: #D73EC1;
}
</style>
border-color css
<style>
span { border-color: #D73EC1; }
span { border-color: rgb(215,62,193); }
td.TdClassName
{
border-color: #D73EC1;
}
.TagClassName
{
border-color: #D73EC1;
}
</style>