Shades of Fuchsia #D32BB8
Tints of Fuchsia #D32BB8
RGB
CMYK
RGB Variations
Color information
#D32BB8 (or 0xD32BB8) is known color: Fuchsia. HEX triplet: D3, 2B and B8. RGB value is (211,43,184). Sum of RGB (Red+Green+Blue) = 211+43+184=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BB8 is #2CD447. Grayscale: #6C6C6C. Windows color (decimal): -2937928 or 12069843. OLE color: 12069843.
HSL color Cylindrical-coordinate representation of color #D32BB8: hue angle of 309.64º degrees, saturation: 0.66, 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 #D32BB8 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 184 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.17 |
| HSL | 309.64º | 0.66% | 0.5% | - |
| HSV(B) | 309.64º | 0.8% | 0.83% | - |
| XYZ | 36.38 | 19.04 | 47.1 | - |
| YUV | 109.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 184 | 0 | 0.80 | 0.13 | 0.17 | 309.64 | 0.66 | 0.5 |
| Hex | D3 | 2B | B8 | 0 | 50 | D | 11 | 136 | 42 | 32 |
| Octal | 323 | 53 | 270 | 0 | 120 | 15 | 21 | 466 | 102 | 62 |
| Binary | 11010011 | 101011 | 10111000 | 0 | 1010000 | 1101 | 10001 | 100110110 | 1000010 | 110010 |
Color Harmonies of #D32BB8
Complementary color
Monochromatic Colors of #D32BB8
Black with #D32BB8
Text Example
Text Example
White with #D32BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BB8; }
p { color: rgb(211,43,184); }
H1.HeaderClassName
{
color: #D32BB8;
}
.AnyTagClassName
{
color: #D32BB8;
}
</style>
background-color css
<style>
a { background-color: #D32BB8; }
a { background-color: rgb(211,43,184); }
div.DivClassName
{
background-color: #D32BB8;
}
.BgClassName
{
background-color: #D32BB8;
}
</style>
border-color css
<style>
span { border-color: #D32BB8; }
span { border-color: rgb(211,43,184); }
td.TdClassName
{
border-color: #D32BB8;
}
.TagClassName
{
border-color: #D32BB8;
}
</style>