Shades of Fuchsia #D73ABA
Tints of Fuchsia #D73ABA
RGB
CMYK
RGB Variations
Color information
#D73ABA (or 0xD73ABA) is known color: Fuchsia. HEX triplet: D7, 3A and BA. RGB value is (215,58,186). Sum of RGB (Red+Green+Blue) = 215+58+186=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ABA is #28C545. Grayscale: #777777. Windows color (decimal): -2671942 or 12204759. OLE color: 12204759.
HSL color Cylindrical-coordinate representation of color #D73ABA: hue angle of 311.08º 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 #D73ABA is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 186 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.16 |
| HSL | 311.08º | 0.66% | 0.54% | - |
| HSV(B) | 311.08º | 0.73% | 0.84% | - |
| XYZ | 38.4 | 21.02 | 48.49 | - |
| YUV | 119.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 186 | 0 | 0.73 | 0.13 | 0.16 | 311.08 | 0.66 | 0.54 |
| Hex | D7 | 3A | BA | 0 | 49 | D | 10 | 137 | 42 | 36 |
| Octal | 327 | 72 | 272 | 0 | 111 | 15 | 20 | 467 | 102 | 66 |
| Binary | 11010111 | 111010 | 10111010 | 0 | 1001001 | 1101 | 10000 | 100110111 | 1000010 | 110110 |
Color Harmonies of #D73ABA
Complementary color
Monochromatic Colors of #D73ABA
Black with #D73ABA
Text Example
Text Example
White with #D73ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73ABA; }
p { color: rgb(215,58,186); }
H1.HeaderClassName
{
color: #D73ABA;
}
.AnyTagClassName
{
color: #D73ABA;
}
</style>
background-color css
<style>
a { background-color: #D73ABA; }
a { background-color: rgb(215,58,186); }
div.DivClassName
{
background-color: #D73ABA;
}
.BgClassName
{
background-color: #D73ABA;
}
</style>
border-color css
<style>
span { border-color: #D73ABA; }
span { border-color: rgb(215,58,186); }
td.TdClassName
{
border-color: #D73ABA;
}
.TagClassName
{
border-color: #D73ABA;
}
</style>