Shades of Fuchsia #D73BC6
Tints of Fuchsia #D73BC6
RGB
CMYK
RGB Variations
Color information
#D73BC6 (or 0xD73BC6) is known color: Fuchsia. HEX triplet: D7, 3B and C6. RGB value is (215,59,198). Sum of RGB (Red+Green+Blue) = 215+59+198=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BC6 is #28C439. Grayscale: #797979. Windows color (decimal): -2671674 or 12991447. OLE color: 12991447.
HSL color Cylindrical-coordinate representation of color #D73BC6: hue angle of 306.54º 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 #D73BC6 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 198 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.16 |
| HSL | 306.54º | 0.66% | 0.54% | - |
| HSV(B) | 306.54º | 0.73% | 0.84% | - |
| XYZ | 39.78 | 21.65 | 55.51 | - |
| YUV | 121.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 198 | 0 | 0.73 | 0.08 | 0.16 | 306.54 | 0.66 | 0.54 |
| Hex | D7 | 3B | C6 | 0 | 49 | 8 | 10 | 133 | 42 | 36 |
| Octal | 327 | 73 | 306 | 0 | 111 | 10 | 20 | 463 | 102 | 66 |
| Binary | 11010111 | 111011 | 11000110 | 0 | 1001001 | 1000 | 10000 | 100110011 | 1000010 | 110110 |
Color Harmonies of #D73BC6
Complementary color
Monochromatic Colors of #D73BC6
Black with #D73BC6
Text Example
Text Example
White with #D73BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BC6; }
p { color: rgb(215,59,198); }
H1.HeaderClassName
{
color: #D73BC6;
}
.AnyTagClassName
{
color: #D73BC6;
}
</style>
background-color css
<style>
a { background-color: #D73BC6; }
a { background-color: rgb(215,59,198); }
div.DivClassName
{
background-color: #D73BC6;
}
.BgClassName
{
background-color: #D73BC6;
}
</style>
border-color css
<style>
span { border-color: #D73BC6; }
span { border-color: rgb(215,59,198); }
td.TdClassName
{
border-color: #D73BC6;
}
.TagClassName
{
border-color: #D73BC6;
}
</style>