Shades of Fuchsia #D335B8
Tints of Fuchsia #D335B8
RGB
CMYK
RGB Variations
Color information
#D335B8 (or 0xD335B8) is known color: Fuchsia. HEX triplet: D3, 35 and B8. RGB value is (211,53,184). Sum of RGB (Red+Green+Blue) = 211+53+184=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D335B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335B8 is #2CCA47. Grayscale: #727272. Windows color (decimal): -2935368 or 12072403. OLE color: 12072403.
HSL color Cylindrical-coordinate representation of color #D335B8: hue angle of 310.25º 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 #D335B8 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 184 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.17 |
| HSL | 310.25º | 0.64% | 0.52% | - |
| HSV(B) | 310.25º | 0.75% | 0.83% | - |
| XYZ | 36.79 | 19.86 | 47.24 | - |
| YUV | 115.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 184 | 0 | 0.75 | 0.13 | 0.17 | 310.25 | 0.64 | 0.52 |
| Hex | D3 | 35 | B8 | 0 | 4B | D | 11 | 136 | 40 | 34 |
| Octal | 323 | 65 | 270 | 0 | 113 | 15 | 21 | 466 | 100 | 64 |
| Binary | 11010011 | 110101 | 10111000 | 0 | 1001011 | 1101 | 10001 | 100110110 | 1000000 | 110100 |
Color Harmonies of #D335B8
Complementary color
Monochromatic Colors of #D335B8
Black with #D335B8
Text Example
Text Example
White with #D335B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D335B8; }
p { color: rgb(211,53,184); }
H1.HeaderClassName
{
color: #D335B8;
}
.AnyTagClassName
{
color: #D335B8;
}
</style>
background-color css
<style>
a { background-color: #D335B8; }
a { background-color: rgb(211,53,184); }
div.DivClassName
{
background-color: #D335B8;
}
.BgClassName
{
background-color: #D335B8;
}
</style>
border-color css
<style>
span { border-color: #D335B8; }
span { border-color: rgb(211,53,184); }
td.TdClassName
{
border-color: #D335B8;
}
.TagClassName
{
border-color: #D335B8;
}
</style>