Shades of Fuchsia #D334B7
Tints of Fuchsia #D334B7
RGB
CMYK
RGB Variations
Color information
#D334B7 (or 0xD334B7) is known color: Fuchsia. HEX triplet: D3, 34 and B7. RGB value is (211,52,183). Sum of RGB (Red+Green+Blue) = 211+52+183=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D334B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334B7 is #2CCB48. Grayscale: #727272. Windows color (decimal): -2935625 or 12006611. OLE color: 12006611.
HSL color Cylindrical-coordinate representation of color #D334B7: hue angle of 310.57º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D334B7 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 183 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.17 |
| HSL | 310.57º | 0.64% | 0.52% | - |
| HSV(B) | 310.57º | 0.75% | 0.83% | - |
| XYZ | 36.64 | 19.72 | 46.68 | - |
| YUV | 114.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 183 | 0 | 0.75 | 0.13 | 0.17 | 310.57 | 0.64 | 0.52 |
| Hex | D3 | 34 | B7 | 0 | 4B | D | 11 | 137 | 40 | 34 |
| Octal | 323 | 64 | 267 | 0 | 113 | 15 | 21 | 467 | 100 | 64 |
| Binary | 11010011 | 110100 | 10110111 | 0 | 1001011 | 1101 | 10001 | 100110111 | 1000000 | 110100 |
Color Harmonies of #D334B7
Complementary color
Monochromatic Colors of #D334B7
Black with #D334B7
Text Example
Text Example
White with #D334B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334B7; }
p { color: rgb(211,52,183); }
H1.HeaderClassName
{
color: #D334B7;
}
.AnyTagClassName
{
color: #D334B7;
}
</style>
background-color css
<style>
a { background-color: #D334B7; }
a { background-color: rgb(211,52,183); }
div.DivClassName
{
background-color: #D334B7;
}
.BgClassName
{
background-color: #D334B7;
}
</style>
border-color css
<style>
span { border-color: #D334B7; }
span { border-color: rgb(211,52,183); }
td.TdClassName
{
border-color: #D334B7;
}
.TagClassName
{
border-color: #D334B7;
}
</style>