Shades of Fuchsia #D73BBB
Tints of Fuchsia #D73BBB
RGB
CMYK
RGB Variations
Color information
#D73BBB (or 0xD73BBB) is known color: Fuchsia. HEX triplet: D7, 3B and BB. RGB value is (215,59,187). Sum of RGB (Red+Green+Blue) = 215+59+187=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BBB is #28C444. Grayscale: #777777. Windows color (decimal): -2671685 or 12270551. OLE color: 12270551.
HSL color Cylindrical-coordinate representation of color #D73BBB: hue angle of 310.77º 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 #D73BBB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 187 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.16 |
| HSL | 310.77º | 0.66% | 0.54% | - |
| HSV(B) | 310.77º | 0.73% | 0.84% | - |
| XYZ | 38.56 | 21.16 | 49.07 | - |
| YUV | 120.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 187 | 0 | 0.73 | 0.13 | 0.16 | 310.77 | 0.66 | 0.54 |
| Hex | D7 | 3B | BB | 0 | 49 | D | 10 | 137 | 42 | 36 |
| Octal | 327 | 73 | 273 | 0 | 111 | 15 | 20 | 467 | 102 | 66 |
| Binary | 11010111 | 111011 | 10111011 | 0 | 1001001 | 1101 | 10000 | 100110111 | 1000010 | 110110 |
Color Harmonies of #D73BBB
Complementary color
Monochromatic Colors of #D73BBB
Black with #D73BBB
Text Example
Text Example
White with #D73BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BBB; }
p { color: rgb(215,59,187); }
H1.HeaderClassName
{
color: #D73BBB;
}
.AnyTagClassName
{
color: #D73BBB;
}
</style>
background-color css
<style>
a { background-color: #D73BBB; }
a { background-color: rgb(215,59,187); }
div.DivClassName
{
background-color: #D73BBB;
}
.BgClassName
{
background-color: #D73BBB;
}
</style>
border-color css
<style>
span { border-color: #D73BBB; }
span { border-color: rgb(215,59,187); }
td.TdClassName
{
border-color: #D73BBB;
}
.TagClassName
{
border-color: #D73BBB;
}
</style>