Shades of Fuchsia #D331BE
Tints of Fuchsia #D331BE
RGB
CMYK
RGB Variations
Color information
#D331BE (or 0xD331BE) is known color: Fuchsia. HEX triplet: D3, 31 and BE. RGB value is (211,49,190). Sum of RGB (Red+Green+Blue) = 211+49+190=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D331BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331BE is #2CCE41. Grayscale: #717171. Windows color (decimal): -2936386 or 12464595. OLE color: 12464595.
HSL color Cylindrical-coordinate representation of color #D331BE: hue angle of 307.78º 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 #D331BE is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 190 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.17 |
| HSL | 307.78º | 0.65% | 0.51% | - |
| HSV(B) | 307.78º | 0.77% | 0.83% | - |
| XYZ | 37.26 | 19.76 | 50.57 | - |
| YUV | 113.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 190 | 0 | 0.77 | 0.10 | 0.17 | 307.78 | 0.65 | 0.51 |
| Hex | D3 | 31 | BE | 0 | 4D | A | 11 | 134 | 41 | 33 |
| Octal | 323 | 61 | 276 | 0 | 115 | 12 | 21 | 464 | 101 | 63 |
| Binary | 11010011 | 110001 | 10111110 | 0 | 1001101 | 1010 | 10001 | 100110100 | 1000001 | 110011 |
Color Harmonies of #D331BE
Complementary color
Monochromatic Colors of #D331BE
Black with #D331BE
Text Example
Text Example
White with #D331BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331BE; }
p { color: rgb(211,49,190); }
H1.HeaderClassName
{
color: #D331BE;
}
.AnyTagClassName
{
color: #D331BE;
}
</style>
background-color css
<style>
a { background-color: #D331BE; }
a { background-color: rgb(211,49,190); }
div.DivClassName
{
background-color: #D331BE;
}
.BgClassName
{
background-color: #D331BE;
}
</style>
border-color css
<style>
span { border-color: #D331BE; }
span { border-color: rgb(211,49,190); }
td.TdClassName
{
border-color: #D331BE;
}
.TagClassName
{
border-color: #D331BE;
}
</style>