Shades of Fuchsia #D55BC1
Tints of Fuchsia #D55BC1
RGB
CMYK
RGB Variations
Color information
#D55BC1 (or 0xD55BC1) is known color: Fuchsia. HEX triplet: D5, 5B and C1. RGB value is (213,91,193). Sum of RGB (Red+Green+Blue) = 213+91+193=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55BC1 is #2AA43E. Grayscale: #8A8A8A. Windows color (decimal): -2794559 or 12671957. OLE color: 12671957.
HSL color Cylindrical-coordinate representation of color #D55BC1: hue angle of 309.84º 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 #D55BC1 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 193 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.16 |
| HSL | 309.84º | 0.59% | 0.6% | - |
| HSV(B) | 309.84º | 0.57% | 0.84% | - |
| XYZ | 40.81 | 25.48 | 53.22 | - |
| YUV | 139.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 193 | 0 | 0.57 | 0.09 | 0.16 | 309.84 | 0.59 | 0.6 |
| Hex | D5 | 5B | C1 | 0 | 39 | 9 | 10 | 136 | 3B | 3C |
| Octal | 325 | 133 | 301 | 0 | 71 | 11 | 20 | 466 | 73 | 74 |
| Binary | 11010101 | 1011011 | 11000001 | 0 | 111001 | 1001 | 10000 | 100110110 | 111011 | 111100 |
Color Harmonies of #D55BC1
Complementary color
Monochromatic Colors of #D55BC1
Black with #D55BC1
Text Example
Text Example
White with #D55BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BC1; }
p { color: rgb(213,91,193); }
H1.HeaderClassName
{
color: #D55BC1;
}
.AnyTagClassName
{
color: #D55BC1;
}
</style>
background-color css
<style>
a { background-color: #D55BC1; }
a { background-color: rgb(213,91,193); }
div.DivClassName
{
background-color: #D55BC1;
}
.BgClassName
{
background-color: #D55BC1;
}
</style>
border-color css
<style>
span { border-color: #D55BC1; }
span { border-color: rgb(213,91,193); }
td.TdClassName
{
border-color: #D55BC1;
}
.TagClassName
{
border-color: #D55BC1;
}
</style>