Shades of Fuchsia #D53CC5
Tints of Fuchsia #D53CC5
RGB
CMYK
RGB Variations
Color information
#D53CC5 (or 0xD53CC5) is known color: Fuchsia. HEX triplet: D5, 3C and C5. RGB value is (213,60,197). Sum of RGB (Red+Green+Blue) = 213+60+197=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CC5 is #2AC33A. Grayscale: #787878. Windows color (decimal): -2802491 or 12926165. OLE color: 12926165.
HSL color Cylindrical-coordinate representation of color #D53CC5: hue angle of 306.27º 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 #D53CC5 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 197 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.16 |
| HSL | 306.27º | 0.65% | 0.54% | - |
| HSV(B) | 306.27º | 0.72% | 0.84% | - |
| XYZ | 39.13 | 21.41 | 54.89 | - |
| YUV | 121.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 197 | 0 | 0.72 | 0.08 | 0.16 | 306.27 | 0.65 | 0.54 |
| Hex | D5 | 3C | C5 | 0 | 48 | 8 | 10 | 132 | 41 | 36 |
| Octal | 325 | 74 | 305 | 0 | 110 | 10 | 20 | 462 | 101 | 66 |
| Binary | 11010101 | 111100 | 11000101 | 0 | 1001000 | 1000 | 10000 | 100110010 | 1000001 | 110110 |
Color Harmonies of #D53CC5
Complementary color
Monochromatic Colors of #D53CC5
Black with #D53CC5
Text Example
Text Example
White with #D53CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CC5; }
p { color: rgb(213,60,197); }
H1.HeaderClassName
{
color: #D53CC5;
}
.AnyTagClassName
{
color: #D53CC5;
}
</style>
background-color css
<style>
a { background-color: #D53CC5; }
a { background-color: rgb(213,60,197); }
div.DivClassName
{
background-color: #D53CC5;
}
.BgClassName
{
background-color: #D53CC5;
}
</style>
border-color css
<style>
span { border-color: #D53CC5; }
span { border-color: rgb(213,60,197); }
td.TdClassName
{
border-color: #D53CC5;
}
.TagClassName
{
border-color: #D53CC5;
}
</style>