Shades of Fuchsia #D32ED7
Tints of Fuchsia #D32ED7
RGB
CMYK
RGB Variations
Color information
#D32ED7 (or 0xD32ED7) is known color: Fuchsia. HEX triplet: D3, 2E and D7. RGB value is (211,46,215). Sum of RGB (Red+Green+Blue) = 211+46+215=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #D32ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ED7 is #2CD128. Grayscale: #727272. Windows color (decimal): -2937129 or 14102227. OLE color: 14102227.
HSL color Cylindrical-coordinate representation of color #D32ED7: hue angle of 298.58º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32ED7 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 46 | 215 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.16 |
| HSL | 298.58º | 0.68% | 0.51% | - |
| HSV(B) | 298.58º | 0.79% | 0.84% | - |
| XYZ | 40.11 | 20.71 | 66.17 | - |
| YUV | 114.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 215 | 0.02 | 0.79 | 0 | 0.16 | 298.58 | 0.68 | 0.51 |
| Hex | D3 | 2E | D7 | 2 | 4F | 0 | 10 | 12B | 44 | 33 |
| Octal | 323 | 56 | 327 | 2 | 117 | 0 | 20 | 453 | 104 | 63 |
| Binary | 11010011 | 101110 | 11010111 | 10 | 1001111 | 0 | 10000 | 100101011 | 1000100 | 110011 |
Color Harmonies of #D32ED7
Complementary color
Monochromatic Colors of #D32ED7
Black with #D32ED7
Text Example
Text Example
White with #D32ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32ED7; }
p { color: rgb(211,46,215); }
H1.HeaderClassName
{
color: #D32ED7;
}
.AnyTagClassName
{
color: #D32ED7;
}
</style>
background-color css
<style>
a { background-color: #D32ED7; }
a { background-color: rgb(211,46,215); }
div.DivClassName
{
background-color: #D32ED7;
}
.BgClassName
{
background-color: #D32ED7;
}
</style>
border-color css
<style>
span { border-color: #D32ED7; }
span { border-color: rgb(211,46,215); }
td.TdClassName
{
border-color: #D32ED7;
}
.TagClassName
{
border-color: #D32ED7;
}
</style>