Shades of Fuchsia #D553B1
Tints of Fuchsia #D553B1
RGB
CMYK
RGB Variations
Color information
#D553B1 (or 0xD553B1) is known color: Fuchsia. HEX triplet: D5, 53 and B1. RGB value is (213,83,177). Sum of RGB (Red+Green+Blue) = 213+83+177=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D553B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D553B1 is #2AAC4E. Grayscale: #848484. Windows color (decimal): -2796623 or 11621333. OLE color: 11621333.
HSL color Cylindrical-coordinate representation of color #D553B1: hue angle of 316.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D553B1 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 177 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.16 |
| HSL | 316.62º | 0.61% | 0.58% | - |
| HSV(B) | 316.62º | 0.61% | 0.84% | - |
| XYZ | 38.47 | 23.51 | 44.1 | - |
| YUV | 132.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 177 | 0 | 0.61 | 0.17 | 0.16 | 316.62 | 0.61 | 0.58 |
| Hex | D5 | 53 | B1 | 0 | 3D | 11 | 10 | 13D | 3D | 3A |
| Octal | 325 | 123 | 261 | 0 | 75 | 21 | 20 | 475 | 75 | 72 |
| Binary | 11010101 | 1010011 | 10110001 | 0 | 111101 | 10001 | 10000 | 100111101 | 111101 | 111010 |
Color Harmonies of #D553B1
Complementary color
Monochromatic Colors of #D553B1
Black with #D553B1
Text Example
Text Example
White with #D553B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553B1; }
p { color: rgb(213,83,177); }
H1.HeaderClassName
{
color: #D553B1;
}
.AnyTagClassName
{
color: #D553B1;
}
</style>
background-color css
<style>
a { background-color: #D553B1; }
a { background-color: rgb(213,83,177); }
div.DivClassName
{
background-color: #D553B1;
}
.BgClassName
{
background-color: #D553B1;
}
</style>
border-color css
<style>
span { border-color: #D553B1; }
span { border-color: rgb(213,83,177); }
td.TdClassName
{
border-color: #D553B1;
}
.TagClassName
{
border-color: #D553B1;
}
</style>