Shades of Fuchsia #D331BF
Tints of Fuchsia #D331BF
RGB
CMYK
RGB Variations
Color information
#D331BF (or 0xD331BF) is known color: Fuchsia. HEX triplet: D3, 31 and BF. RGB value is (211,49,191). Sum of RGB (Red+Green+Blue) = 211+49+191=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D331BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331BF is #2CCE40. Grayscale: #717171. Windows color (decimal): -2936385 or 12530131. OLE color: 12530131.
HSL color Cylindrical-coordinate representation of color #D331BF: hue angle of 307.41º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D331BF is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 191 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.17 |
| HSL | 307.41º | 0.65% | 0.51% | - |
| HSV(B) | 307.41º | 0.77% | 0.83% | - |
| XYZ | 37.37 | 19.81 | 51.14 | - |
| YUV | 113.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 191 | 0 | 0.77 | 0.09 | 0.17 | 307.41 | 0.65 | 0.51 |
| Hex | D3 | 31 | BF | 0 | 4D | 9 | 11 | 133 | 41 | 33 |
| Octal | 323 | 61 | 277 | 0 | 115 | 11 | 21 | 463 | 101 | 63 |
| Binary | 11010011 | 110001 | 10111111 | 0 | 1001101 | 1001 | 10001 | 100110011 | 1000001 | 110011 |
Color Harmonies of #D331BF
Complementary color
Monochromatic Colors of #D331BF
Black with #D331BF
Text Example
Text Example
White with #D331BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331BF; }
p { color: rgb(211,49,191); }
H1.HeaderClassName
{
color: #D331BF;
}
.AnyTagClassName
{
color: #D331BF;
}
</style>
background-color css
<style>
a { background-color: #D331BF; }
a { background-color: rgb(211,49,191); }
div.DivClassName
{
background-color: #D331BF;
}
.BgClassName
{
background-color: #D331BF;
}
</style>
border-color css
<style>
span { border-color: #D331BF; }
span { border-color: rgb(211,49,191); }
td.TdClassName
{
border-color: #D331BF;
}
.TagClassName
{
border-color: #D331BF;
}
</style>