Shades of Fuchsia #D52DCB
Tints of Fuchsia #D52DCB
RGB
CMYK
RGB Variations
Color information
#D52DCB (or 0xD52DCB) is known color: Fuchsia. HEX triplet: D5, 2D and CB. RGB value is (213,45,203). Sum of RGB (Red+Green+Blue) = 213+45+203=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DCB is #2AD234. Grayscale: #707070. Windows color (decimal): -2806325 or 13315541. OLE color: 13315541.
HSL color Cylindrical-coordinate representation of color #D52DCB: hue angle of 303.57º 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 #D52DCB is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 203 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.16 |
| HSL | 303.57º | 0.67% | 0.51% | - |
| HSV(B) | 303.57º | 0.79% | 0.84% | - |
| XYZ | 39.16 | 20.33 | 58.36 | - |
| YUV | 113.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 203 | 0 | 0.79 | 0.05 | 0.16 | 303.57 | 0.67 | 0.51 |
| Hex | D5 | 2D | CB | 0 | 4F | 5 | 10 | 130 | 43 | 33 |
| Octal | 325 | 55 | 313 | 0 | 117 | 5 | 20 | 460 | 103 | 63 |
| Binary | 11010101 | 101101 | 11001011 | 0 | 1001111 | 101 | 10000 | 100110000 | 1000011 | 110011 |
Color Harmonies of #D52DCB
Complementary color
Monochromatic Colors of #D52DCB
Black with #D52DCB
Text Example
Text Example
White with #D52DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DCB; }
p { color: rgb(213,45,203); }
H1.HeaderClassName
{
color: #D52DCB;
}
.AnyTagClassName
{
color: #D52DCB;
}
</style>
background-color css
<style>
a { background-color: #D52DCB; }
a { background-color: rgb(213,45,203); }
div.DivClassName
{
background-color: #D52DCB;
}
.BgClassName
{
background-color: #D52DCB;
}
</style>
border-color css
<style>
span { border-color: #D52DCB; }
span { border-color: rgb(213,45,203); }
td.TdClassName
{
border-color: #D52DCB;
}
.TagClassName
{
border-color: #D52DCB;
}
</style>