Shades of Fuchsia #D032B9
Tints of Fuchsia #D032B9
RGB
CMYK
RGB Variations
Color information
#D032B9 (or 0xD032B9) is known color: Fuchsia. HEX triplet: D0, 32 and B9. RGB value is (208,50,185). Sum of RGB (Red+Green+Blue) = 208+50+185=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032B9 is #2FCD46. Grayscale: #707070. Windows color (decimal): -3132743 or 12137168. OLE color: 12137168.
HSL color Cylindrical-coordinate representation of color #D032B9: hue angle of 308.73º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032B9 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 185 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.18 |
| HSL | 308.73º | 0.63% | 0.51% | - |
| HSV(B) | 308.73º | 0.76% | 0.82% | - |
| XYZ | 35.91 | 19.19 | 47.71 | - |
| YUV | 112.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 185 | 0 | 0.76 | 0.11 | 0.18 | 308.73 | 0.63 | 0.51 |
| Hex | D0 | 32 | B9 | 0 | 4C | B | 12 | 135 | 3F | 33 |
| Octal | 320 | 62 | 271 | 0 | 114 | 13 | 22 | 465 | 77 | 63 |
| Binary | 11010000 | 110010 | 10111001 | 0 | 1001100 | 1011 | 10010 | 100110101 | 111111 | 110011 |
Color Harmonies of #D032B9
Complementary color
Monochromatic Colors of #D032B9
Black with #D032B9
Text Example
Text Example
White with #D032B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032B9; }
p { color: rgb(208,50,185); }
H1.HeaderClassName
{
color: #D032B9;
}
.AnyTagClassName
{
color: #D032B9;
}
</style>
background-color css
<style>
a { background-color: #D032B9; }
a { background-color: rgb(208,50,185); }
div.DivClassName
{
background-color: #D032B9;
}
.BgClassName
{
background-color: #D032B9;
}
</style>
border-color css
<style>
span { border-color: #D032B9; }
span { border-color: rgb(208,50,185); }
td.TdClassName
{
border-color: #D032B9;
}
.TagClassName
{
border-color: #D032B9;
}
</style>