Shades of Fuchsia #D558C5
Tints of Fuchsia #D558C5
RGB
CMYK
RGB Variations
Color information
#D558C5 (or 0xD558C5) is known color: Fuchsia. HEX triplet: D5, 58 and C5. RGB value is (213,88,197). Sum of RGB (Red+Green+Blue) = 213+88+197=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D558C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558C5 is #2AA73A. Grayscale: #898989. Windows color (decimal): -2795323 or 12933333. OLE color: 12933333.
HSL color Cylindrical-coordinate representation of color #D558C5: hue angle of 307.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D558C5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 197 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.16 |
| HSL | 307.68º | 0.6% | 0.59% | - |
| HSV(B) | 307.68º | 0.59% | 0.84% | - |
| XYZ | 41.01 | 25.16 | 55.52 | - |
| YUV | 137.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 197 | 0 | 0.59 | 0.08 | 0.16 | 307.68 | 0.6 | 0.59 |
| Hex | D5 | 58 | C5 | 0 | 3B | 8 | 10 | 134 | 3C | 3B |
| Octal | 325 | 130 | 305 | 0 | 73 | 10 | 20 | 464 | 74 | 73 |
| Binary | 11010101 | 1011000 | 11000101 | 0 | 111011 | 1000 | 10000 | 100110100 | 111100 | 111011 |
Color Harmonies of #D558C5
Complementary color
Monochromatic Colors of #D558C5
Black with #D558C5
Text Example
Text Example
White with #D558C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558C5; }
p { color: rgb(213,88,197); }
H1.HeaderClassName
{
color: #D558C5;
}
.AnyTagClassName
{
color: #D558C5;
}
</style>
background-color css
<style>
a { background-color: #D558C5; }
a { background-color: rgb(213,88,197); }
div.DivClassName
{
background-color: #D558C5;
}
.BgClassName
{
background-color: #D558C5;
}
</style>
border-color css
<style>
span { border-color: #D558C5; }
span { border-color: rgb(213,88,197); }
td.TdClassName
{
border-color: #D558C5;
}
.TagClassName
{
border-color: #D558C5;
}
</style>