Shades of Fuchsia #D73EC2
Tints of Fuchsia #D73EC2
RGB
CMYK
RGB Variations
Color information
#D73EC2 (or 0xD73EC2) is known color: Fuchsia. HEX triplet: D7, 3E and C2. RGB value is (215,62,194). Sum of RGB (Red+Green+Blue) = 215+62+194=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EC2 is #28C13D. Grayscale: #7A7A7A. Windows color (decimal): -2670910 or 12730071. OLE color: 12730071.
HSL color Cylindrical-coordinate representation of color #D73EC2: hue angle of 308.24º 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 #D73EC2 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 194 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.16 |
| HSL | 308.24º | 0.66% | 0.54% | - |
| HSV(B) | 308.24º | 0.71% | 0.84% | - |
| XYZ | 39.48 | 21.79 | 53.16 | - |
| YUV | 122.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 194 | 0 | 0.71 | 0.10 | 0.16 | 308.24 | 0.66 | 0.54 |
| Hex | D7 | 3E | C2 | 0 | 47 | A | 10 | 134 | 42 | 36 |
| Octal | 327 | 76 | 302 | 0 | 107 | 12 | 20 | 464 | 102 | 66 |
| Binary | 11010111 | 111110 | 11000010 | 0 | 1000111 | 1010 | 10000 | 100110100 | 1000010 | 110110 |
Color Harmonies of #D73EC2
Complementary color
Monochromatic Colors of #D73EC2
Black with #D73EC2
Text Example
Text Example
White with #D73EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73EC2; }
p { color: rgb(215,62,194); }
H1.HeaderClassName
{
color: #D73EC2;
}
.AnyTagClassName
{
color: #D73EC2;
}
</style>
background-color css
<style>
a { background-color: #D73EC2; }
a { background-color: rgb(215,62,194); }
div.DivClassName
{
background-color: #D73EC2;
}
.BgClassName
{
background-color: #D73EC2;
}
</style>
border-color css
<style>
span { border-color: #D73EC2; }
span { border-color: rgb(215,62,194); }
td.TdClassName
{
border-color: #D73EC2;
}
.TagClassName
{
border-color: #D73EC2;
}
</style>