Shades of Fuchsia #D53BC8
Tints of Fuchsia #D53BC8
RGB
CMYK
RGB Variations
Color information
#D53BC8 (or 0xD53BC8) is known color: Fuchsia. HEX triplet: D5, 3B and C8. RGB value is (213,59,200). Sum of RGB (Red+Green+Blue) = 213+59+200=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BC8 is #2AC437. Grayscale: #787878. Windows color (decimal): -2802744 or 13122517. OLE color: 13122517.
HSL color Cylindrical-coordinate representation of color #D53BC8: hue angle of 305.06º 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 #D53BC8 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 200 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.16 |
| HSL | 305.06º | 0.65% | 0.53% | - |
| HSV(B) | 305.06º | 0.72% | 0.84% | - |
| XYZ | 39.43 | 21.44 | 56.7 | - |
| YUV | 121.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 200 | 0 | 0.72 | 0.06 | 0.16 | 305.06 | 0.65 | 0.53 |
| Hex | D5 | 3B | C8 | 0 | 48 | 6 | 10 | 131 | 41 | 35 |
| Octal | 325 | 73 | 310 | 0 | 110 | 6 | 20 | 461 | 101 | 65 |
| Binary | 11010101 | 111011 | 11001000 | 0 | 1001000 | 110 | 10000 | 100110001 | 1000001 | 110101 |
Color Harmonies of #D53BC8
Complementary color
Monochromatic Colors of #D53BC8
Black with #D53BC8
Text Example
Text Example
White with #D53BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BC8; }
p { color: rgb(213,59,200); }
H1.HeaderClassName
{
color: #D53BC8;
}
.AnyTagClassName
{
color: #D53BC8;
}
</style>
background-color css
<style>
a { background-color: #D53BC8; }
a { background-color: rgb(213,59,200); }
div.DivClassName
{
background-color: #D53BC8;
}
.BgClassName
{
background-color: #D53BC8;
}
</style>
border-color css
<style>
span { border-color: #D53BC8; }
span { border-color: rgb(213,59,200); }
td.TdClassName
{
border-color: #D53BC8;
}
.TagClassName
{
border-color: #D53BC8;
}
</style>