Shades of Fuchsia #D331CD
Tints of Fuchsia #D331CD
RGB
CMYK
RGB Variations
Color information
#D331CD (or 0xD331CD) is known color: Fuchsia. HEX triplet: D3, 31 and CD. RGB value is (211,49,205). Sum of RGB (Red+Green+Blue) = 211+49+205=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D331CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331CD is #2CCE32. Grayscale: #727272. Windows color (decimal): -2936371 or 13447635. OLE color: 13447635.
HSL color Cylindrical-coordinate representation of color #D331CD: hue angle of 302.22º 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 #D331CD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 205 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.17 |
| HSL | 302.22º | 0.65% | 0.51% | - |
| HSV(B) | 302.22º | 0.77% | 0.83% | - |
| XYZ | 38.98 | 20.45 | 59.65 | - |
| YUV | 115.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 205 | 0 | 0.77 | 0.03 | 0.17 | 302.22 | 0.65 | 0.51 |
| Hex | D3 | 31 | CD | 0 | 4D | 3 | 11 | 12E | 41 | 33 |
| Octal | 323 | 61 | 315 | 0 | 115 | 3 | 21 | 456 | 101 | 63 |
| Binary | 11010011 | 110001 | 11001101 | 0 | 1001101 | 11 | 10001 | 100101110 | 1000001 | 110011 |
Color Harmonies of #D331CD
Complementary color
Monochromatic Colors of #D331CD
Black with #D331CD
Text Example
Text Example
White with #D331CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331CD; }
p { color: rgb(211,49,205); }
H1.HeaderClassName
{
color: #D331CD;
}
.AnyTagClassName
{
color: #D331CD;
}
</style>
background-color css
<style>
a { background-color: #D331CD; }
a { background-color: rgb(211,49,205); }
div.DivClassName
{
background-color: #D331CD;
}
.BgClassName
{
background-color: #D331CD;
}
</style>
border-color css
<style>
span { border-color: #D331CD; }
span { border-color: rgb(211,49,205); }
td.TdClassName
{
border-color: #D331CD;
}
.TagClassName
{
border-color: #D331CD;
}
</style>