Shades of Fuchsia #D34EBF
Tints of Fuchsia #D34EBF
RGB
CMYK
RGB Variations
Color information
#D34EBF (or 0xD34EBF) is known color: Fuchsia. HEX triplet: D3, 4E and BF. RGB value is (211,78,191). Sum of RGB (Red+Green+Blue) = 211+78+191=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D34EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34EBF is #2CB140. Grayscale: #828282. Windows color (decimal): -2928961 or 12537555. OLE color: 12537555.
HSL color Cylindrical-coordinate representation of color #D34EBF: hue angle of 309.02º 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 #D34EBF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 191 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.17 |
| HSL | 309.02º | 0.6% | 0.57% | - |
| HSV(B) | 309.02º | 0.63% | 0.83% | - |
| XYZ | 38.99 | 23.06 | 51.69 | - |
| YUV | 130.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 191 | 0 | 0.63 | 0.09 | 0.17 | 309.02 | 0.6 | 0.57 |
| Hex | D3 | 4E | BF | 0 | 3F | 9 | 11 | 135 | 3C | 39 |
| Octal | 323 | 116 | 277 | 0 | 77 | 11 | 21 | 465 | 74 | 71 |
| Binary | 11010011 | 1001110 | 10111111 | 0 | 111111 | 1001 | 10001 | 100110101 | 111100 | 111001 |
Color Harmonies of #D34EBF
Complementary color
Monochromatic Colors of #D34EBF
Black with #D34EBF
Text Example
Text Example
White with #D34EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34EBF; }
p { color: rgb(211,78,191); }
H1.HeaderClassName
{
color: #D34EBF;
}
.AnyTagClassName
{
color: #D34EBF;
}
</style>
background-color css
<style>
a { background-color: #D34EBF; }
a { background-color: rgb(211,78,191); }
div.DivClassName
{
background-color: #D34EBF;
}
.BgClassName
{
background-color: #D34EBF;
}
</style>
border-color css
<style>
span { border-color: #D34EBF; }
span { border-color: rgb(211,78,191); }
td.TdClassName
{
border-color: #D34EBF;
}
.TagClassName
{
border-color: #D34EBF;
}
</style>