Shades of Fuchsia #D34DC6
Tints of Fuchsia #D34DC6
RGB
CMYK
RGB Variations
Color information
#D34DC6 (or 0xD34DC6) is known color: Fuchsia. HEX triplet: D3, 4D and C6. RGB value is (211,77,198). Sum of RGB (Red+Green+Blue) = 211+77+198=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DC6 is #2CB239. Grayscale: #828282. Windows color (decimal): -2929210 or 12996051. OLE color: 12996051.
HSL color Cylindrical-coordinate representation of color #D34DC6: hue angle of 305.82º degrees, saturation: 0.6, 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 #D34DC6 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 198 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.17 |
| HSL | 305.82º | 0.6% | 0.56% | - |
| HSV(B) | 305.82º | 0.64% | 0.83% | - |
| XYZ | 39.71 | 23.23 | 55.82 | - |
| YUV | 130.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 198 | 0 | 0.64 | 0.06 | 0.17 | 305.82 | 0.6 | 0.56 |
| Hex | D3 | 4D | C6 | 0 | 40 | 6 | 11 | 132 | 3C | 38 |
| Octal | 323 | 115 | 306 | 0 | 100 | 6 | 21 | 462 | 74 | 70 |
| Binary | 11010011 | 1001101 | 11000110 | 0 | 1000000 | 110 | 10001 | 100110010 | 111100 | 111000 |
Color Harmonies of #D34DC6
Complementary color
Monochromatic Colors of #D34DC6
Black with #D34DC6
Text Example
Text Example
White with #D34DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DC6; }
p { color: rgb(211,77,198); }
H1.HeaderClassName
{
color: #D34DC6;
}
.AnyTagClassName
{
color: #D34DC6;
}
</style>
background-color css
<style>
a { background-color: #D34DC6; }
a { background-color: rgb(211,77,198); }
div.DivClassName
{
background-color: #D34DC6;
}
.BgClassName
{
background-color: #D34DC6;
}
</style>
border-color css
<style>
span { border-color: #D34DC6; }
span { border-color: rgb(211,77,198); }
td.TdClassName
{
border-color: #D34DC6;
}
.TagClassName
{
border-color: #D34DC6;
}
</style>