Shades of Fuchsia #D332CD
Tints of Fuchsia #D332CD
RGB
CMYK
RGB Variations
Color information
#D332CD (or 0xD332CD) is known color: Fuchsia. HEX triplet: D3, 32 and CD. RGB value is (211,50,205). Sum of RGB (Red+Green+Blue) = 211+50+205=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D332CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332CD is #2CCD32. Grayscale: #737373. Windows color (decimal): -2936115 or 13447891. OLE color: 13447891.
HSL color Cylindrical-coordinate representation of color #D332CD: hue angle of 302.24º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D332CD is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 205 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.17 |
| HSL | 302.24º | 0.65% | 0.51% | - |
| HSV(B) | 302.24º | 0.76% | 0.83% | - |
| XYZ | 39.02 | 20.54 | 59.67 | - |
| YUV | 115.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 205 | 0 | 0.76 | 0.03 | 0.17 | 302.24 | 0.65 | 0.51 |
| Hex | D3 | 32 | CD | 0 | 4C | 3 | 11 | 12E | 41 | 33 |
| Octal | 323 | 62 | 315 | 0 | 114 | 3 | 21 | 456 | 101 | 63 |
| Binary | 11010011 | 110010 | 11001101 | 0 | 1001100 | 11 | 10001 | 100101110 | 1000001 | 110011 |
Color Harmonies of #D332CD
Complementary color
Monochromatic Colors of #D332CD
Black with #D332CD
Text Example
Text Example
White with #D332CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D332CD; }
p { color: rgb(211,50,205); }
H1.HeaderClassName
{
color: #D332CD;
}
.AnyTagClassName
{
color: #D332CD;
}
</style>
background-color css
<style>
a { background-color: #D332CD; }
a { background-color: rgb(211,50,205); }
div.DivClassName
{
background-color: #D332CD;
}
.BgClassName
{
background-color: #D332CD;
}
</style>
border-color css
<style>
span { border-color: #D332CD; }
span { border-color: rgb(211,50,205); }
td.TdClassName
{
border-color: #D332CD;
}
.TagClassName
{
border-color: #D332CD;
}
</style>