Shades of Fuchsia #D52DCC
Tints of Fuchsia #D52DCC
RGB
CMYK
RGB Variations
Color information
#D52DCC (or 0xD52DCC) is known color: Fuchsia. HEX triplet: D5, 2D and CC. RGB value is (213,45,204). Sum of RGB (Red+Green+Blue) = 213+45+204=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DCC is #2AD233. Grayscale: #707070. Windows color (decimal): -2806324 or 13381077. OLE color: 13381077.
HSL color Cylindrical-coordinate representation of color #D52DCC: hue angle of 303.21º 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 #D52DCC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 204 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.16 |
| HSL | 303.21º | 0.67% | 0.51% | - |
| HSV(B) | 303.21º | 0.79% | 0.84% | - |
| XYZ | 39.28 | 20.38 | 58.99 | - |
| YUV | 113.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 204 | 0 | 0.79 | 0.04 | 0.16 | 303.21 | 0.67 | 0.51 |
| Hex | D5 | 2D | CC | 0 | 4F | 4 | 10 | 12F | 43 | 33 |
| Octal | 325 | 55 | 314 | 0 | 117 | 4 | 20 | 457 | 103 | 63 |
| Binary | 11010101 | 101101 | 11001100 | 0 | 1001111 | 100 | 10000 | 100101111 | 1000011 | 110011 |
Color Harmonies of #D52DCC
Complementary color
Monochromatic Colors of #D52DCC
Black with #D52DCC
Text Example
Text Example
White with #D52DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DCC; }
p { color: rgb(213,45,204); }
H1.HeaderClassName
{
color: #D52DCC;
}
.AnyTagClassName
{
color: #D52DCC;
}
</style>
background-color css
<style>
a { background-color: #D52DCC; }
a { background-color: rgb(213,45,204); }
div.DivClassName
{
background-color: #D52DCC;
}
.BgClassName
{
background-color: #D52DCC;
}
</style>
border-color css
<style>
span { border-color: #D52DCC; }
span { border-color: rgb(213,45,204); }
td.TdClassName
{
border-color: #D52DCC;
}
.TagClassName
{
border-color: #D52DCC;
}
</style>