Shades of Fuchsia #D55CB5
Tints of Fuchsia #D55CB5
RGB
CMYK
RGB Variations
Color information
#D55CB5 (or 0xD55CB5) is known color: Fuchsia. HEX triplet: D5, 5C and B5. RGB value is (213,92,181). Sum of RGB (Red+Green+Blue) = 213+92+181=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CB5 is #2AA34A. Grayscale: #8A8A8A. Windows color (decimal): -2794315 or 11885781. OLE color: 11885781.
HSL color Cylindrical-coordinate representation of color #D55CB5: hue angle of 315.87º 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 #D55CB5 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 181 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.16 |
| HSL | 315.87º | 0.59% | 0.6% | - |
| HSV(B) | 315.87º | 0.57% | 0.84% | - |
| XYZ | 39.61 | 25.14 | 46.48 | - |
| YUV | 138.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 181 | 0 | 0.57 | 0.15 | 0.16 | 315.87 | 0.59 | 0.6 |
| Hex | D5 | 5C | B5 | 0 | 39 | F | 10 | 13C | 3B | 3C |
| Octal | 325 | 134 | 265 | 0 | 71 | 17 | 20 | 474 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10110101 | 0 | 111001 | 1111 | 10000 | 100111100 | 111011 | 111100 |
Color Harmonies of #D55CB5
Complementary color
Monochromatic Colors of #D55CB5
Black with #D55CB5
Text Example
Text Example
White with #D55CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CB5; }
p { color: rgb(213,92,181); }
H1.HeaderClassName
{
color: #D55CB5;
}
.AnyTagClassName
{
color: #D55CB5;
}
</style>
background-color css
<style>
a { background-color: #D55CB5; }
a { background-color: rgb(213,92,181); }
div.DivClassName
{
background-color: #D55CB5;
}
.BgClassName
{
background-color: #D55CB5;
}
</style>
border-color css
<style>
span { border-color: #D55CB5; }
span { border-color: rgb(213,92,181); }
td.TdClassName
{
border-color: #D55CB5;
}
.TagClassName
{
border-color: #D55CB5;
}
</style>