Shades of Fuchsia #D73BCC
Tints of Fuchsia #D73BCC
RGB
CMYK
RGB Variations
Color information
#D73BCC (or 0xD73BCC) is known color: Fuchsia. HEX triplet: D7, 3B and CC. RGB value is (215,59,204). Sum of RGB (Red+Green+Blue) = 215+59+204=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BCC is #28C433. Grayscale: #797979. Windows color (decimal): -2671668 or 13384663. OLE color: 13384663.
HSL color Cylindrical-coordinate representation of color #D73BCC: hue angle of 304.23º 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 #D73BCC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 204 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.16 |
| HSL | 304.23º | 0.66% | 0.54% | - |
| HSV(B) | 304.23º | 0.73% | 0.84% | - |
| XYZ | 40.49 | 21.93 | 59.23 | - |
| YUV | 122.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 204 | 0 | 0.73 | 0.05 | 0.16 | 304.23 | 0.66 | 0.54 |
| Hex | D7 | 3B | CC | 0 | 49 | 5 | 10 | 130 | 42 | 36 |
| Octal | 327 | 73 | 314 | 0 | 111 | 5 | 20 | 460 | 102 | 66 |
| Binary | 11010111 | 111011 | 11001100 | 0 | 1001001 | 101 | 10000 | 100110000 | 1000010 | 110110 |
Color Harmonies of #D73BCC
Complementary color
Monochromatic Colors of #D73BCC
Black with #D73BCC
Text Example
Text Example
White with #D73BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BCC; }
p { color: rgb(215,59,204); }
H1.HeaderClassName
{
color: #D73BCC;
}
.AnyTagClassName
{
color: #D73BCC;
}
</style>
background-color css
<style>
a { background-color: #D73BCC; }
a { background-color: rgb(215,59,204); }
div.DivClassName
{
background-color: #D73BCC;
}
.BgClassName
{
background-color: #D73BCC;
}
</style>
border-color css
<style>
span { border-color: #D73BCC; }
span { border-color: rgb(215,59,204); }
td.TdClassName
{
border-color: #D73BCC;
}
.TagClassName
{
border-color: #D73BCC;
}
</style>