Shades of Fuchsia #D32BBD
Tints of Fuchsia #D32BBD
RGB
CMYK
RGB Variations
Color information
#D32BBD (or 0xD32BBD) is known color: Fuchsia. HEX triplet: D3, 2B and BD. RGB value is (211,43,189). Sum of RGB (Red+Green+Blue) = 211+43+189=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BBD is #2CD442. Grayscale: #6D6D6D. Windows color (decimal): -2937923 or 12397523. OLE color: 12397523.
HSL color Cylindrical-coordinate representation of color #D32BBD: hue angle of 307.86º 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 #D32BBD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 189 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.17 |
| HSL | 307.86º | 0.66% | 0.5% | - |
| HSV(B) | 307.86º | 0.8% | 0.83% | - |
| XYZ | 36.91 | 19.25 | 49.91 | - |
| YUV | 109.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 189 | 0 | 0.80 | 0.10 | 0.17 | 307.86 | 0.66 | 0.5 |
| Hex | D3 | 2B | BD | 0 | 50 | A | 11 | 134 | 42 | 32 |
| Octal | 323 | 53 | 275 | 0 | 120 | 12 | 21 | 464 | 102 | 62 |
| Binary | 11010011 | 101011 | 10111101 | 0 | 1010000 | 1010 | 10001 | 100110100 | 1000010 | 110010 |
Color Harmonies of #D32BBD
Complementary color
Monochromatic Colors of #D32BBD
Black with #D32BBD
Text Example
Text Example
White with #D32BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BBD; }
p { color: rgb(211,43,189); }
H1.HeaderClassName
{
color: #D32BBD;
}
.AnyTagClassName
{
color: #D32BBD;
}
</style>
background-color css
<style>
a { background-color: #D32BBD; }
a { background-color: rgb(211,43,189); }
div.DivClassName
{
background-color: #D32BBD;
}
.BgClassName
{
background-color: #D32BBD;
}
</style>
border-color css
<style>
span { border-color: #D32BBD; }
span { border-color: rgb(211,43,189); }
td.TdClassName
{
border-color: #D32BBD;
}
.TagClassName
{
border-color: #D32BBD;
}
</style>