Shades of Fuchsia #D34CAF
Tints of Fuchsia #D34CAF
RGB
CMYK
RGB Variations
Color information
#D34CAF (or 0xD34CAF) is known color: Fuchsia. HEX triplet: D3, 4C and AF. RGB value is (211,76,175). Sum of RGB (Red+Green+Blue) = 211+76+175=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34CAF is #2CB350. Grayscale: #7F7F7F. Windows color (decimal): -2929489 or 11488467. OLE color: 11488467.
HSL color Cylindrical-coordinate representation of color #D34CAF: hue angle of 316º 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 #D34CAF is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 175 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.17 |
| HSL | 316º | 0.61% | 0.56% | - |
| HSV(B) | 316º | 0.64% | 0.83% | - |
| XYZ | 37.19 | 22.11 | 42.87 | - |
| YUV | 127.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 175 | 0 | 0.64 | 0.17 | 0.17 | 316 | 0.61 | 0.56 |
| Hex | D3 | 4C | AF | 0 | 40 | 11 | 11 | 13C | 3D | 38 |
| Octal | 323 | 114 | 257 | 0 | 100 | 21 | 21 | 474 | 75 | 70 |
| Binary | 11010011 | 1001100 | 10101111 | 0 | 1000000 | 10001 | 10001 | 100111100 | 111101 | 111000 |
Color Harmonies of #D34CAF
Complementary color
Monochromatic Colors of #D34CAF
Black with #D34CAF
Text Example
Text Example
White with #D34CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CAF; }
p { color: rgb(211,76,175); }
H1.HeaderClassName
{
color: #D34CAF;
}
.AnyTagClassName
{
color: #D34CAF;
}
</style>
background-color css
<style>
a { background-color: #D34CAF; }
a { background-color: rgb(211,76,175); }
div.DivClassName
{
background-color: #D34CAF;
}
.BgClassName
{
background-color: #D34CAF;
}
</style>
border-color css
<style>
span { border-color: #D34CAF; }
span { border-color: rgb(211,76,175); }
td.TdClassName
{
border-color: #D34CAF;
}
.TagClassName
{
border-color: #D34CAF;
}
</style>