Shades of Fuchsia #D34AC4
Tints of Fuchsia #D34AC4
RGB
CMYK
RGB Variations
Color information
#D34AC4 (or 0xD34AC4) is known color: Fuchsia. HEX triplet: D3, 4A and C4. RGB value is (211,74,196). Sum of RGB (Red+Green+Blue) = 211+74+196=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D34AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34AC4 is #2CB53B. Grayscale: #808080. Windows color (decimal): -2929980 or 12864211. OLE color: 12864211.
HSL color Cylindrical-coordinate representation of color #D34AC4: hue angle of 306.57º 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 #D34AC4 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 196 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.17 |
| HSL | 306.57º | 0.61% | 0.56% | - |
| HSV(B) | 306.57º | 0.65% | 0.83% | - |
| XYZ | 39.28 | 22.73 | 54.54 | - |
| YUV | 128.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 196 | 0 | 0.65 | 0.07 | 0.17 | 306.57 | 0.61 | 0.56 |
| Hex | D3 | 4A | C4 | 0 | 41 | 7 | 11 | 133 | 3D | 38 |
| Octal | 323 | 112 | 304 | 0 | 101 | 7 | 21 | 463 | 75 | 70 |
| Binary | 11010011 | 1001010 | 11000100 | 0 | 1000001 | 111 | 10001 | 100110011 | 111101 | 111000 |
Color Harmonies of #D34AC4
Complementary color
Monochromatic Colors of #D34AC4
Black with #D34AC4
Text Example
Text Example
White with #D34AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AC4; }
p { color: rgb(211,74,196); }
H1.HeaderClassName
{
color: #D34AC4;
}
.AnyTagClassName
{
color: #D34AC4;
}
</style>
background-color css
<style>
a { background-color: #D34AC4; }
a { background-color: rgb(211,74,196); }
div.DivClassName
{
background-color: #D34AC4;
}
.BgClassName
{
background-color: #D34AC4;
}
</style>
border-color css
<style>
span { border-color: #D34AC4; }
span { border-color: rgb(211,74,196); }
td.TdClassName
{
border-color: #D34AC4;
}
.TagClassName
{
border-color: #D34AC4;
}
</style>