Shades of Fuchsia #D34FB6
Tints of Fuchsia #D34FB6
RGB
CMYK
RGB Variations
Color information
#D34FB6 (or 0xD34FB6) is known color: Fuchsia. HEX triplet: D3, 4F and B6. RGB value is (211,79,182). Sum of RGB (Red+Green+Blue) = 211+79+182=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FB6 is #2CB049. Grayscale: #818181. Windows color (decimal): -2928714 or 11947987. OLE color: 11947987.
HSL color Cylindrical-coordinate representation of color #D34FB6: hue angle of 313.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34FB6 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 182 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.17 |
| HSL | 313.18º | 0.6% | 0.57% | - |
| HSV(B) | 313.18º | 0.63% | 0.83% | - |
| XYZ | 38.1 | 22.82 | 46.65 | - |
| YUV | 130.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 182 | 0 | 0.63 | 0.14 | 0.17 | 313.18 | 0.6 | 0.57 |
| Hex | D3 | 4F | B6 | 0 | 3F | E | 11 | 139 | 3C | 39 |
| Octal | 323 | 117 | 266 | 0 | 77 | 16 | 21 | 471 | 74 | 71 |
| Binary | 11010011 | 1001111 | 10110110 | 0 | 111111 | 1110 | 10001 | 100111001 | 111100 | 111001 |
Color Harmonies of #D34FB6
Complementary color
Monochromatic Colors of #D34FB6
Black with #D34FB6
Text Example
Text Example
White with #D34FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FB6; }
p { color: rgb(211,79,182); }
H1.HeaderClassName
{
color: #D34FB6;
}
.AnyTagClassName
{
color: #D34FB6;
}
</style>
background-color css
<style>
a { background-color: #D34FB6; }
a { background-color: rgb(211,79,182); }
div.DivClassName
{
background-color: #D34FB6;
}
.BgClassName
{
background-color: #D34FB6;
}
</style>
border-color css
<style>
span { border-color: #D34FB6; }
span { border-color: rgb(211,79,182); }
td.TdClassName
{
border-color: #D34FB6;
}
.TagClassName
{
border-color: #D34FB6;
}
</style>