Shades of Fuchsia #D52DCD
Tints of Fuchsia #D52DCD
RGB
CMYK
RGB Variations
Color information
#D52DCD (or 0xD52DCD) is known color: Fuchsia. HEX triplet: D5, 2D and CD. RGB value is (213,45,205). Sum of RGB (Red+Green+Blue) = 213+45+205=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DCD is #2AD232. Grayscale: #707070. Windows color (decimal): -2806323 or 13446613. OLE color: 13446613.
HSL color Cylindrical-coordinate representation of color #D52DCD: hue angle of 302.86º 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 #D52DCD is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 205 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.16 |
| HSL | 302.86º | 0.67% | 0.51% | - |
| HSV(B) | 302.86º | 0.79% | 0.84% | - |
| XYZ | 39.4 | 20.43 | 59.62 | - |
| YUV | 113.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 205 | 0 | 0.79 | 0.04 | 0.16 | 302.86 | 0.67 | 0.51 |
| Hex | D5 | 2D | CD | 0 | 4F | 4 | 10 | 12F | 43 | 33 |
| Octal | 325 | 55 | 315 | 0 | 117 | 4 | 20 | 457 | 103 | 63 |
| Binary | 11010101 | 101101 | 11001101 | 0 | 1001111 | 100 | 10000 | 100101111 | 1000011 | 110011 |
Color Harmonies of #D52DCD
Complementary color
Monochromatic Colors of #D52DCD
Black with #D52DCD
Text Example
Text Example
White with #D52DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DCD; }
p { color: rgb(213,45,205); }
H1.HeaderClassName
{
color: #D52DCD;
}
.AnyTagClassName
{
color: #D52DCD;
}
</style>
background-color css
<style>
a { background-color: #D52DCD; }
a { background-color: rgb(213,45,205); }
div.DivClassName
{
background-color: #D52DCD;
}
.BgClassName
{
background-color: #D52DCD;
}
</style>
border-color css
<style>
span { border-color: #D52DCD; }
span { border-color: rgb(213,45,205); }
td.TdClassName
{
border-color: #D52DCD;
}
.TagClassName
{
border-color: #D52DCD;
}
</style>