Shades of Fuchsia #D335B9
Tints of Fuchsia #D335B9
RGB
CMYK
RGB Variations
Color information
#D335B9 (or 0xD335B9) is known color: Fuchsia. HEX triplet: D3, 35 and B9. RGB value is (211,53,185). Sum of RGB (Red+Green+Blue) = 211+53+185=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D335B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335B9 is #2CCA46. Grayscale: #727272. Windows color (decimal): -2935367 or 12137939. OLE color: 12137939.
HSL color Cylindrical-coordinate representation of color #D335B9: hue angle of 309.87º 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 #D335B9 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 185 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.17 |
| HSL | 309.87º | 0.64% | 0.52% | - |
| HSV(B) | 309.87º | 0.75% | 0.83% | - |
| XYZ | 36.89 | 19.9 | 47.8 | - |
| YUV | 115.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 185 | 0 | 0.75 | 0.12 | 0.17 | 309.87 | 0.64 | 0.52 |
| Hex | D3 | 35 | B9 | 0 | 4B | C | 11 | 136 | 40 | 34 |
| Octal | 323 | 65 | 271 | 0 | 113 | 14 | 21 | 466 | 100 | 64 |
| Binary | 11010011 | 110101 | 10111001 | 0 | 1001011 | 1100 | 10001 | 100110110 | 1000000 | 110100 |
Color Harmonies of #D335B9
Complementary color
Monochromatic Colors of #D335B9
Black with #D335B9
Text Example
Text Example
White with #D335B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D335B9; }
p { color: rgb(211,53,185); }
H1.HeaderClassName
{
color: #D335B9;
}
.AnyTagClassName
{
color: #D335B9;
}
</style>
background-color css
<style>
a { background-color: #D335B9; }
a { background-color: rgb(211,53,185); }
div.DivClassName
{
background-color: #D335B9;
}
.BgClassName
{
background-color: #D335B9;
}
</style>
border-color css
<style>
span { border-color: #D335B9; }
span { border-color: rgb(211,53,185); }
td.TdClassName
{
border-color: #D335B9;
}
.TagClassName
{
border-color: #D335B9;
}
</style>