Shades of Fuchsia #D73BBC
Tints of Fuchsia #D73BBC
RGB
CMYK
RGB Variations
Color information
#D73BBC (or 0xD73BBC) is known color: Fuchsia. HEX triplet: D7, 3B and BC. RGB value is (215,59,188). Sum of RGB (Red+Green+Blue) = 215+59+188=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BBC is #28C443. Grayscale: #777777. Windows color (decimal): -2671684 or 12336087. OLE color: 12336087.
HSL color Cylindrical-coordinate representation of color #D73BBC: hue angle of 310.38º 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 #D73BBC is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 188 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.16 |
| HSL | 310.38º | 0.66% | 0.54% | - |
| HSV(B) | 310.38º | 0.73% | 0.84% | - |
| XYZ | 38.67 | 21.21 | 49.63 | - |
| YUV | 120.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 188 | 0 | 0.73 | 0.13 | 0.16 | 310.38 | 0.66 | 0.54 |
| Hex | D7 | 3B | BC | 0 | 49 | D | 10 | 136 | 42 | 36 |
| Octal | 327 | 73 | 274 | 0 | 111 | 15 | 20 | 466 | 102 | 66 |
| Binary | 11010111 | 111011 | 10111100 | 0 | 1001001 | 1101 | 10000 | 100110110 | 1000010 | 110110 |
Color Harmonies of #D73BBC
Complementary color
Monochromatic Colors of #D73BBC
Black with #D73BBC
Text Example
Text Example
White with #D73BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BBC; }
p { color: rgb(215,59,188); }
H1.HeaderClassName
{
color: #D73BBC;
}
.AnyTagClassName
{
color: #D73BBC;
}
</style>
background-color css
<style>
a { background-color: #D73BBC; }
a { background-color: rgb(215,59,188); }
div.DivClassName
{
background-color: #D73BBC;
}
.BgClassName
{
background-color: #D73BBC;
}
</style>
border-color css
<style>
span { border-color: #D73BBC; }
span { border-color: rgb(215,59,188); }
td.TdClassName
{
border-color: #D73BBC;
}
.TagClassName
{
border-color: #D73BBC;
}
</style>