Shades of Fuchsia #D73EC8
Tints of Fuchsia #D73EC8
RGB
CMYK
RGB Variations
Color information
#D73EC8 (or 0xD73EC8) is known color: Fuchsia. HEX triplet: D7, 3E and C8. RGB value is (215,62,200). Sum of RGB (Red+Green+Blue) = 215+62+200=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EC8 is #28C137. Grayscale: #7B7B7B. Windows color (decimal): -2670904 or 13123287. OLE color: 13123287.
HSL color Cylindrical-coordinate representation of color #D73EC8: hue angle of 305.88º 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 #D73EC8 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 200 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.16 |
| HSL | 305.88º | 0.66% | 0.54% | - |
| HSV(B) | 305.88º | 0.71% | 0.84% | - |
| XYZ | 40.17 | 22.06 | 56.78 | - |
| YUV | 123.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 200 | 0 | 0.71 | 0.07 | 0.16 | 305.88 | 0.66 | 0.54 |
| Hex | D7 | 3E | C8 | 0 | 47 | 7 | 10 | 132 | 42 | 36 |
| Octal | 327 | 76 | 310 | 0 | 107 | 7 | 20 | 462 | 102 | 66 |
| Binary | 11010111 | 111110 | 11001000 | 0 | 1000111 | 111 | 10000 | 100110010 | 1000010 | 110110 |
Color Harmonies of #D73EC8
Complementary color
Monochromatic Colors of #D73EC8
Black with #D73EC8
Text Example
Text Example
White with #D73EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73EC8; }
p { color: rgb(215,62,200); }
H1.HeaderClassName
{
color: #D73EC8;
}
.AnyTagClassName
{
color: #D73EC8;
}
</style>
background-color css
<style>
a { background-color: #D73EC8; }
a { background-color: rgb(215,62,200); }
div.DivClassName
{
background-color: #D73EC8;
}
.BgClassName
{
background-color: #D73EC8;
}
</style>
border-color css
<style>
span { border-color: #D73EC8; }
span { border-color: rgb(215,62,200); }
td.TdClassName
{
border-color: #D73EC8;
}
.TagClassName
{
border-color: #D73EC8;
}
</style>