Shades of Fuchsia #D32DBD
Tints of Fuchsia #D32DBD
RGB
CMYK
RGB Variations
Color information
#D32DBD (or 0xD32DBD) is known color: Fuchsia. HEX triplet: D3, 2D and BD. RGB value is (211,45,189). Sum of RGB (Red+Green+Blue) = 211+45+189=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D32DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DBD is #2CD242. Grayscale: #6E6E6E. Windows color (decimal): -2937411 or 12398035. OLE color: 12398035.
HSL color Cylindrical-coordinate representation of color #D32DBD: hue angle of 307.95º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32DBD is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 45 | 189 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.17 |
| HSL | 307.95º | 0.65% | 0.5% | - |
| HSV(B) | 307.95º | 0.79% | 0.83% | - |
| XYZ | 36.99 | 19.4 | 49.94 | - |
| YUV | 111.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 189 | 0 | 0.79 | 0.10 | 0.17 | 307.95 | 0.65 | 0.5 |
| Hex | D3 | 2D | BD | 0 | 4F | A | 11 | 134 | 41 | 32 |
| Octal | 323 | 55 | 275 | 0 | 117 | 12 | 21 | 464 | 101 | 62 |
| Binary | 11010011 | 101101 | 10111101 | 0 | 1001111 | 1010 | 10001 | 100110100 | 1000001 | 110010 |
Color Harmonies of #D32DBD
Complementary color
Monochromatic Colors of #D32DBD
Black with #D32DBD
Text Example
Text Example
White with #D32DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DBD; }
p { color: rgb(211,45,189); }
H1.HeaderClassName
{
color: #D32DBD;
}
.AnyTagClassName
{
color: #D32DBD;
}
</style>
background-color css
<style>
a { background-color: #D32DBD; }
a { background-color: rgb(211,45,189); }
div.DivClassName
{
background-color: #D32DBD;
}
.BgClassName
{
background-color: #D32DBD;
}
</style>
border-color css
<style>
span { border-color: #D32DBD; }
span { border-color: rgb(211,45,189); }
td.TdClassName
{
border-color: #D32DBD;
}
.TagClassName
{
border-color: #D32DBD;
}
</style>