Shades of Fuchsia #D34BAC
Tints of Fuchsia #D34BAC
RGB
CMYK
RGB Variations
Color information
#D34BAC (or 0xD34BAC) is known color: Fuchsia. HEX triplet: D3, 4B and AC. RGB value is (211,75,172). Sum of RGB (Red+Green+Blue) = 211+75+172=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D34BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34BAC is #2CB453. Grayscale: #7E7E7E. Windows color (decimal): -2929748 or 11291603. OLE color: 11291603.
HSL color Cylindrical-coordinate representation of color #D34BAC: hue angle of 317.21º 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 #D34BAC is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 172 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.17 |
| HSL | 317.21º | 0.61% | 0.56% | - |
| HSV(B) | 317.21º | 0.64% | 0.83% | - |
| XYZ | 36.83 | 21.86 | 41.31 | - |
| YUV | 126.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 172 | 0 | 0.64 | 0.18 | 0.17 | 317.21 | 0.61 | 0.56 |
| Hex | D3 | 4B | AC | 0 | 40 | 12 | 11 | 13D | 3D | 38 |
| Octal | 323 | 113 | 254 | 0 | 100 | 22 | 21 | 475 | 75 | 70 |
| Binary | 11010011 | 1001011 | 10101100 | 0 | 1000000 | 10010 | 10001 | 100111101 | 111101 | 111000 |
Color Harmonies of #D34BAC
Complementary color
Monochromatic Colors of #D34BAC
Black with #D34BAC
Text Example
Text Example
White with #D34BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BAC; }
p { color: rgb(211,75,172); }
H1.HeaderClassName
{
color: #D34BAC;
}
.AnyTagClassName
{
color: #D34BAC;
}
</style>
background-color css
<style>
a { background-color: #D34BAC; }
a { background-color: rgb(211,75,172); }
div.DivClassName
{
background-color: #D34BAC;
}
.BgClassName
{
background-color: #D34BAC;
}
</style>
border-color css
<style>
span { border-color: #D34BAC; }
span { border-color: rgb(211,75,172); }
td.TdClassName
{
border-color: #D34BAC;
}
.TagClassName
{
border-color: #D34BAC;
}
</style>