Shades of Fuchsia #D432B5
Tints of Fuchsia #D432B5
RGB
CMYK
RGB Variations
Color information
#D432B5 (or 0xD432B5) is known color: Fuchsia. HEX triplet: D4, 32 and B5. RGB value is (212,50,181). Sum of RGB (Red+Green+Blue) = 212+50+181=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D432B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D432B5 is #2BCD4A. Grayscale: #717171. Windows color (decimal): -2870603 or 11875028. OLE color: 11875028.
HSL color Cylindrical-coordinate representation of color #D432B5: hue angle of 311.48º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D432B5 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 181 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.17 |
| HSL | 311.48º | 0.65% | 0.51% | - |
| HSV(B) | 311.48º | 0.76% | 0.83% | - |
| XYZ | 36.63 | 19.61 | 45.57 | - |
| YUV | 113.37 | 166.17 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 181 | 0 | 0.76 | 0.15 | 0.17 | 311.48 | 0.65 | 0.51 |
| Hex | D4 | 32 | B5 | 0 | 4C | F | 11 | 137 | 41 | 33 |
| Octal | 324 | 62 | 265 | 0 | 114 | 17 | 21 | 467 | 101 | 63 |
| Binary | 11010100 | 110010 | 10110101 | 0 | 1001100 | 1111 | 10001 | 100110111 | 1000001 | 110011 |
Color Harmonies of #D432B5
Complementary color
Monochromatic Colors of #D432B5
Black with #D432B5
Text Example
Text Example
White with #D432B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D432B5; }
p { color: rgb(212,50,181); }
H1.HeaderClassName
{
color: #D432B5;
}
.AnyTagClassName
{
color: #D432B5;
}
</style>
background-color css
<style>
a { background-color: #D432B5; }
a { background-color: rgb(212,50,181); }
div.DivClassName
{
background-color: #D432B5;
}
.BgClassName
{
background-color: #D432B5;
}
</style>
border-color css
<style>
span { border-color: #D432B5; }
span { border-color: rgb(212,50,181); }
td.TdClassName
{
border-color: #D432B5;
}
.TagClassName
{
border-color: #D432B5;
}
</style>