Shades of Fuchsia #D53CC1
Tints of Fuchsia #D53CC1
RGB
CMYK
RGB Variations
Color information
#D53CC1 (or 0xD53CC1) is known color: Fuchsia. HEX triplet: D5, 3C and C1. RGB value is (213,60,193). Sum of RGB (Red+Green+Blue) = 213+60+193=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CC1 is #2AC33E. Grayscale: #787878. Windows color (decimal): -2802495 or 12664021. OLE color: 12664021.
HSL color Cylindrical-coordinate representation of color #D53CC1: hue angle of 307.84º 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 #D53CC1 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 193 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.16 |
| HSL | 307.84º | 0.65% | 0.54% | - |
| HSV(B) | 307.84º | 0.72% | 0.84% | - |
| XYZ | 38.68 | 21.23 | 52.51 | - |
| YUV | 120.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 193 | 0 | 0.72 | 0.09 | 0.16 | 307.84 | 0.65 | 0.54 |
| Hex | D5 | 3C | C1 | 0 | 48 | 9 | 10 | 134 | 41 | 36 |
| Octal | 325 | 74 | 301 | 0 | 110 | 11 | 20 | 464 | 101 | 66 |
| Binary | 11010101 | 111100 | 11000001 | 0 | 1001000 | 1001 | 10000 | 100110100 | 1000001 | 110110 |
Color Harmonies of #D53CC1
Complementary color
Monochromatic Colors of #D53CC1
Black with #D53CC1
Text Example
Text Example
White with #D53CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CC1; }
p { color: rgb(213,60,193); }
H1.HeaderClassName
{
color: #D53CC1;
}
.AnyTagClassName
{
color: #D53CC1;
}
</style>
background-color css
<style>
a { background-color: #D53CC1; }
a { background-color: rgb(213,60,193); }
div.DivClassName
{
background-color: #D53CC1;
}
.BgClassName
{
background-color: #D53CC1;
}
</style>
border-color css
<style>
span { border-color: #D53CC1; }
span { border-color: rgb(213,60,193); }
td.TdClassName
{
border-color: #D53CC1;
}
.TagClassName
{
border-color: #D53CC1;
}
</style>