Shades of Fuchsia #D553C2
Tints of Fuchsia #D553C2
RGB
CMYK
RGB Variations
Color information
#D553C2 (or 0xD553C2) is known color: Fuchsia. HEX triplet: D5, 53 and C2. RGB value is (213,83,194). Sum of RGB (Red+Green+Blue) = 213+83+194=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D553C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553C2 is #2AAC3D. Grayscale: #868686. Windows color (decimal): -2796606 or 12735445. OLE color: 12735445.
HSL color Cylindrical-coordinate representation of color #D553C2: hue angle of 308.77º 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 #D553C2 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 194 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.16 |
| HSL | 308.77º | 0.61% | 0.58% | - |
| HSV(B) | 308.77º | 0.61% | 0.84% | - |
| XYZ | 40.27 | 24.23 | 53.59 | - |
| YUV | 134.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 194 | 0 | 0.61 | 0.09 | 0.16 | 308.77 | 0.61 | 0.58 |
| Hex | D5 | 53 | C2 | 0 | 3D | 9 | 10 | 135 | 3D | 3A |
| Octal | 325 | 123 | 302 | 0 | 75 | 11 | 20 | 465 | 75 | 72 |
| Binary | 11010101 | 1010011 | 11000010 | 0 | 111101 | 1001 | 10000 | 100110101 | 111101 | 111010 |
Color Harmonies of #D553C2
Complementary color
Monochromatic Colors of #D553C2
Black with #D553C2
Text Example
Text Example
White with #D553C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553C2; }
p { color: rgb(213,83,194); }
H1.HeaderClassName
{
color: #D553C2;
}
.AnyTagClassName
{
color: #D553C2;
}
</style>
background-color css
<style>
a { background-color: #D553C2; }
a { background-color: rgb(213,83,194); }
div.DivClassName
{
background-color: #D553C2;
}
.BgClassName
{
background-color: #D553C2;
}
</style>
border-color css
<style>
span { border-color: #D553C2; }
span { border-color: rgb(213,83,194); }
td.TdClassName
{
border-color: #D553C2;
}
.TagClassName
{
border-color: #D553C2;
}
</style>