Shades of Fuchsia #D332BF
Tints of Fuchsia #D332BF
RGB
CMYK
RGB Variations
Color information
#D332BF (or 0xD332BF) is known color: Fuchsia. HEX triplet: D3, 32 and BF. RGB value is (211,50,191). Sum of RGB (Red+Green+Blue) = 211+50+191=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D332BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332BF is #2CCD40. Grayscale: #717171. Windows color (decimal): -2936129 or 12530387. OLE color: 12530387.
HSL color Cylindrical-coordinate representation of color #D332BF: hue angle of 307.45º 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 #D332BF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 191 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.17 |
| HSL | 307.45º | 0.65% | 0.51% | - |
| HSV(B) | 307.45º | 0.76% | 0.83% | - |
| XYZ | 37.41 | 19.89 | 51.16 | - |
| YUV | 114.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 191 | 0 | 0.76 | 0.09 | 0.17 | 307.45 | 0.65 | 0.51 |
| Hex | D3 | 32 | BF | 0 | 4C | 9 | 11 | 133 | 41 | 33 |
| Octal | 323 | 62 | 277 | 0 | 114 | 11 | 21 | 463 | 101 | 63 |
| Binary | 11010011 | 110010 | 10111111 | 0 | 1001100 | 1001 | 10001 | 100110011 | 1000001 | 110011 |
Color Harmonies of #D332BF
Complementary color
Monochromatic Colors of #D332BF
Black with #D332BF
Text Example
Text Example
White with #D332BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D332BF; }
p { color: rgb(211,50,191); }
H1.HeaderClassName
{
color: #D332BF;
}
.AnyTagClassName
{
color: #D332BF;
}
</style>
background-color css
<style>
a { background-color: #D332BF; }
a { background-color: rgb(211,50,191); }
div.DivClassName
{
background-color: #D332BF;
}
.BgClassName
{
background-color: #D332BF;
}
</style>
border-color css
<style>
span { border-color: #D332BF; }
span { border-color: rgb(211,50,191); }
td.TdClassName
{
border-color: #D332BF;
}
.TagClassName
{
border-color: #D332BF;
}
</style>