Shades of Fuchsia #D73FB7
Tints of Fuchsia #D73FB7
RGB
CMYK
RGB Variations
Color information
#D73FB7 (or 0xD73FB7) is known color: Fuchsia. HEX triplet: D7, 3F and B7. RGB value is (215,63,183). Sum of RGB (Red+Green+Blue) = 215+63+183=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FB7 is #28C048. Grayscale: #797979. Windows color (decimal): -2670665 or 12009431. OLE color: 12009431.
HSL color Cylindrical-coordinate representation of color #D73FB7: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73FB7 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 183 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.16 |
| HSL | 312.63º | 0.66% | 0.55% | - |
| HSV(B) | 312.63º | 0.71% | 0.84% | - |
| XYZ | 38.35 | 21.42 | 46.91 | - |
| YUV | 122.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 183 | 0 | 0.71 | 0.15 | 0.16 | 312.63 | 0.66 | 0.55 |
| Hex | D7 | 3F | B7 | 0 | 47 | F | 10 | 139 | 42 | 37 |
| Octal | 327 | 77 | 267 | 0 | 107 | 17 | 20 | 471 | 102 | 67 |
| Binary | 11010111 | 111111 | 10110111 | 0 | 1000111 | 1111 | 10000 | 100111001 | 1000010 | 110111 |
Color Harmonies of #D73FB7
Complementary color
Monochromatic Colors of #D73FB7
Black with #D73FB7
Text Example
Text Example
White with #D73FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FB7; }
p { color: rgb(215,63,183); }
H1.HeaderClassName
{
color: #D73FB7;
}
.AnyTagClassName
{
color: #D73FB7;
}
</style>
background-color css
<style>
a { background-color: #D73FB7; }
a { background-color: rgb(215,63,183); }
div.DivClassName
{
background-color: #D73FB7;
}
.BgClassName
{
background-color: #D73FB7;
}
</style>
border-color css
<style>
span { border-color: #D73FB7; }
span { border-color: rgb(215,63,183); }
td.TdClassName
{
border-color: #D73FB7;
}
.TagClassName
{
border-color: #D73FB7;
}
</style>