Shades of Fuchsia #D52DC1
Tints of Fuchsia #D52DC1
RGB
CMYK
RGB Variations
Color information
#D52DC1 (or 0xD52DC1) is known color: Fuchsia. HEX triplet: D5, 2D and C1. RGB value is (213,45,193). Sum of RGB (Red+Green+Blue) = 213+45+193=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DC1 is #2AD23E. Grayscale: #6F6F6F. Windows color (decimal): -2806335 or 12660181. OLE color: 12660181.
HSL color Cylindrical-coordinate representation of color #D52DC1: hue angle of 307.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52DC1 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 193 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.16 |
| HSL | 307.14º | 0.67% | 0.51% | - |
| HSV(B) | 307.14º | 0.79% | 0.84% | - |
| XYZ | 38 | 19.87 | 52.28 | - |
| YUV | 112.1 | 173.66 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 193 | 0 | 0.79 | 0.09 | 0.16 | 307.14 | 0.67 | 0.51 |
| Hex | D5 | 2D | C1 | 0 | 4F | 9 | 10 | 133 | 43 | 33 |
| Octal | 325 | 55 | 301 | 0 | 117 | 11 | 20 | 463 | 103 | 63 |
| Binary | 11010101 | 101101 | 11000001 | 0 | 1001111 | 1001 | 10000 | 100110011 | 1000011 | 110011 |
Color Harmonies of #D52DC1
Complementary color
Monochromatic Colors of #D52DC1
Black with #D52DC1
Text Example
Text Example
White with #D52DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DC1; }
p { color: rgb(213,45,193); }
H1.HeaderClassName
{
color: #D52DC1;
}
.AnyTagClassName
{
color: #D52DC1;
}
</style>
background-color css
<style>
a { background-color: #D52DC1; }
a { background-color: rgb(213,45,193); }
div.DivClassName
{
background-color: #D52DC1;
}
.BgClassName
{
background-color: #D52DC1;
}
</style>
border-color css
<style>
span { border-color: #D52DC1; }
span { border-color: rgb(213,45,193); }
td.TdClassName
{
border-color: #D52DC1;
}
.TagClassName
{
border-color: #D52DC1;
}
</style>