Shades of Fuchsia #D53CCA
Tints of Fuchsia #D53CCA
RGB
CMYK
RGB Variations
Color information
#D53CCA (or 0xD53CCA) is known color: Fuchsia. HEX triplet: D5, 3C and CA. RGB value is (213,60,202). Sum of RGB (Red+Green+Blue) = 213+60+202=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CCA is #2AC335. Grayscale: #797979. Windows color (decimal): -2802486 or 13253845. OLE color: 13253845.
HSL color Cylindrical-coordinate representation of color #D53CCA: hue angle of 304.31º 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 #D53CCA is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 202 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.16 |
| HSL | 304.31º | 0.65% | 0.54% | - |
| HSV(B) | 304.31º | 0.72% | 0.84% | - |
| XYZ | 39.72 | 21.64 | 57.96 | - |
| YUV | 121.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 202 | 0 | 0.72 | 0.05 | 0.16 | 304.31 | 0.65 | 0.54 |
| Hex | D5 | 3C | CA | 0 | 48 | 5 | 10 | 130 | 41 | 36 |
| Octal | 325 | 74 | 312 | 0 | 110 | 5 | 20 | 460 | 101 | 66 |
| Binary | 11010101 | 111100 | 11001010 | 0 | 1001000 | 101 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D53CCA
Complementary color
Monochromatic Colors of #D53CCA
Black with #D53CCA
Text Example
Text Example
White with #D53CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CCA; }
p { color: rgb(213,60,202); }
H1.HeaderClassName
{
color: #D53CCA;
}
.AnyTagClassName
{
color: #D53CCA;
}
</style>
background-color css
<style>
a { background-color: #D53CCA; }
a { background-color: rgb(213,60,202); }
div.DivClassName
{
background-color: #D53CCA;
}
.BgClassName
{
background-color: #D53CCA;
}
</style>
border-color css
<style>
span { border-color: #D53CCA; }
span { border-color: rgb(213,60,202); }
td.TdClassName
{
border-color: #D53CCA;
}
.TagClassName
{
border-color: #D53CCA;
}
</style>