Shades of Fuchsia #D556C5
Tints of Fuchsia #D556C5
RGB
CMYK
RGB Variations
Color information
#D556C5 (or 0xD556C5) is known color: Fuchsia. HEX triplet: D5, 56 and C5. RGB value is (213,86,197). Sum of RGB (Red+Green+Blue) = 213+86+197=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D556C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556C5 is #2AA93A. Grayscale: #888888. Windows color (decimal): -2795835 or 12932821. OLE color: 12932821.
HSL color Cylindrical-coordinate representation of color #D556C5: hue angle of 307.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D556C5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 197 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.16 |
| HSL | 307.56º | 0.6% | 0.59% | - |
| HSV(B) | 307.56º | 0.6% | 0.84% | - |
| XYZ | 40.85 | 24.83 | 55.46 | - |
| YUV | 136.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 197 | 0 | 0.60 | 0.08 | 0.16 | 307.56 | 0.6 | 0.59 |
| Hex | D5 | 56 | C5 | 0 | 3C | 8 | 10 | 134 | 3C | 3B |
| Octal | 325 | 126 | 305 | 0 | 74 | 10 | 20 | 464 | 74 | 73 |
| Binary | 11010101 | 1010110 | 11000101 | 0 | 111100 | 1000 | 10000 | 100110100 | 111100 | 111011 |
Color Harmonies of #D556C5
Complementary color
Monochromatic Colors of #D556C5
Black with #D556C5
Text Example
Text Example
White with #D556C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556C5; }
p { color: rgb(213,86,197); }
H1.HeaderClassName
{
color: #D556C5;
}
.AnyTagClassName
{
color: #D556C5;
}
</style>
background-color css
<style>
a { background-color: #D556C5; }
a { background-color: rgb(213,86,197); }
div.DivClassName
{
background-color: #D556C5;
}
.BgClassName
{
background-color: #D556C5;
}
</style>
border-color css
<style>
span { border-color: #D556C5; }
span { border-color: rgb(213,86,197); }
td.TdClassName
{
border-color: #D556C5;
}
.TagClassName
{
border-color: #D556C5;
}
</style>