Shades of Fuchsia #D55BBC
Tints of Fuchsia #D55BBC
RGB
CMYK
RGB Variations
Color information
#D55BBC (or 0xD55BBC) is known color: Fuchsia. HEX triplet: D5, 5B and BC. RGB value is (213,91,188). Sum of RGB (Red+Green+Blue) = 213+91+188=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BBC is #2AA443. Grayscale: #8A8A8A. Windows color (decimal): -2794564 or 12344277. OLE color: 12344277.
HSL color Cylindrical-coordinate representation of color #D55BBC: hue angle of 312.3º 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 #D55BBC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 188 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.16 |
| HSL | 312.3º | 0.59% | 0.6% | - |
| HSV(B) | 312.3º | 0.57% | 0.84% | - |
| XYZ | 40.26 | 25.26 | 50.33 | - |
| YUV | 138.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 188 | 0 | 0.57 | 0.12 | 0.16 | 312.3 | 0.59 | 0.6 |
| Hex | D5 | 5B | BC | 0 | 39 | C | 10 | 138 | 3B | 3C |
| Octal | 325 | 133 | 274 | 0 | 71 | 14 | 20 | 470 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10111100 | 0 | 111001 | 1100 | 10000 | 100111000 | 111011 | 111100 |
Color Harmonies of #D55BBC
Complementary color
Monochromatic Colors of #D55BBC
Black with #D55BBC
Text Example
Text Example
White with #D55BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BBC; }
p { color: rgb(213,91,188); }
H1.HeaderClassName
{
color: #D55BBC;
}
.AnyTagClassName
{
color: #D55BBC;
}
</style>
background-color css
<style>
a { background-color: #D55BBC; }
a { background-color: rgb(213,91,188); }
div.DivClassName
{
background-color: #D55BBC;
}
.BgClassName
{
background-color: #D55BBC;
}
</style>
border-color css
<style>
span { border-color: #D55BBC; }
span { border-color: rgb(213,91,188); }
td.TdClassName
{
border-color: #D55BBC;
}
.TagClassName
{
border-color: #D55BBC;
}
</style>