Shades of Fuchsia #D52DBC
Tints of Fuchsia #D52DBC
RGB
CMYK
RGB Variations
Color information
#D52DBC (or 0xD52DBC) is known color: Fuchsia. HEX triplet: D5, 2D and BC. RGB value is (213,45,188). Sum of RGB (Red+Green+Blue) = 213+45+188=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DBC is #2AD243. Grayscale: #6F6F6F. Windows color (decimal): -2806340 or 12332501. OLE color: 12332501.
HSL color Cylindrical-coordinate representation of color #D52DBC: hue angle of 308.93º 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 #D52DBC is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 188 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.16 |
| HSL | 308.93º | 0.67% | 0.51% | - |
| HSV(B) | 308.93º | 0.79% | 0.84% | - |
| XYZ | 37.46 | 19.65 | 49.4 | - |
| YUV | 111.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 188 | 0 | 0.79 | 0.12 | 0.16 | 308.93 | 0.67 | 0.51 |
| Hex | D5 | 2D | BC | 0 | 4F | C | 10 | 135 | 43 | 33 |
| Octal | 325 | 55 | 274 | 0 | 117 | 14 | 20 | 465 | 103 | 63 |
| Binary | 11010101 | 101101 | 10111100 | 0 | 1001111 | 1100 | 10000 | 100110101 | 1000011 | 110011 |
Color Harmonies of #D52DBC
Complementary color
Monochromatic Colors of #D52DBC
Black with #D52DBC
Text Example
Text Example
White with #D52DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DBC; }
p { color: rgb(213,45,188); }
H1.HeaderClassName
{
color: #D52DBC;
}
.AnyTagClassName
{
color: #D52DBC;
}
</style>
background-color css
<style>
a { background-color: #D52DBC; }
a { background-color: rgb(213,45,188); }
div.DivClassName
{
background-color: #D52DBC;
}
.BgClassName
{
background-color: #D52DBC;
}
</style>
border-color css
<style>
span { border-color: #D52DBC; }
span { border-color: rgb(213,45,188); }
td.TdClassName
{
border-color: #D52DBC;
}
.TagClassName
{
border-color: #D52DBC;
}
</style>