Shades of Fuchsia #D55CB1
Tints of Fuchsia #D55CB1
RGB
CMYK
RGB Variations
Color information
#D55CB1 (or 0xD55CB1) is known color: Fuchsia. HEX triplet: D5, 5C and B1. RGB value is (213,92,177). Sum of RGB (Red+Green+Blue) = 213+92+177=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55CB1 is #2AA34E. Grayscale: #898989. Windows color (decimal): -2794319 or 11623637. OLE color: 11623637.
HSL color Cylindrical-coordinate representation of color #D55CB1: hue angle of 317.85º 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 #D55CB1 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 177 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.16 |
| HSL | 317.85º | 0.59% | 0.6% | - |
| HSV(B) | 317.85º | 0.57% | 0.84% | - |
| XYZ | 39.2 | 24.97 | 44.35 | - |
| YUV | 137.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 177 | 0 | 0.57 | 0.17 | 0.16 | 317.85 | 0.59 | 0.6 |
| Hex | D5 | 5C | B1 | 0 | 39 | 11 | 10 | 13E | 3B | 3C |
| Octal | 325 | 134 | 261 | 0 | 71 | 21 | 20 | 476 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10110001 | 0 | 111001 | 10001 | 10000 | 100111110 | 111011 | 111100 |
Color Harmonies of #D55CB1
Complementary color
Monochromatic Colors of #D55CB1
Black with #D55CB1
Text Example
Text Example
White with #D55CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CB1; }
p { color: rgb(213,92,177); }
H1.HeaderClassName
{
color: #D55CB1;
}
.AnyTagClassName
{
color: #D55CB1;
}
</style>
background-color css
<style>
a { background-color: #D55CB1; }
a { background-color: rgb(213,92,177); }
div.DivClassName
{
background-color: #D55CB1;
}
.BgClassName
{
background-color: #D55CB1;
}
</style>
border-color css
<style>
span { border-color: #D55CB1; }
span { border-color: rgb(213,92,177); }
td.TdClassName
{
border-color: #D55CB1;
}
.TagClassName
{
border-color: #D55CB1;
}
</style>