Shades of Fuchsia #D53CC8
Tints of Fuchsia #D53CC8
RGB
CMYK
RGB Variations
Color information
#D53CC8 (or 0xD53CC8) is known color: Fuchsia. HEX triplet: D5, 3C and C8. RGB value is (213,60,200). Sum of RGB (Red+Green+Blue) = 213+60+200=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CC8 is #2AC337. Grayscale: #797979. Windows color (decimal): -2802488 or 13122773. OLE color: 13122773.
HSL color Cylindrical-coordinate representation of color #D53CC8: hue angle of 305.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53CC8 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 200 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.16 |
| HSL | 305.1º | 0.65% | 0.54% | - |
| HSV(B) | 305.1º | 0.72% | 0.84% | - |
| XYZ | 39.48 | 21.55 | 56.72 | - |
| YUV | 121.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 200 | 0 | 0.72 | 0.06 | 0.16 | 305.1 | 0.65 | 0.54 |
| Hex | D5 | 3C | C8 | 0 | 48 | 6 | 10 | 131 | 41 | 36 |
| Octal | 325 | 74 | 310 | 0 | 110 | 6 | 20 | 461 | 101 | 66 |
| Binary | 11010101 | 111100 | 11001000 | 0 | 1001000 | 110 | 10000 | 100110001 | 1000001 | 110110 |
Color Harmonies of #D53CC8
Complementary color
Monochromatic Colors of #D53CC8
Black with #D53CC8
Text Example
Text Example
White with #D53CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CC8; }
p { color: rgb(213,60,200); }
H1.HeaderClassName
{
color: #D53CC8;
}
.AnyTagClassName
{
color: #D53CC8;
}
</style>
background-color css
<style>
a { background-color: #D53CC8; }
a { background-color: rgb(213,60,200); }
div.DivClassName
{
background-color: #D53CC8;
}
.BgClassName
{
background-color: #D53CC8;
}
</style>
border-color css
<style>
span { border-color: #D53CC8; }
span { border-color: rgb(213,60,200); }
td.TdClassName
{
border-color: #D53CC8;
}
.TagClassName
{
border-color: #D53CC8;
}
</style>