Shades of Fuchsia #D555B8
Tints of Fuchsia #D555B8
RGB
CMYK
RGB Variations
Color information
#D555B8 (or 0xD555B8) is known color: Fuchsia. HEX triplet: D5, 55 and B8. RGB value is (213,85,184). Sum of RGB (Red+Green+Blue) = 213+85+184=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D555B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555B8 is #2AAA47. Grayscale: #868686. Windows color (decimal): -2796104 or 12080597. OLE color: 12080597.
HSL color Cylindrical-coordinate representation of color #D555B8: hue angle of 313.59º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555B8 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 184 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.16 |
| HSL | 313.59º | 0.6% | 0.58% | - |
| HSV(B) | 313.59º | 0.6% | 0.84% | - |
| XYZ | 39.34 | 24.1 | 47.93 | - |
| YUV | 134.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 184 | 0 | 0.60 | 0.14 | 0.16 | 313.59 | 0.6 | 0.58 |
| Hex | D5 | 55 | B8 | 0 | 3C | E | 10 | 13A | 3C | 3A |
| Octal | 325 | 125 | 270 | 0 | 74 | 16 | 20 | 472 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10111000 | 0 | 111100 | 1110 | 10000 | 100111010 | 111100 | 111010 |
Color Harmonies of #D555B8
Complementary color
Monochromatic Colors of #D555B8
Black with #D555B8
Text Example
Text Example
White with #D555B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555B8; }
p { color: rgb(213,85,184); }
H1.HeaderClassName
{
color: #D555B8;
}
.AnyTagClassName
{
color: #D555B8;
}
</style>
background-color css
<style>
a { background-color: #D555B8; }
a { background-color: rgb(213,85,184); }
div.DivClassName
{
background-color: #D555B8;
}
.BgClassName
{
background-color: #D555B8;
}
</style>
border-color css
<style>
span { border-color: #D555B8; }
span { border-color: rgb(213,85,184); }
td.TdClassName
{
border-color: #D555B8;
}
.TagClassName
{
border-color: #D555B8;
}
</style>