Shades of Fuchsia #D52FC3
Tints of Fuchsia #D52FC3
RGB
CMYK
RGB Variations
Color information
#D52FC3 (or 0xD52FC3) is known color: Fuchsia. HEX triplet: D5, 2F and C3. RGB value is (213,47,195). Sum of RGB (Red+Green+Blue) = 213+47+195=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FC3 is #2AD03C. Grayscale: #717171. Windows color (decimal): -2805821 or 12791765. OLE color: 12791765.
HSL color Cylindrical-coordinate representation of color #D52FC3: hue angle of 306.51º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52FC3 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 195 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.16 |
| HSL | 306.51º | 0.66% | 0.51% | - |
| HSV(B) | 306.51º | 0.78% | 0.84% | - |
| XYZ | 38.31 | 20.12 | 53.49 | - |
| YUV | 113.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 195 | 0 | 0.78 | 0.08 | 0.16 | 306.51 | 0.66 | 0.51 |
| Hex | D5 | 2F | C3 | 0 | 4E | 8 | 10 | 133 | 42 | 33 |
| Octal | 325 | 57 | 303 | 0 | 116 | 10 | 20 | 463 | 102 | 63 |
| Binary | 11010101 | 101111 | 11000011 | 0 | 1001110 | 1000 | 10000 | 100110011 | 1000010 | 110011 |
Color Harmonies of #D52FC3
Complementary color
Monochromatic Colors of #D52FC3
Black with #D52FC3
Text Example
Text Example
White with #D52FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FC3; }
p { color: rgb(213,47,195); }
H1.HeaderClassName
{
color: #D52FC3;
}
.AnyTagClassName
{
color: #D52FC3;
}
</style>
background-color css
<style>
a { background-color: #D52FC3; }
a { background-color: rgb(213,47,195); }
div.DivClassName
{
background-color: #D52FC3;
}
.BgClassName
{
background-color: #D52FC3;
}
</style>
border-color css
<style>
span { border-color: #D52FC3; }
span { border-color: rgb(213,47,195); }
td.TdClassName
{
border-color: #D52FC3;
}
.TagClassName
{
border-color: #D52FC3;
}
</style>