Shades of Fuchsia #D34CCD
Tints of Fuchsia #D34CCD
RGB
CMYK
RGB Variations
Color information
#D34CCD (or 0xD34CCD) is known color: Fuchsia. HEX triplet: D3, 4C and CD. RGB value is (211,76,205). Sum of RGB (Red+Green+Blue) = 211+76+205=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CCD is #2CB332. Grayscale: #828282. Windows color (decimal): -2929459 or 13454547. OLE color: 13454547.
HSL color Cylindrical-coordinate representation of color #D34CCD: hue angle of 302.67º degrees, saturation: 0.61, 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 #D34CCD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 205 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.17 |
| HSL | 302.67º | 0.61% | 0.56% | - |
| HSV(B) | 302.67º | 0.64% | 0.83% | - |
| XYZ | 40.47 | 23.43 | 60.15 | - |
| YUV | 131.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 205 | 0 | 0.64 | 0.03 | 0.17 | 302.67 | 0.61 | 0.56 |
| Hex | D3 | 4C | CD | 0 | 40 | 3 | 11 | 12F | 3D | 38 |
| Octal | 323 | 114 | 315 | 0 | 100 | 3 | 21 | 457 | 75 | 70 |
| Binary | 11010011 | 1001100 | 11001101 | 0 | 1000000 | 11 | 10001 | 100101111 | 111101 | 111000 |
Color Harmonies of #D34CCD
Complementary color
Monochromatic Colors of #D34CCD
Black with #D34CCD
Text Example
Text Example
White with #D34CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CCD; }
p { color: rgb(211,76,205); }
H1.HeaderClassName
{
color: #D34CCD;
}
.AnyTagClassName
{
color: #D34CCD;
}
</style>
background-color css
<style>
a { background-color: #D34CCD; }
a { background-color: rgb(211,76,205); }
div.DivClassName
{
background-color: #D34CCD;
}
.BgClassName
{
background-color: #D34CCD;
}
</style>
border-color css
<style>
span { border-color: #D34CCD; }
span { border-color: rgb(211,76,205); }
td.TdClassName
{
border-color: #D34CCD;
}
.TagClassName
{
border-color: #D34CCD;
}
</style>