Shades of Fuchsia #D73AB6
Tints of Fuchsia #D73AB6
RGB
CMYK
RGB Variations
Color information
#D73AB6 (or 0xD73AB6) is known color: Fuchsia. HEX triplet: D7, 3A and B6. RGB value is (215,58,182). Sum of RGB (Red+Green+Blue) = 215+58+182=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AB6 is #28C549. Grayscale: #767676. Windows color (decimal): -2671946 or 11942615. OLE color: 11942615.
HSL color Cylindrical-coordinate representation of color #D73AB6: hue angle of 312.61º 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 #D73AB6 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 182 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.16 |
| HSL | 312.61º | 0.66% | 0.54% | - |
| HSV(B) | 312.61º | 0.73% | 0.84% | - |
| XYZ | 37.98 | 20.85 | 46.28 | - |
| YUV | 119.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 182 | 0 | 0.73 | 0.15 | 0.16 | 312.61 | 0.66 | 0.54 |
| Hex | D7 | 3A | B6 | 0 | 49 | F | 10 | 139 | 42 | 36 |
| Octal | 327 | 72 | 266 | 0 | 111 | 17 | 20 | 471 | 102 | 66 |
| Binary | 11010111 | 111010 | 10110110 | 0 | 1001001 | 1111 | 10000 | 100111001 | 1000010 | 110110 |
Color Harmonies of #D73AB6
Complementary color
Monochromatic Colors of #D73AB6
Black with #D73AB6
Text Example
Text Example
White with #D73AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73AB6; }
p { color: rgb(215,58,182); }
H1.HeaderClassName
{
color: #D73AB6;
}
.AnyTagClassName
{
color: #D73AB6;
}
</style>
background-color css
<style>
a { background-color: #D73AB6; }
a { background-color: rgb(215,58,182); }
div.DivClassName
{
background-color: #D73AB6;
}
.BgClassName
{
background-color: #D73AB6;
}
</style>
border-color css
<style>
span { border-color: #D73AB6; }
span { border-color: rgb(215,58,182); }
td.TdClassName
{
border-color: #D73AB6;
}
.TagClassName
{
border-color: #D73AB6;
}
</style>