Shades of Fuchsia #D553C1
Tints of Fuchsia #D553C1
RGB
CMYK
RGB Variations
Color information
#D553C1 (or 0xD553C1) is known color: Fuchsia. HEX triplet: D5, 53 and C1. RGB value is (213,83,193). Sum of RGB (Red+Green+Blue) = 213+83+193=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D553C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553C1 is #2AAC3E. Grayscale: #868686. Windows color (decimal): -2796607 or 12669909. OLE color: 12669909.
HSL color Cylindrical-coordinate representation of color #D553C1: hue angle of 309.23º 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 #D553C1 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 193 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.16 |
| HSL | 309.23º | 0.61% | 0.58% | - |
| HSV(B) | 309.23º | 0.61% | 0.84% | - |
| XYZ | 40.16 | 24.18 | 53 | - |
| YUV | 134.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 193 | 0 | 0.61 | 0.09 | 0.16 | 309.23 | 0.61 | 0.58 |
| Hex | D5 | 53 | C1 | 0 | 3D | 9 | 10 | 135 | 3D | 3A |
| Octal | 325 | 123 | 301 | 0 | 75 | 11 | 20 | 465 | 75 | 72 |
| Binary | 11010101 | 1010011 | 11000001 | 0 | 111101 | 1001 | 10000 | 100110101 | 111101 | 111010 |
Color Harmonies of #D553C1
Complementary color
Monochromatic Colors of #D553C1
Black with #D553C1
Text Example
Text Example
White with #D553C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553C1; }
p { color: rgb(213,83,193); }
H1.HeaderClassName
{
color: #D553C1;
}
.AnyTagClassName
{
color: #D553C1;
}
</style>
background-color css
<style>
a { background-color: #D553C1; }
a { background-color: rgb(213,83,193); }
div.DivClassName
{
background-color: #D553C1;
}
.BgClassName
{
background-color: #D553C1;
}
</style>
border-color css
<style>
span { border-color: #D553C1; }
span { border-color: rgb(213,83,193); }
td.TdClassName
{
border-color: #D553C1;
}
.TagClassName
{
border-color: #D553C1;
}
</style>