Shades of Fuchsia #D334BD
Tints of Fuchsia #D334BD
RGB
CMYK
RGB Variations
Color information
#D334BD (or 0xD334BD) is known color: Fuchsia. HEX triplet: D3, 34 and BD. RGB value is (211,52,189). Sum of RGB (Red+Green+Blue) = 211+52+189=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D334BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334BD is #2CCB42. Grayscale: #727272. Windows color (decimal): -2935619 or 12399827. OLE color: 12399827.
HSL color Cylindrical-coordinate representation of color #D334BD: hue angle of 308.3º 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 #D334BD is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 189 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.17 |
| HSL | 308.3º | 0.64% | 0.52% | - |
| HSV(B) | 308.3º | 0.75% | 0.83% | - |
| XYZ | 37.28 | 19.98 | 50.04 | - |
| YUV | 115.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 189 | 0 | 0.75 | 0.10 | 0.17 | 308.3 | 0.64 | 0.52 |
| Hex | D3 | 34 | BD | 0 | 4B | A | 11 | 134 | 40 | 34 |
| Octal | 323 | 64 | 275 | 0 | 113 | 12 | 21 | 464 | 100 | 64 |
| Binary | 11010011 | 110100 | 10111101 | 0 | 1001011 | 1010 | 10001 | 100110100 | 1000000 | 110100 |
Color Harmonies of #D334BD
Complementary color
Monochromatic Colors of #D334BD
Black with #D334BD
Text Example
Text Example
White with #D334BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334BD; }
p { color: rgb(211,52,189); }
H1.HeaderClassName
{
color: #D334BD;
}
.AnyTagClassName
{
color: #D334BD;
}
</style>
background-color css
<style>
a { background-color: #D334BD; }
a { background-color: rgb(211,52,189); }
div.DivClassName
{
background-color: #D334BD;
}
.BgClassName
{
background-color: #D334BD;
}
</style>
border-color css
<style>
span { border-color: #D334BD; }
span { border-color: rgb(211,52,189); }
td.TdClassName
{
border-color: #D334BD;
}
.TagClassName
{
border-color: #D334BD;
}
</style>