Shades of Fuchsia #D32FD8
Tints of Fuchsia #D32FD8
RGB
CMYK
RGB Variations
Color information
#D32FD8 (or 0xD32FD8) is known color: Fuchsia. HEX triplet: D3, 2F and D8. RGB value is (211,47,216). Sum of RGB (Red+Green+Blue) = 211+47+216=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #D32FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FD8 is #2CD027. Grayscale: #727272. Windows color (decimal): -2936872 or 14168019. OLE color: 14168019.
HSL color Cylindrical-coordinate representation of color #D32FD8: hue angle of 298.22º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FD8 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 47 | 216 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.15 |
| HSL | 298.22º | 0.68% | 0.52% | - |
| HSV(B) | 298.22º | 0.78% | 0.85% | - |
| XYZ | 40.28 | 20.84 | 66.87 | - |
| YUV | 115.3 | 184.83 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 216 | 0.02 | 0.78 | 0 | 0.15 | 298.22 | 0.68 | 0.52 |
| Hex | D3 | 2F | D8 | 2 | 4E | 0 | F | 12A | 44 | 34 |
| Octal | 323 | 57 | 330 | 2 | 116 | 0 | 17 | 452 | 104 | 64 |
| Binary | 11010011 | 101111 | 11011000 | 10 | 1001110 | 0 | 1111 | 100101010 | 1000100 | 110100 |
Color Harmonies of #D32FD8
Complementary color
Monochromatic Colors of #D32FD8
Black with #D32FD8
Text Example
Text Example
White with #D32FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FD8; }
p { color: rgb(211,47,216); }
H1.HeaderClassName
{
color: #D32FD8;
}
.AnyTagClassName
{
color: #D32FD8;
}
</style>
background-color css
<style>
a { background-color: #D32FD8; }
a { background-color: rgb(211,47,216); }
div.DivClassName
{
background-color: #D32FD8;
}
.BgClassName
{
background-color: #D32FD8;
}
</style>
border-color css
<style>
span { border-color: #D32FD8; }
span { border-color: rgb(211,47,216); }
td.TdClassName
{
border-color: #D32FD8;
}
.TagClassName
{
border-color: #D32FD8;
}
</style>