Shades of Fuchsia #D32AB9
Tints of Fuchsia #D32AB9
RGB
CMYK
RGB Variations
Color information
#D32AB9 (or 0xD32AB9) is known color: Fuchsia. HEX triplet: D3, 2A and B9. RGB value is (211,42,185). Sum of RGB (Red+Green+Blue) = 211+42+185=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D32AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32AB9 is #2CD546. Grayscale: #6C6C6C. Windows color (decimal): -2938183 or 12135123. OLE color: 12135123.
HSL color Cylindrical-coordinate representation of color #D32AB9: hue angle of 309.23º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32AB9 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 185 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.17 |
| HSL | 309.23º | 0.67% | 0.5% | - |
| HSV(B) | 309.23º | 0.8% | 0.83% | - |
| XYZ | 36.45 | 19.01 | 47.65 | - |
| YUV | 108.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 185 | 0 | 0.80 | 0.12 | 0.17 | 309.23 | 0.67 | 0.5 |
| Hex | D3 | 2A | B9 | 0 | 50 | C | 11 | 135 | 43 | 32 |
| Octal | 323 | 52 | 271 | 0 | 120 | 14 | 21 | 465 | 103 | 62 |
| Binary | 11010011 | 101010 | 10111001 | 0 | 1010000 | 1100 | 10001 | 100110101 | 1000011 | 110010 |
Color Harmonies of #D32AB9
Complementary color
Monochromatic Colors of #D32AB9
Black with #D32AB9
Text Example
Text Example
White with #D32AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AB9; }
p { color: rgb(211,42,185); }
H1.HeaderClassName
{
color: #D32AB9;
}
.AnyTagClassName
{
color: #D32AB9;
}
</style>
background-color css
<style>
a { background-color: #D32AB9; }
a { background-color: rgb(211,42,185); }
div.DivClassName
{
background-color: #D32AB9;
}
.BgClassName
{
background-color: #D32AB9;
}
</style>
border-color css
<style>
span { border-color: #D32AB9; }
span { border-color: rgb(211,42,185); }
td.TdClassName
{
border-color: #D32AB9;
}
.TagClassName
{
border-color: #D32AB9;
}
</style>