Shades of Fuchsia #D32FBE
Tints of Fuchsia #D32FBE
RGB
CMYK
RGB Variations
Color information
#D32FBE (or 0xD32FBE) is known color: Fuchsia. HEX triplet: D3, 2F and BE. RGB value is (211,47,190). Sum of RGB (Red+Green+Blue) = 211+47+190=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FBE is #2CD041. Grayscale: #6F6F6F. Windows color (decimal): -2936898 or 12464083. OLE color: 12464083.
HSL color Cylindrical-coordinate representation of color #D32FBE: hue angle of 307.68º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FBE is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 190 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.17 |
| HSL | 307.68º | 0.65% | 0.51% | - |
| HSV(B) | 307.68º | 0.78% | 0.83% | - |
| XYZ | 37.17 | 19.6 | 50.54 | - |
| YUV | 112.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 190 | 0 | 0.78 | 0.10 | 0.17 | 307.68 | 0.65 | 0.51 |
| Hex | D3 | 2F | BE | 0 | 4E | A | 11 | 134 | 41 | 33 |
| Octal | 323 | 57 | 276 | 0 | 116 | 12 | 21 | 464 | 101 | 63 |
| Binary | 11010011 | 101111 | 10111110 | 0 | 1001110 | 1010 | 10001 | 100110100 | 1000001 | 110011 |
Color Harmonies of #D32FBE
Complementary color
Monochromatic Colors of #D32FBE
Black with #D32FBE
Text Example
Text Example
White with #D32FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FBE; }
p { color: rgb(211,47,190); }
H1.HeaderClassName
{
color: #D32FBE;
}
.AnyTagClassName
{
color: #D32FBE;
}
</style>
background-color css
<style>
a { background-color: #D32FBE; }
a { background-color: rgb(211,47,190); }
div.DivClassName
{
background-color: #D32FBE;
}
.BgClassName
{
background-color: #D32FBE;
}
</style>
border-color css
<style>
span { border-color: #D32FBE; }
span { border-color: rgb(211,47,190); }
td.TdClassName
{
border-color: #D32FBE;
}
.TagClassName
{
border-color: #D32FBE;
}
</style>