Shades of Fuchsia #D556B8
Tints of Fuchsia #D556B8
RGB
CMYK
RGB Variations
Color information
#D556B8 (or 0xD556B8) is known color: Fuchsia. HEX triplet: D5, 56 and B8. RGB value is (213,86,184). Sum of RGB (Red+Green+Blue) = 213+86+184=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D556B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556B8 is #2AA947. Grayscale: #868686. Windows color (decimal): -2795848 or 12080853. OLE color: 12080853.
HSL color Cylindrical-coordinate representation of color #D556B8: hue angle of 313.7º 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 #D556B8 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 184 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.16 |
| HSL | 313.7º | 0.6% | 0.59% | - |
| HSV(B) | 313.7º | 0.6% | 0.84% | - |
| XYZ | 39.42 | 24.26 | 47.95 | - |
| YUV | 135.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 184 | 0 | 0.60 | 0.14 | 0.16 | 313.7 | 0.6 | 0.59 |
| Hex | D5 | 56 | B8 | 0 | 3C | E | 10 | 13A | 3C | 3B |
| Octal | 325 | 126 | 270 | 0 | 74 | 16 | 20 | 472 | 74 | 73 |
| Binary | 11010101 | 1010110 | 10111000 | 0 | 111100 | 1110 | 10000 | 100111010 | 111100 | 111011 |
Color Harmonies of #D556B8
Complementary color
Monochromatic Colors of #D556B8
Black with #D556B8
Text Example
Text Example
White with #D556B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556B8; }
p { color: rgb(213,86,184); }
H1.HeaderClassName
{
color: #D556B8;
}
.AnyTagClassName
{
color: #D556B8;
}
</style>
background-color css
<style>
a { background-color: #D556B8; }
a { background-color: rgb(213,86,184); }
div.DivClassName
{
background-color: #D556B8;
}
.BgClassName
{
background-color: #D556B8;
}
</style>
border-color css
<style>
span { border-color: #D556B8; }
span { border-color: rgb(213,86,184); }
td.TdClassName
{
border-color: #D556B8;
}
.TagClassName
{
border-color: #D556B8;
}
</style>