Shades of Fuchsia #D559C5
Tints of Fuchsia #D559C5
RGB
CMYK
RGB Variations
Color information
#D559C5 (or 0xD559C5) is known color: Fuchsia. HEX triplet: D5, 59 and C5. RGB value is (213,89,197). Sum of RGB (Red+Green+Blue) = 213+89+197=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C5 is #2AA63A. Grayscale: #8A8A8A. Windows color (decimal): -2795067 or 12933589. OLE color: 12933589.
HSL color Cylindrical-coordinate representation of color #D559C5: hue angle of 307.74º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559C5 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 197 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.16 |
| HSL | 307.74º | 0.6% | 0.59% | - |
| HSV(B) | 307.74º | 0.58% | 0.84% | - |
| XYZ | 41.09 | 25.32 | 55.55 | - |
| YUV | 138.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 197 | 0 | 0.58 | 0.08 | 0.16 | 307.74 | 0.6 | 0.59 |
| Hex | D5 | 59 | C5 | 0 | 3A | 8 | 10 | 134 | 3C | 3B |
| Octal | 325 | 131 | 305 | 0 | 72 | 10 | 20 | 464 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11000101 | 0 | 111010 | 1000 | 10000 | 100110100 | 111100 | 111011 |
Color Harmonies of #D559C5
Complementary color
Monochromatic Colors of #D559C5
Black with #D559C5
Text Example
Text Example
White with #D559C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559C5; }
p { color: rgb(213,89,197); }
H1.HeaderClassName
{
color: #D559C5;
}
.AnyTagClassName
{
color: #D559C5;
}
</style>
background-color css
<style>
a { background-color: #D559C5; }
a { background-color: rgb(213,89,197); }
div.DivClassName
{
background-color: #D559C5;
}
.BgClassName
{
background-color: #D559C5;
}
</style>
border-color css
<style>
span { border-color: #D559C5; }
span { border-color: rgb(213,89,197); }
td.TdClassName
{
border-color: #D559C5;
}
.TagClassName
{
border-color: #D559C5;
}
</style>