Shades of Fuchsia #D73CBA
Tints of Fuchsia #D73CBA
RGB
CMYK
RGB Variations
Color information
#D73CBA (or 0xD73CBA) is known color: Fuchsia. HEX triplet: D7, 3C and BA. RGB value is (215,60,186). Sum of RGB (Red+Green+Blue) = 215+60+186=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CBA is #28C345. Grayscale: #787878. Windows color (decimal): -2671430 or 12205271. OLE color: 12205271.
HSL color Cylindrical-coordinate representation of color #D73CBA: hue angle of 311.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73CBA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 186 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.16 |
| HSL | 311.23º | 0.66% | 0.54% | - |
| HSV(B) | 311.23º | 0.72% | 0.84% | - |
| XYZ | 38.5 | 21.22 | 48.52 | - |
| YUV | 120.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 186 | 0 | 0.72 | 0.13 | 0.16 | 311.23 | 0.66 | 0.54 |
| Hex | D7 | 3C | BA | 0 | 48 | D | 10 | 137 | 42 | 36 |
| Octal | 327 | 74 | 272 | 0 | 110 | 15 | 20 | 467 | 102 | 66 |
| Binary | 11010111 | 111100 | 10111010 | 0 | 1001000 | 1101 | 10000 | 100110111 | 1000010 | 110110 |
Color Harmonies of #D73CBA
Complementary color
Monochromatic Colors of #D73CBA
Black with #D73CBA
Text Example
Text Example
White with #D73CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CBA; }
p { color: rgb(215,60,186); }
H1.HeaderClassName
{
color: #D73CBA;
}
.AnyTagClassName
{
color: #D73CBA;
}
</style>
background-color css
<style>
a { background-color: #D73CBA; }
a { background-color: rgb(215,60,186); }
div.DivClassName
{
background-color: #D73CBA;
}
.BgClassName
{
background-color: #D73CBA;
}
</style>
border-color css
<style>
span { border-color: #D73CBA; }
span { border-color: rgb(215,60,186); }
td.TdClassName
{
border-color: #D73CBA;
}
.TagClassName
{
border-color: #D73CBA;
}
</style>