Shades of Fuchsia #D73DC7
Tints of Fuchsia #D73DC7
RGB
CMYK
RGB Variations
Color information
#D73DC7 (or 0xD73DC7) is known color: Fuchsia. HEX triplet: D7, 3D and C7. RGB value is (215,61,199). Sum of RGB (Red+Green+Blue) = 215+61+199=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DC7 is #28C238. Grayscale: #7A7A7A. Windows color (decimal): -2671161 or 13057495. OLE color: 13057495.
HSL color Cylindrical-coordinate representation of color #D73DC7: hue angle of 306.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73DC7 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 199 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.16 |
| HSL | 306.23º | 0.66% | 0.54% | - |
| HSV(B) | 306.23º | 0.72% | 0.84% | - |
| XYZ | 40 | 21.91 | 56.15 | - |
| YUV | 122.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 199 | 0 | 0.72 | 0.07 | 0.16 | 306.23 | 0.66 | 0.54 |
| Hex | D7 | 3D | C7 | 0 | 48 | 7 | 10 | 132 | 42 | 36 |
| Octal | 327 | 75 | 307 | 0 | 110 | 7 | 20 | 462 | 102 | 66 |
| Binary | 11010111 | 111101 | 11000111 | 0 | 1001000 | 111 | 10000 | 100110010 | 1000010 | 110110 |
Color Harmonies of #D73DC7
Complementary color
Monochromatic Colors of #D73DC7
Black with #D73DC7
Text Example
Text Example
White with #D73DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DC7; }
p { color: rgb(215,61,199); }
H1.HeaderClassName
{
color: #D73DC7;
}
.AnyTagClassName
{
color: #D73DC7;
}
</style>
background-color css
<style>
a { background-color: #D73DC7; }
a { background-color: rgb(215,61,199); }
div.DivClassName
{
background-color: #D73DC7;
}
.BgClassName
{
background-color: #D73DC7;
}
</style>
border-color css
<style>
span { border-color: #D73DC7; }
span { border-color: rgb(215,61,199); }
td.TdClassName
{
border-color: #D73DC7;
}
.TagClassName
{
border-color: #D73DC7;
}
</style>