Shades of Fuchsia #D559C1
Tints of Fuchsia #D559C1
RGB
CMYK
RGB Variations
Color information
#D559C1 (or 0xD559C1) is known color: Fuchsia. HEX triplet: D5, 59 and C1. RGB value is (213,89,193). Sum of RGB (Red+Green+Blue) = 213+89+193=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C1 is #2AA63E. Grayscale: #898989. Windows color (decimal): -2795071 or 12671445. OLE color: 12671445.
HSL color Cylindrical-coordinate representation of color #D559C1: hue angle of 309.68º 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 #D559C1 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 193 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.16 |
| HSL | 309.68º | 0.6% | 0.59% | - |
| HSV(B) | 309.68º | 0.58% | 0.84% | - |
| XYZ | 40.64 | 25.14 | 53.16 | - |
| YUV | 137.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 193 | 0 | 0.58 | 0.09 | 0.16 | 309.68 | 0.6 | 0.59 |
| Hex | D5 | 59 | C1 | 0 | 3A | 9 | 10 | 136 | 3C | 3B |
| Octal | 325 | 131 | 301 | 0 | 72 | 11 | 20 | 466 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11000001 | 0 | 111010 | 1001 | 10000 | 100110110 | 111100 | 111011 |
Color Harmonies of #D559C1
Complementary color
Monochromatic Colors of #D559C1
Black with #D559C1
Text Example
Text Example
White with #D559C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559C1; }
p { color: rgb(213,89,193); }
H1.HeaderClassName
{
color: #D559C1;
}
.AnyTagClassName
{
color: #D559C1;
}
</style>
background-color css
<style>
a { background-color: #D559C1; }
a { background-color: rgb(213,89,193); }
div.DivClassName
{
background-color: #D559C1;
}
.BgClassName
{
background-color: #D559C1;
}
</style>
border-color css
<style>
span { border-color: #D559C1; }
span { border-color: rgb(213,89,193); }
td.TdClassName
{
border-color: #D559C1;
}
.TagClassName
{
border-color: #D559C1;
}
</style>