Shades of Fuchsia #D553C5
Tints of Fuchsia #D553C5
RGB
CMYK
RGB Variations
Color information
#D553C5 (or 0xD553C5) is known color: Fuchsia. HEX triplet: D5, 53 and C5. RGB value is (213,83,197). Sum of RGB (Red+Green+Blue) = 213+83+197=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D553C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553C5 is #2AAC3A. Grayscale: #868686. Windows color (decimal): -2796603 or 12932053. OLE color: 12932053.
HSL color Cylindrical-coordinate representation of color #D553C5: hue angle of 307.38º 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 #D553C5 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 197 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.16 |
| HSL | 307.38º | 0.61% | 0.58% | - |
| HSV(B) | 307.38º | 0.61% | 0.84% | - |
| XYZ | 40.61 | 24.36 | 55.39 | - |
| YUV | 134.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 197 | 0 | 0.61 | 0.08 | 0.16 | 307.38 | 0.61 | 0.58 |
| Hex | D5 | 53 | C5 | 0 | 3D | 8 | 10 | 133 | 3D | 3A |
| Octal | 325 | 123 | 305 | 0 | 75 | 10 | 20 | 463 | 75 | 72 |
| Binary | 11010101 | 1010011 | 11000101 | 0 | 111101 | 1000 | 10000 | 100110011 | 111101 | 111010 |
Color Harmonies of #D553C5
Complementary color
Monochromatic Colors of #D553C5
Black with #D553C5
Text Example
Text Example
White with #D553C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553C5; }
p { color: rgb(213,83,197); }
H1.HeaderClassName
{
color: #D553C5;
}
.AnyTagClassName
{
color: #D553C5;
}
</style>
background-color css
<style>
a { background-color: #D553C5; }
a { background-color: rgb(213,83,197); }
div.DivClassName
{
background-color: #D553C5;
}
.BgClassName
{
background-color: #D553C5;
}
</style>
border-color css
<style>
span { border-color: #D553C5; }
span { border-color: rgb(213,83,197); }
td.TdClassName
{
border-color: #D553C5;
}
.TagClassName
{
border-color: #D553C5;
}
</style>