Shades of Fuchsia #D73BC3
Tints of Fuchsia #D73BC3
RGB
CMYK
RGB Variations
Color information
#D73BC3 (or 0xD73BC3) is known color: Fuchsia. HEX triplet: D7, 3B and C3. RGB value is (215,59,195). Sum of RGB (Red+Green+Blue) = 215+59+195=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BC3 is #28C43C. Grayscale: #787878. Windows color (decimal): -2671677 or 12794839. OLE color: 12794839.
HSL color Cylindrical-coordinate representation of color #D73BC3: hue angle of 307.69º 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 #D73BC3 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 195 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.16 |
| HSL | 307.69º | 0.66% | 0.54% | - |
| HSV(B) | 307.69º | 0.73% | 0.84% | - |
| XYZ | 39.44 | 21.52 | 53.7 | - |
| YUV | 121.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 195 | 0 | 0.73 | 0.09 | 0.16 | 307.69 | 0.66 | 0.54 |
| Hex | D7 | 3B | C3 | 0 | 49 | 9 | 10 | 134 | 42 | 36 |
| Octal | 327 | 73 | 303 | 0 | 111 | 11 | 20 | 464 | 102 | 66 |
| Binary | 11010111 | 111011 | 11000011 | 0 | 1001001 | 1001 | 10000 | 100110100 | 1000010 | 110110 |
Color Harmonies of #D73BC3
Complementary color
Monochromatic Colors of #D73BC3
Black with #D73BC3
Text Example
Text Example
White with #D73BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BC3; }
p { color: rgb(215,59,195); }
H1.HeaderClassName
{
color: #D73BC3;
}
.AnyTagClassName
{
color: #D73BC3;
}
</style>
background-color css
<style>
a { background-color: #D73BC3; }
a { background-color: rgb(215,59,195); }
div.DivClassName
{
background-color: #D73BC3;
}
.BgClassName
{
background-color: #D73BC3;
}
</style>
border-color css
<style>
span { border-color: #D73BC3; }
span { border-color: rgb(215,59,195); }
td.TdClassName
{
border-color: #D73BC3;
}
.TagClassName
{
border-color: #D73BC3;
}
</style>