Shades of Fuchsia #D53BC3
Tints of Fuchsia #D53BC3
RGB
CMYK
RGB Variations
Color information
#D53BC3 (or 0xD53BC3) is known color: Fuchsia. HEX triplet: D5, 3B and C3. RGB value is (213,59,195). Sum of RGB (Red+Green+Blue) = 213+59+195=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BC3 is #2AC43C. Grayscale: #787878. Windows color (decimal): -2802749 or 12794837. OLE color: 12794837.
HSL color Cylindrical-coordinate representation of color #D53BC3: hue angle of 307.01º 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 #D53BC3 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 195 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.16 |
| HSL | 307.01º | 0.65% | 0.53% | - |
| HSV(B) | 307.01º | 0.72% | 0.84% | - |
| XYZ | 38.85 | 21.21 | 53.68 | - |
| YUV | 120.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 195 | 0 | 0.72 | 0.08 | 0.16 | 307.01 | 0.65 | 0.53 |
| Hex | D5 | 3B | C3 | 0 | 48 | 8 | 10 | 133 | 41 | 35 |
| Octal | 325 | 73 | 303 | 0 | 110 | 10 | 20 | 463 | 101 | 65 |
| Binary | 11010101 | 111011 | 11000011 | 0 | 1001000 | 1000 | 10000 | 100110011 | 1000001 | 110101 |
Color Harmonies of #D53BC3
Complementary color
Monochromatic Colors of #D53BC3
Black with #D53BC3
Text Example
Text Example
White with #D53BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BC3; }
p { color: rgb(213,59,195); }
H1.HeaderClassName
{
color: #D53BC3;
}
.AnyTagClassName
{
color: #D53BC3;
}
</style>
background-color css
<style>
a { background-color: #D53BC3; }
a { background-color: rgb(213,59,195); }
div.DivClassName
{
background-color: #D53BC3;
}
.BgClassName
{
background-color: #D53BC3;
}
</style>
border-color css
<style>
span { border-color: #D53BC3; }
span { border-color: rgb(213,59,195); }
td.TdClassName
{
border-color: #D53BC3;
}
.TagClassName
{
border-color: #D53BC3;
}
</style>