Shades of Fuchsia #D34EC3
Tints of Fuchsia #D34EC3
RGB
CMYK
RGB Variations
Color information
#D34EC3 (or 0xD34EC3) is known color: Fuchsia. HEX triplet: D3, 4E and C3. RGB value is (211,78,195). Sum of RGB (Red+Green+Blue) = 211+78+195=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D34EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34EC3 is #2CB13C. Grayscale: #828282. Windows color (decimal): -2928957 or 12799699. OLE color: 12799699.
HSL color Cylindrical-coordinate representation of color #D34EC3: hue angle of 307.22º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34EC3 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 195 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.17 |
| HSL | 307.22º | 0.6% | 0.57% | - |
| HSV(B) | 307.22º | 0.63% | 0.83% | - |
| XYZ | 39.44 | 23.24 | 54.04 | - |
| YUV | 131.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 195 | 0 | 0.63 | 0.08 | 0.17 | 307.22 | 0.6 | 0.57 |
| Hex | D3 | 4E | C3 | 0 | 3F | 8 | 11 | 133 | 3C | 39 |
| Octal | 323 | 116 | 303 | 0 | 77 | 10 | 21 | 463 | 74 | 71 |
| Binary | 11010011 | 1001110 | 11000011 | 0 | 111111 | 1000 | 10001 | 100110011 | 111100 | 111001 |
Color Harmonies of #D34EC3
Complementary color
Monochromatic Colors of #D34EC3
Black with #D34EC3
Text Example
Text Example
White with #D34EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34EC3; }
p { color: rgb(211,78,195); }
H1.HeaderClassName
{
color: #D34EC3;
}
.AnyTagClassName
{
color: #D34EC3;
}
</style>
background-color css
<style>
a { background-color: #D34EC3; }
a { background-color: rgb(211,78,195); }
div.DivClassName
{
background-color: #D34EC3;
}
.BgClassName
{
background-color: #D34EC3;
}
</style>
border-color css
<style>
span { border-color: #D34EC3; }
span { border-color: rgb(211,78,195); }
td.TdClassName
{
border-color: #D34EC3;
}
.TagClassName
{
border-color: #D34EC3;
}
</style>