Shades of Fuchsia #D55BB9
Tints of Fuchsia #D55BB9
RGB
CMYK
RGB Variations
Color information
#D55BB9 (or 0xD55BB9) is known color: Fuchsia. HEX triplet: D5, 5B and B9. RGB value is (213,91,185). Sum of RGB (Red+Green+Blue) = 213+91+185=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BB9 is #2AA446. Grayscale: #898989. Windows color (decimal): -2794567 or 12147669. OLE color: 12147669.
HSL color Cylindrical-coordinate representation of color #D55BB9: hue angle of 313.77º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55BB9 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 185 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.16 |
| HSL | 313.77º | 0.59% | 0.6% | - |
| HSV(B) | 313.77º | 0.57% | 0.84% | - |
| XYZ | 39.94 | 25.13 | 48.64 | - |
| YUV | 138.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 185 | 0 | 0.57 | 0.13 | 0.16 | 313.77 | 0.59 | 0.6 |
| Hex | D5 | 5B | B9 | 0 | 39 | D | 10 | 13A | 3B | 3C |
| Octal | 325 | 133 | 271 | 0 | 71 | 15 | 20 | 472 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10111001 | 0 | 111001 | 1101 | 10000 | 100111010 | 111011 | 111100 |
Color Harmonies of #D55BB9
Complementary color
Monochromatic Colors of #D55BB9
Black with #D55BB9
Text Example
Text Example
White with #D55BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BB9; }
p { color: rgb(213,91,185); }
H1.HeaderClassName
{
color: #D55BB9;
}
.AnyTagClassName
{
color: #D55BB9;
}
</style>
background-color css
<style>
a { background-color: #D55BB9; }
a { background-color: rgb(213,91,185); }
div.DivClassName
{
background-color: #D55BB9;
}
.BgClassName
{
background-color: #D55BB9;
}
</style>
border-color css
<style>
span { border-color: #D55BB9; }
span { border-color: rgb(213,91,185); }
td.TdClassName
{
border-color: #D55BB9;
}
.TagClassName
{
border-color: #D55BB9;
}
</style>