Shades of Fuchsia #D34CC2
Tints of Fuchsia #D34CC2
RGB
CMYK
RGB Variations
Color information
#D34CC2 (or 0xD34CC2) is known color: Fuchsia. HEX triplet: D3, 4C and C2. RGB value is (211,76,194). Sum of RGB (Red+Green+Blue) = 211+76+194=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CC2 is #2CB33D. Grayscale: #818181. Windows color (decimal): -2929470 or 12733651. OLE color: 12733651.
HSL color Cylindrical-coordinate representation of color #D34CC2: hue angle of 307.56º 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 #D34CC2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 194 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.17 |
| HSL | 307.56º | 0.61% | 0.56% | - |
| HSV(B) | 307.56º | 0.64% | 0.83% | - |
| XYZ | 39.19 | 22.91 | 53.4 | - |
| YUV | 129.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 194 | 0 | 0.64 | 0.08 | 0.17 | 307.56 | 0.61 | 0.56 |
| Hex | D3 | 4C | C2 | 0 | 40 | 8 | 11 | 134 | 3D | 38 |
| Octal | 323 | 114 | 302 | 0 | 100 | 10 | 21 | 464 | 75 | 70 |
| Binary | 11010011 | 1001100 | 11000010 | 0 | 1000000 | 1000 | 10001 | 100110100 | 111101 | 111000 |
Color Harmonies of #D34CC2
Complementary color
Monochromatic Colors of #D34CC2
Black with #D34CC2
Text Example
Text Example
White with #D34CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CC2; }
p { color: rgb(211,76,194); }
H1.HeaderClassName
{
color: #D34CC2;
}
.AnyTagClassName
{
color: #D34CC2;
}
</style>
background-color css
<style>
a { background-color: #D34CC2; }
a { background-color: rgb(211,76,194); }
div.DivClassName
{
background-color: #D34CC2;
}
.BgClassName
{
background-color: #D34CC2;
}
</style>
border-color css
<style>
span { border-color: #D34CC2; }
span { border-color: rgb(211,76,194); }
td.TdClassName
{
border-color: #D34CC2;
}
.TagClassName
{
border-color: #D34CC2;
}
</style>