Shades of Fuchsia #D032B7
Tints of Fuchsia #D032B7
RGB
CMYK
RGB Variations
Color information
#D032B7 (or 0xD032B7) is known color: Fuchsia. HEX triplet: D0, 32 and B7. RGB value is (208,50,183). Sum of RGB (Red+Green+Blue) = 208+50+183=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032B7 is #2FCD48. Grayscale: #707070. Windows color (decimal): -3132745 or 12006096. OLE color: 12006096.
HSL color Cylindrical-coordinate representation of color #D032B7: hue angle of 309.49º 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 #D032B7 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 183 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.18 |
| HSL | 309.49º | 0.63% | 0.51% | - |
| HSV(B) | 309.49º | 0.76% | 0.82% | - |
| XYZ | 35.7 | 19.11 | 46.61 | - |
| YUV | 112.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 183 | 0 | 0.76 | 0.12 | 0.18 | 309.49 | 0.63 | 0.51 |
| Hex | D0 | 32 | B7 | 0 | 4C | C | 12 | 135 | 3F | 33 |
| Octal | 320 | 62 | 267 | 0 | 114 | 14 | 22 | 465 | 77 | 63 |
| Binary | 11010000 | 110010 | 10110111 | 0 | 1001100 | 1100 | 10010 | 100110101 | 111111 | 110011 |
Color Harmonies of #D032B7
Complementary color
Monochromatic Colors of #D032B7
Black with #D032B7
Text Example
Text Example
White with #D032B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032B7; }
p { color: rgb(208,50,183); }
H1.HeaderClassName
{
color: #D032B7;
}
.AnyTagClassName
{
color: #D032B7;
}
</style>
background-color css
<style>
a { background-color: #D032B7; }
a { background-color: rgb(208,50,183); }
div.DivClassName
{
background-color: #D032B7;
}
.BgClassName
{
background-color: #D032B7;
}
</style>
border-color css
<style>
span { border-color: #D032B7; }
span { border-color: rgb(208,50,183); }
td.TdClassName
{
border-color: #D032B7;
}
.TagClassName
{
border-color: #D032B7;
}
</style>