Shades of Fuchsia #D53BC2
Tints of Fuchsia #D53BC2
RGB
CMYK
RGB Variations
Color information
#D53BC2 (or 0xD53BC2) is known color: Fuchsia. HEX triplet: D5, 3B and C2. RGB value is (213,59,194). Sum of RGB (Red+Green+Blue) = 213+59+194=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BC2 is #2AC43D. Grayscale: #787878. Windows color (decimal): -2802750 or 12729301. OLE color: 12729301.
HSL color Cylindrical-coordinate representation of color #D53BC2: hue angle of 307.4º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BC2 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 194 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.16 |
| HSL | 307.4º | 0.65% | 0.53% | - |
| HSV(B) | 307.4º | 0.72% | 0.84% | - |
| XYZ | 38.74 | 21.17 | 53.08 | - |
| YUV | 120.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 194 | 0 | 0.72 | 0.09 | 0.16 | 307.4 | 0.65 | 0.53 |
| Hex | D5 | 3B | C2 | 0 | 48 | 9 | 10 | 133 | 41 | 35 |
| Octal | 325 | 73 | 302 | 0 | 110 | 11 | 20 | 463 | 101 | 65 |
| Binary | 11010101 | 111011 | 11000010 | 0 | 1001000 | 1001 | 10000 | 100110011 | 1000001 | 110101 |
Color Harmonies of #D53BC2
Complementary color
Monochromatic Colors of #D53BC2
Black with #D53BC2
Text Example
Text Example
White with #D53BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BC2; }
p { color: rgb(213,59,194); }
H1.HeaderClassName
{
color: #D53BC2;
}
.AnyTagClassName
{
color: #D53BC2;
}
</style>
background-color css
<style>
a { background-color: #D53BC2; }
a { background-color: rgb(213,59,194); }
div.DivClassName
{
background-color: #D53BC2;
}
.BgClassName
{
background-color: #D53BC2;
}
</style>
border-color css
<style>
span { border-color: #D53BC2; }
span { border-color: rgb(213,59,194); }
td.TdClassName
{
border-color: #D53BC2;
}
.TagClassName
{
border-color: #D53BC2;
}
</style>