Shades of Fuchsia #D32AB8
Tints of Fuchsia #D32AB8
RGB
CMYK
RGB Variations
Color information
#D32AB8 (or 0xD32AB8) is known color: Fuchsia. HEX triplet: D3, 2A and B8. RGB value is (211,42,184). Sum of RGB (Red+Green+Blue) = 211+42+184=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D32AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32AB8 is #2CD547. Grayscale: #6C6C6C. Windows color (decimal): -2938184 or 12069587. OLE color: 12069587.
HSL color Cylindrical-coordinate representation of color #D32AB8: hue angle of 309.59º 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 #D32AB8 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 184 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.17 |
| HSL | 309.59º | 0.67% | 0.5% | - |
| HSV(B) | 309.59º | 0.8% | 0.83% | - |
| XYZ | 36.34 | 18.97 | 47.09 | - |
| YUV | 108.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 184 | 0 | 0.80 | 0.13 | 0.17 | 309.59 | 0.67 | 0.5 |
| Hex | D3 | 2A | B8 | 0 | 50 | D | 11 | 136 | 43 | 32 |
| Octal | 323 | 52 | 270 | 0 | 120 | 15 | 21 | 466 | 103 | 62 |
| Binary | 11010011 | 101010 | 10111000 | 0 | 1010000 | 1101 | 10001 | 100110110 | 1000011 | 110010 |
Color Harmonies of #D32AB8
Complementary color
Monochromatic Colors of #D32AB8
Black with #D32AB8
Text Example
Text Example
White with #D32AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AB8; }
p { color: rgb(211,42,184); }
H1.HeaderClassName
{
color: #D32AB8;
}
.AnyTagClassName
{
color: #D32AB8;
}
</style>
background-color css
<style>
a { background-color: #D32AB8; }
a { background-color: rgb(211,42,184); }
div.DivClassName
{
background-color: #D32AB8;
}
.BgClassName
{
background-color: #D32AB8;
}
</style>
border-color css
<style>
span { border-color: #D32AB8; }
span { border-color: rgb(211,42,184); }
td.TdClassName
{
border-color: #D32AB8;
}
.TagClassName
{
border-color: #D32AB8;
}
</style>