Shades of Fuchsia #D34AC7
Tints of Fuchsia #D34AC7
RGB
CMYK
RGB Variations
Color information
#D34AC7 (or 0xD34AC7) is known color: Fuchsia. HEX triplet: D3, 4A and C7. RGB value is (211,74,199). Sum of RGB (Red+Green+Blue) = 211+74+199=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D34AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34AC7 is #2CB538. Grayscale: #808080. Windows color (decimal): -2929977 or 13060819. OLE color: 13060819.
HSL color Cylindrical-coordinate representation of color #D34AC7: hue angle of 305.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34AC7 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 199 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.17 |
| HSL | 305.26º | 0.61% | 0.56% | - |
| HSV(B) | 305.26º | 0.65% | 0.83% | - |
| XYZ | 39.62 | 22.87 | 56.36 | - |
| YUV | 129.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 199 | 0 | 0.65 | 0.06 | 0.17 | 305.26 | 0.61 | 0.56 |
| Hex | D3 | 4A | C7 | 0 | 41 | 6 | 11 | 131 | 3D | 38 |
| Octal | 323 | 112 | 307 | 0 | 101 | 6 | 21 | 461 | 75 | 70 |
| Binary | 11010011 | 1001010 | 11000111 | 0 | 1000001 | 110 | 10001 | 100110001 | 111101 | 111000 |
Color Harmonies of #D34AC7
Complementary color
Monochromatic Colors of #D34AC7
Black with #D34AC7
Text Example
Text Example
White with #D34AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AC7; }
p { color: rgb(211,74,199); }
H1.HeaderClassName
{
color: #D34AC7;
}
.AnyTagClassName
{
color: #D34AC7;
}
</style>
background-color css
<style>
a { background-color: #D34AC7; }
a { background-color: rgb(211,74,199); }
div.DivClassName
{
background-color: #D34AC7;
}
.BgClassName
{
background-color: #D34AC7;
}
</style>
border-color css
<style>
span { border-color: #D34AC7; }
span { border-color: rgb(211,74,199); }
td.TdClassName
{
border-color: #D34AC7;
}
.TagClassName
{
border-color: #D34AC7;
}
</style>