Shades of Fuchsia #D73BC5
Tints of Fuchsia #D73BC5
RGB
CMYK
RGB Variations
Color information
#D73BC5 (or 0xD73BC5) is known color: Fuchsia. HEX triplet: D7, 3B and C5. RGB value is (215,59,197). Sum of RGB (Red+Green+Blue) = 215+59+197=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BC5 is #28C43A. Grayscale: #787878. Windows color (decimal): -2671675 or 12925911. OLE color: 12925911.
HSL color Cylindrical-coordinate representation of color #D73BC5: hue angle of 306.92º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73BC5 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 197 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.16 |
| HSL | 306.92º | 0.66% | 0.54% | - |
| HSV(B) | 306.92º | 0.73% | 0.84% | - |
| XYZ | 39.67 | 21.61 | 54.9 | - |
| YUV | 121.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 197 | 0 | 0.73 | 0.08 | 0.16 | 306.92 | 0.66 | 0.54 |
| Hex | D7 | 3B | C5 | 0 | 49 | 8 | 10 | 133 | 42 | 36 |
| Octal | 327 | 73 | 305 | 0 | 111 | 10 | 20 | 463 | 102 | 66 |
| Binary | 11010111 | 111011 | 11000101 | 0 | 1001001 | 1000 | 10000 | 100110011 | 1000010 | 110110 |
Color Harmonies of #D73BC5
Complementary color
Monochromatic Colors of #D73BC5
Black with #D73BC5
Text Example
Text Example
White with #D73BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BC5; }
p { color: rgb(215,59,197); }
H1.HeaderClassName
{
color: #D73BC5;
}
.AnyTagClassName
{
color: #D73BC5;
}
</style>
background-color css
<style>
a { background-color: #D73BC5; }
a { background-color: rgb(215,59,197); }
div.DivClassName
{
background-color: #D73BC5;
}
.BgClassName
{
background-color: #D73BC5;
}
</style>
border-color css
<style>
span { border-color: #D73BC5; }
span { border-color: rgb(215,59,197); }
td.TdClassName
{
border-color: #D73BC5;
}
.TagClassName
{
border-color: #D73BC5;
}
</style>