Shades of Fuchsia #D55CB8
Tints of Fuchsia #D55CB8
RGB
CMYK
RGB Variations
Color information
#D55CB8 (or 0xD55CB8) is known color: Fuchsia. HEX triplet: D5, 5C and B8. RGB value is (213,92,184). Sum of RGB (Red+Green+Blue) = 213+92+184=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CB8 is #2AA347. Grayscale: #8A8A8A. Windows color (decimal): -2794312 or 12082389. OLE color: 12082389.
HSL color Cylindrical-coordinate representation of color #D55CB8: hue angle of 314.38º 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 #D55CB8 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 184 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.16 |
| HSL | 314.38º | 0.59% | 0.6% | - |
| HSV(B) | 314.38º | 0.57% | 0.84% | - |
| XYZ | 39.92 | 25.26 | 48.12 | - |
| YUV | 138.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 184 | 0 | 0.57 | 0.14 | 0.16 | 314.38 | 0.59 | 0.6 |
| Hex | D5 | 5C | B8 | 0 | 39 | E | 10 | 13A | 3B | 3C |
| Octal | 325 | 134 | 270 | 0 | 71 | 16 | 20 | 472 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10111000 | 0 | 111001 | 1110 | 10000 | 100111010 | 111011 | 111100 |
Color Harmonies of #D55CB8
Complementary color
Monochromatic Colors of #D55CB8
Black with #D55CB8
Text Example
Text Example
White with #D55CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CB8; }
p { color: rgb(213,92,184); }
H1.HeaderClassName
{
color: #D55CB8;
}
.AnyTagClassName
{
color: #D55CB8;
}
</style>
background-color css
<style>
a { background-color: #D55CB8; }
a { background-color: rgb(213,92,184); }
div.DivClassName
{
background-color: #D55CB8;
}
.BgClassName
{
background-color: #D55CB8;
}
</style>
border-color css
<style>
span { border-color: #D55CB8; }
span { border-color: rgb(213,92,184); }
td.TdClassName
{
border-color: #D55CB8;
}
.TagClassName
{
border-color: #D55CB8;
}
</style>