Shades of Fuchsia #D73BBF
Tints of Fuchsia #D73BBF
RGB
CMYK
RGB Variations
Color information
#D73BBF (or 0xD73BBF) is known color: Fuchsia. HEX triplet: D7, 3B and BF. RGB value is (215,59,191). Sum of RGB (Red+Green+Blue) = 215+59+191=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BBF is #28C440. Grayscale: #787878. Windows color (decimal): -2671681 or 12532695. OLE color: 12532695.
HSL color Cylindrical-coordinate representation of color #D73BBF: hue angle of 309.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 #D73BBF is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 191 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.16 |
| HSL | 309.23º | 0.66% | 0.54% | - |
| HSV(B) | 309.23º | 0.73% | 0.84% | - |
| XYZ | 38.99 | 21.34 | 51.35 | - |
| YUV | 120.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 191 | 0 | 0.73 | 0.11 | 0.16 | 309.23 | 0.66 | 0.54 |
| Hex | D7 | 3B | BF | 0 | 49 | B | 10 | 135 | 42 | 36 |
| Octal | 327 | 73 | 277 | 0 | 111 | 13 | 20 | 465 | 102 | 66 |
| Binary | 11010111 | 111011 | 10111111 | 0 | 1001001 | 1011 | 10000 | 100110101 | 1000010 | 110110 |
Color Harmonies of #D73BBF
Complementary color
Monochromatic Colors of #D73BBF
Black with #D73BBF
Text Example
Text Example
White with #D73BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BBF; }
p { color: rgb(215,59,191); }
H1.HeaderClassName
{
color: #D73BBF;
}
.AnyTagClassName
{
color: #D73BBF;
}
</style>
background-color css
<style>
a { background-color: #D73BBF; }
a { background-color: rgb(215,59,191); }
div.DivClassName
{
background-color: #D73BBF;
}
.BgClassName
{
background-color: #D73BBF;
}
</style>
border-color css
<style>
span { border-color: #D73BBF; }
span { border-color: rgb(215,59,191); }
td.TdClassName
{
border-color: #D73BBF;
}
.TagClassName
{
border-color: #D73BBF;
}
</style>