Shades of Fuchsia #D34DCD
Tints of Fuchsia #D34DCD
RGB
CMYK
RGB Variations
Color information
#D34DCD (or 0xD34DCD) is known color: Fuchsia. HEX triplet: D3, 4D and CD. RGB value is (211,77,205). Sum of RGB (Red+Green+Blue) = 211+77+205=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DCD is #2CB232. Grayscale: #838383. Windows color (decimal): -2929203 or 13454803. OLE color: 13454803.
HSL color Cylindrical-coordinate representation of color #D34DCD: hue angle of 302.69º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34DCD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 205 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.17 |
| HSL | 302.69º | 0.6% | 0.56% | - |
| HSV(B) | 302.69º | 0.64% | 0.83% | - |
| XYZ | 40.54 | 23.56 | 60.17 | - |
| YUV | 131.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 205 | 0 | 0.64 | 0.03 | 0.17 | 302.69 | 0.6 | 0.56 |
| Hex | D3 | 4D | CD | 0 | 40 | 3 | 11 | 12F | 3C | 38 |
| Octal | 323 | 115 | 315 | 0 | 100 | 3 | 21 | 457 | 74 | 70 |
| Binary | 11010011 | 1001101 | 11001101 | 0 | 1000000 | 11 | 10001 | 100101111 | 111100 | 111000 |
Color Harmonies of #D34DCD
Complementary color
Monochromatic Colors of #D34DCD
Black with #D34DCD
Text Example
Text Example
White with #D34DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DCD; }
p { color: rgb(211,77,205); }
H1.HeaderClassName
{
color: #D34DCD;
}
.AnyTagClassName
{
color: #D34DCD;
}
</style>
background-color css
<style>
a { background-color: #D34DCD; }
a { background-color: rgb(211,77,205); }
div.DivClassName
{
background-color: #D34DCD;
}
.BgClassName
{
background-color: #D34DCD;
}
</style>
border-color css
<style>
span { border-color: #D34DCD; }
span { border-color: rgb(211,77,205); }
td.TdClassName
{
border-color: #D34DCD;
}
.TagClassName
{
border-color: #D34DCD;
}
</style>