Shades of Fuchsia #D73ABB
Tints of Fuchsia #D73ABB
RGB
CMYK
RGB Variations
Color information
#D73ABB (or 0xD73ABB) is known color: Fuchsia. HEX triplet: D7, 3A and BB. RGB value is (215,58,187). Sum of RGB (Red+Green+Blue) = 215+58+187=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ABB is #28C544. Grayscale: #777777. Windows color (decimal): -2671941 or 12270295. OLE color: 12270295.
HSL color Cylindrical-coordinate representation of color #D73ABB: hue angle of 310.7º 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 #D73ABB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 187 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.16 |
| HSL | 310.7º | 0.66% | 0.54% | - |
| HSV(B) | 310.7º | 0.73% | 0.84% | - |
| XYZ | 38.51 | 21.06 | 49.05 | - |
| YUV | 119.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 187 | 0 | 0.73 | 0.13 | 0.16 | 310.7 | 0.66 | 0.54 |
| Hex | D7 | 3A | BB | 0 | 49 | D | 10 | 137 | 42 | 36 |
| Octal | 327 | 72 | 273 | 0 | 111 | 15 | 20 | 467 | 102 | 66 |
| Binary | 11010111 | 111010 | 10111011 | 0 | 1001001 | 1101 | 10000 | 100110111 | 1000010 | 110110 |
Color Harmonies of #D73ABB
Complementary color
Monochromatic Colors of #D73ABB
Black with #D73ABB
Text Example
Text Example
White with #D73ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73ABB; }
p { color: rgb(215,58,187); }
H1.HeaderClassName
{
color: #D73ABB;
}
.AnyTagClassName
{
color: #D73ABB;
}
</style>
background-color css
<style>
a { background-color: #D73ABB; }
a { background-color: rgb(215,58,187); }
div.DivClassName
{
background-color: #D73ABB;
}
.BgClassName
{
background-color: #D73ABB;
}
</style>
border-color css
<style>
span { border-color: #D73ABB; }
span { border-color: rgb(215,58,187); }
td.TdClassName
{
border-color: #D73ABB;
}
.TagClassName
{
border-color: #D73ABB;
}
</style>