Shades of Fuchsia #D334B5
Tints of Fuchsia #D334B5
RGB
CMYK
RGB Variations
Color information
#D334B5 (or 0xD334B5) is known color: Fuchsia. HEX triplet: D3, 34 and B5. RGB value is (211,52,181). Sum of RGB (Red+Green+Blue) = 211+52+181=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D334B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334B5 is #2CCB4A. Grayscale: #717171. Windows color (decimal): -2935627 or 11875539. OLE color: 11875539.
HSL color Cylindrical-coordinate representation of color #D334B5: hue angle of 311.32º 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 #D334B5 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 181 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.17 |
| HSL | 311.32º | 0.64% | 0.52% | - |
| HSV(B) | 311.32º | 0.75% | 0.83% | - |
| XYZ | 36.43 | 19.64 | 45.59 | - |
| YUV | 114.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 181 | 0 | 0.75 | 0.14 | 0.17 | 311.32 | 0.64 | 0.52 |
| Hex | D3 | 34 | B5 | 0 | 4B | E | 11 | 137 | 40 | 34 |
| Octal | 323 | 64 | 265 | 0 | 113 | 16 | 21 | 467 | 100 | 64 |
| Binary | 11010011 | 110100 | 10110101 | 0 | 1001011 | 1110 | 10001 | 100110111 | 1000000 | 110100 |
Color Harmonies of #D334B5
Complementary color
Monochromatic Colors of #D334B5
Black with #D334B5
Text Example
Text Example
White with #D334B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334B5; }
p { color: rgb(211,52,181); }
H1.HeaderClassName
{
color: #D334B5;
}
.AnyTagClassName
{
color: #D334B5;
}
</style>
background-color css
<style>
a { background-color: #D334B5; }
a { background-color: rgb(211,52,181); }
div.DivClassName
{
background-color: #D334B5;
}
.BgClassName
{
background-color: #D334B5;
}
</style>
border-color css
<style>
span { border-color: #D334B5; }
span { border-color: rgb(211,52,181); }
td.TdClassName
{
border-color: #D334B5;
}
.TagClassName
{
border-color: #D334B5;
}
</style>