Shades of Fuchsia #D553BC
Tints of Fuchsia #D553BC
RGB
CMYK
RGB Variations
Color information
#D553BC (or 0xD553BC) is known color: Fuchsia. HEX triplet: D5, 53 and BC. RGB value is (213,83,188). Sum of RGB (Red+Green+Blue) = 213+83+188=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D553BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553BC is #2AAC43. Grayscale: #858585. Windows color (decimal): -2796612 or 12342229. OLE color: 12342229.
HSL color Cylindrical-coordinate representation of color #D553BC: hue angle of 311.54º 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 #D553BC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 188 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.16 |
| HSL | 311.54º | 0.61% | 0.58% | - |
| HSV(B) | 311.54º | 0.61% | 0.84% | - |
| XYZ | 39.61 | 23.96 | 50.11 | - |
| YUV | 133.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 188 | 0 | 0.61 | 0.12 | 0.16 | 311.54 | 0.61 | 0.58 |
| Hex | D5 | 53 | BC | 0 | 3D | C | 10 | 138 | 3D | 3A |
| Octal | 325 | 123 | 274 | 0 | 75 | 14 | 20 | 470 | 75 | 72 |
| Binary | 11010101 | 1010011 | 10111100 | 0 | 111101 | 1100 | 10000 | 100111000 | 111101 | 111010 |
Color Harmonies of #D553BC
Complementary color
Monochromatic Colors of #D553BC
Black with #D553BC
Text Example
Text Example
White with #D553BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553BC; }
p { color: rgb(213,83,188); }
H1.HeaderClassName
{
color: #D553BC;
}
.AnyTagClassName
{
color: #D553BC;
}
</style>
background-color css
<style>
a { background-color: #D553BC; }
a { background-color: rgb(213,83,188); }
div.DivClassName
{
background-color: #D553BC;
}
.BgClassName
{
background-color: #D553BC;
}
</style>
border-color css
<style>
span { border-color: #D553BC; }
span { border-color: rgb(213,83,188); }
td.TdClassName
{
border-color: #D553BC;
}
.TagClassName
{
border-color: #D553BC;
}
</style>