Shades of Fuchsia #D34CAD
Tints of Fuchsia #D34CAD
RGB
CMYK
RGB Variations
Color information
#D34CAD (or 0xD34CAD) is known color: Fuchsia. HEX triplet: D3, 4C and AD. RGB value is (211,76,173). Sum of RGB (Red+Green+Blue) = 211+76+173=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34CAD is #2CB352. Grayscale: #7F7F7F. Windows color (decimal): -2929491 or 11357395. OLE color: 11357395.
HSL color Cylindrical-coordinate representation of color #D34CAD: hue angle of 316.89º 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 #D34CAD is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 173 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.17 |
| HSL | 316.89º | 0.61% | 0.56% | - |
| HSV(B) | 316.89º | 0.64% | 0.83% | - |
| XYZ | 36.99 | 22.03 | 41.84 | - |
| YUV | 127.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 173 | 0 | 0.64 | 0.18 | 0.17 | 316.89 | 0.61 | 0.56 |
| Hex | D3 | 4C | AD | 0 | 40 | 12 | 11 | 13D | 3D | 38 |
| Octal | 323 | 114 | 255 | 0 | 100 | 22 | 21 | 475 | 75 | 70 |
| Binary | 11010011 | 1001100 | 10101101 | 0 | 1000000 | 10010 | 10001 | 100111101 | 111101 | 111000 |
Color Harmonies of #D34CAD
Complementary color
Monochromatic Colors of #D34CAD
Black with #D34CAD
Text Example
Text Example
White with #D34CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CAD; }
p { color: rgb(211,76,173); }
H1.HeaderClassName
{
color: #D34CAD;
}
.AnyTagClassName
{
color: #D34CAD;
}
</style>
background-color css
<style>
a { background-color: #D34CAD; }
a { background-color: rgb(211,76,173); }
div.DivClassName
{
background-color: #D34CAD;
}
.BgClassName
{
background-color: #D34CAD;
}
</style>
border-color css
<style>
span { border-color: #D34CAD; }
span { border-color: rgb(211,76,173); }
td.TdClassName
{
border-color: #D34CAD;
}
.TagClassName
{
border-color: #D34CAD;
}
</style>