Shades of Fuchsia #D55BB8
Tints of Fuchsia #D55BB8
RGB
CMYK
RGB Variations
Color information
#D55BB8 (or 0xD55BB8) is known color: Fuchsia. HEX triplet: D5, 5B and B8. RGB value is (213,91,184). Sum of RGB (Red+Green+Blue) = 213+91+184=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BB8 is #2AA447. Grayscale: #898989. Windows color (decimal): -2794568 or 12082133. OLE color: 12082133.
HSL color Cylindrical-coordinate representation of color #D55BB8: hue angle of 314.26º 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 #D55BB8 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 184 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.16 |
| HSL | 314.26º | 0.59% | 0.6% | - |
| HSV(B) | 314.26º | 0.57% | 0.84% | - |
| XYZ | 39.83 | 25.09 | 48.09 | - |
| YUV | 138.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 184 | 0 | 0.57 | 0.14 | 0.16 | 314.26 | 0.59 | 0.6 |
| Hex | D5 | 5B | B8 | 0 | 39 | E | 10 | 13A | 3B | 3C |
| Octal | 325 | 133 | 270 | 0 | 71 | 16 | 20 | 472 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10111000 | 0 | 111001 | 1110 | 10000 | 100111010 | 111011 | 111100 |
Color Harmonies of #D55BB8
Complementary color
Monochromatic Colors of #D55BB8
Black with #D55BB8
Text Example
Text Example
White with #D55BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BB8; }
p { color: rgb(213,91,184); }
H1.HeaderClassName
{
color: #D55BB8;
}
.AnyTagClassName
{
color: #D55BB8;
}
</style>
background-color css
<style>
a { background-color: #D55BB8; }
a { background-color: rgb(213,91,184); }
div.DivClassName
{
background-color: #D55BB8;
}
.BgClassName
{
background-color: #D55BB8;
}
</style>
border-color css
<style>
span { border-color: #D55BB8; }
span { border-color: rgb(213,91,184); }
td.TdClassName
{
border-color: #D55BB8;
}
.TagClassName
{
border-color: #D55BB8;
}
</style>