Shades of Fuchsia #D34DB5
Tints of Fuchsia #D34DB5
RGB
CMYK
RGB Variations
Color information
#D34DB5 (or 0xD34DB5) is known color: Fuchsia. HEX triplet: D3, 4D and B5. RGB value is (211,77,181). Sum of RGB (Red+Green+Blue) = 211+77+181=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D34DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DB5 is #2CB24A. Grayscale: #808080. Windows color (decimal): -2929227 or 11881939. OLE color: 11881939.
HSL color Cylindrical-coordinate representation of color #D34DB5: hue angle of 313.43º 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 #D34DB5 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 181 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.17 |
| HSL | 313.43º | 0.6% | 0.56% | - |
| HSV(B) | 313.43º | 0.64% | 0.83% | - |
| XYZ | 37.86 | 22.49 | 46.06 | - |
| YUV | 128.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 181 | 0 | 0.64 | 0.14 | 0.17 | 313.43 | 0.6 | 0.56 |
| Hex | D3 | 4D | B5 | 0 | 40 | E | 11 | 139 | 3C | 38 |
| Octal | 323 | 115 | 265 | 0 | 100 | 16 | 21 | 471 | 74 | 70 |
| Binary | 11010011 | 1001101 | 10110101 | 0 | 1000000 | 1110 | 10001 | 100111001 | 111100 | 111000 |
Color Harmonies of #D34DB5
Complementary color
Monochromatic Colors of #D34DB5
Black with #D34DB5
Text Example
Text Example
White with #D34DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DB5; }
p { color: rgb(211,77,181); }
H1.HeaderClassName
{
color: #D34DB5;
}
.AnyTagClassName
{
color: #D34DB5;
}
</style>
background-color css
<style>
a { background-color: #D34DB5; }
a { background-color: rgb(211,77,181); }
div.DivClassName
{
background-color: #D34DB5;
}
.BgClassName
{
background-color: #D34DB5;
}
</style>
border-color css
<style>
span { border-color: #D34DB5; }
span { border-color: rgb(211,77,181); }
td.TdClassName
{
border-color: #D34DB5;
}
.TagClassName
{
border-color: #D34DB5;
}
</style>