Shades of Fuchsia #D34AAF
Tints of Fuchsia #D34AAF
RGB
CMYK
RGB Variations
Color information
#D34AAF (or 0xD34AAF) is known color: Fuchsia. HEX triplet: D3, 4A and AF. RGB value is (211,74,175). Sum of RGB (Red+Green+Blue) = 211+74+175=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D34AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34AAF is #2CB550. Grayscale: #7E7E7E. Windows color (decimal): -2930001 or 11487955. OLE color: 11487955.
HSL color Cylindrical-coordinate representation of color #D34AAF: hue angle of 315.77º 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 #D34AAF is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 175 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.17 |
| HSL | 315.77º | 0.61% | 0.56% | - |
| HSV(B) | 315.77º | 0.65% | 0.83% | - |
| XYZ | 37.05 | 21.84 | 42.82 | - |
| YUV | 126.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 175 | 0 | 0.65 | 0.17 | 0.17 | 315.77 | 0.61 | 0.56 |
| Hex | D3 | 4A | AF | 0 | 41 | 11 | 11 | 13C | 3D | 38 |
| Octal | 323 | 112 | 257 | 0 | 101 | 21 | 21 | 474 | 75 | 70 |
| Binary | 11010011 | 1001010 | 10101111 | 0 | 1000001 | 10001 | 10001 | 100111100 | 111101 | 111000 |
Color Harmonies of #D34AAF
Complementary color
Monochromatic Colors of #D34AAF
Black with #D34AAF
Text Example
Text Example
White with #D34AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AAF; }
p { color: rgb(211,74,175); }
H1.HeaderClassName
{
color: #D34AAF;
}
.AnyTagClassName
{
color: #D34AAF;
}
</style>
background-color css
<style>
a { background-color: #D34AAF; }
a { background-color: rgb(211,74,175); }
div.DivClassName
{
background-color: #D34AAF;
}
.BgClassName
{
background-color: #D34AAF;
}
</style>
border-color css
<style>
span { border-color: #D34AAF; }
span { border-color: rgb(211,74,175); }
td.TdClassName
{
border-color: #D34AAF;
}
.TagClassName
{
border-color: #D34AAF;
}
</style>