Shades of Fuchsia #D53BC0
Tints of Fuchsia #D53BC0
RGB
CMYK
RGB Variations
Color information
#D53BC0 (or 0xD53BC0) is known color: Fuchsia. HEX triplet: D5, 3B and C0. RGB value is (213,59,192). Sum of RGB (Red+Green+Blue) = 213+59+192=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BC0 is #2AC43F. Grayscale: #777777. Windows color (decimal): -2802752 or 12598229. OLE color: 12598229.
HSL color Cylindrical-coordinate representation of color #D53BC0: hue angle of 308.18º 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 #D53BC0 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 192 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.16 |
| HSL | 308.18º | 0.65% | 0.53% | - |
| HSV(B) | 308.18º | 0.72% | 0.84% | - |
| XYZ | 38.52 | 21.08 | 51.91 | - |
| YUV | 120.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 192 | 0 | 0.72 | 0.10 | 0.16 | 308.18 | 0.65 | 0.53 |
| Hex | D5 | 3B | C0 | 0 | 48 | A | 10 | 134 | 41 | 35 |
| Octal | 325 | 73 | 300 | 0 | 110 | 12 | 20 | 464 | 101 | 65 |
| Binary | 11010101 | 111011 | 11000000 | 0 | 1001000 | 1010 | 10000 | 100110100 | 1000001 | 110101 |
Color Harmonies of #D53BC0
Complementary color
Monochromatic Colors of #D53BC0
Black with #D53BC0
Text Example
Text Example
White with #D53BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BC0; }
p { color: rgb(213,59,192); }
H1.HeaderClassName
{
color: #D53BC0;
}
.AnyTagClassName
{
color: #D53BC0;
}
</style>
background-color css
<style>
a { background-color: #D53BC0; }
a { background-color: rgb(213,59,192); }
div.DivClassName
{
background-color: #D53BC0;
}
.BgClassName
{
background-color: #D53BC0;
}
</style>
border-color css
<style>
span { border-color: #D53BC0; }
span { border-color: rgb(213,59,192); }
td.TdClassName
{
border-color: #D53BC0;
}
.TagClassName
{
border-color: #D53BC0;
}
</style>