Shades of Fuchsia #D73DC5
Tints of Fuchsia #D73DC5
RGB
CMYK
RGB Variations
Color information
#D73DC5 (or 0xD73DC5) is known color: Fuchsia. HEX triplet: D7, 3D and C5. RGB value is (215,61,197). Sum of RGB (Red+Green+Blue) = 215+61+197=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DC5 is #28C23A. Grayscale: #7A7A7A. Windows color (decimal): -2671163 or 12926423. OLE color: 12926423.
HSL color Cylindrical-coordinate representation of color #D73DC5: hue angle of 307.01º 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 #D73DC5 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 197 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.16 |
| HSL | 307.01º | 0.66% | 0.54% | - |
| HSV(B) | 307.01º | 0.72% | 0.84% | - |
| XYZ | 39.77 | 21.82 | 54.94 | - |
| YUV | 122.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 197 | 0 | 0.72 | 0.08 | 0.16 | 307.01 | 0.66 | 0.54 |
| Hex | D7 | 3D | C5 | 0 | 48 | 8 | 10 | 133 | 42 | 36 |
| Octal | 327 | 75 | 305 | 0 | 110 | 10 | 20 | 463 | 102 | 66 |
| Binary | 11010111 | 111101 | 11000101 | 0 | 1001000 | 1000 | 10000 | 100110011 | 1000010 | 110110 |
Color Harmonies of #D73DC5
Complementary color
Monochromatic Colors of #D73DC5
Black with #D73DC5
Text Example
Text Example
White with #D73DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DC5; }
p { color: rgb(215,61,197); }
H1.HeaderClassName
{
color: #D73DC5;
}
.AnyTagClassName
{
color: #D73DC5;
}
</style>
background-color css
<style>
a { background-color: #D73DC5; }
a { background-color: rgb(215,61,197); }
div.DivClassName
{
background-color: #D73DC5;
}
.BgClassName
{
background-color: #D73DC5;
}
</style>
border-color css
<style>
span { border-color: #D73DC5; }
span { border-color: rgb(215,61,197); }
td.TdClassName
{
border-color: #D73DC5;
}
.TagClassName
{
border-color: #D73DC5;
}
</style>