Shades of Fuchsia #D34BC6
Tints of Fuchsia #D34BC6
RGB
CMYK
RGB Variations
Color information
#D34BC6 (or 0xD34BC6) is known color: Fuchsia. HEX triplet: D3, 4B and C6. RGB value is (211,75,198). Sum of RGB (Red+Green+Blue) = 211+75+198=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D34BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BC6 is #2CB439. Grayscale: #818181. Windows color (decimal): -2929722 or 12995539. OLE color: 12995539.
HSL color Cylindrical-coordinate representation of color #D34BC6: hue angle of 305.74º 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 #D34BC6 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 198 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.17 |
| HSL | 305.74º | 0.61% | 0.56% | - |
| HSV(B) | 305.74º | 0.64% | 0.83% | - |
| XYZ | 39.57 | 22.96 | 55.77 | - |
| YUV | 129.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 198 | 0 | 0.64 | 0.06 | 0.17 | 305.74 | 0.61 | 0.56 |
| Hex | D3 | 4B | C6 | 0 | 40 | 6 | 11 | 132 | 3D | 38 |
| Octal | 323 | 113 | 306 | 0 | 100 | 6 | 21 | 462 | 75 | 70 |
| Binary | 11010011 | 1001011 | 11000110 | 0 | 1000000 | 110 | 10001 | 100110010 | 111101 | 111000 |
Color Harmonies of #D34BC6
Complementary color
Monochromatic Colors of #D34BC6
Black with #D34BC6
Text Example
Text Example
White with #D34BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BC6; }
p { color: rgb(211,75,198); }
H1.HeaderClassName
{
color: #D34BC6;
}
.AnyTagClassName
{
color: #D34BC6;
}
</style>
background-color css
<style>
a { background-color: #D34BC6; }
a { background-color: rgb(211,75,198); }
div.DivClassName
{
background-color: #D34BC6;
}
.BgClassName
{
background-color: #D34BC6;
}
</style>
border-color css
<style>
span { border-color: #D34BC6; }
span { border-color: rgb(211,75,198); }
td.TdClassName
{
border-color: #D34BC6;
}
.TagClassName
{
border-color: #D34BC6;
}
</style>