Shades of Fuchsia #D52FBC
Tints of Fuchsia #D52FBC
RGB
CMYK
RGB Variations
Color information
#D52FBC (or 0xD52FBC) is known color: Fuchsia. HEX triplet: D5, 2F and BC. RGB value is (213,47,188). Sum of RGB (Red+Green+Blue) = 213+47+188=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FBC is #2AD043. Grayscale: #707070. Windows color (decimal): -2805828 or 12333013. OLE color: 12333013.
HSL color Cylindrical-coordinate representation of color #D52FBC: hue angle of 309.04º 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 #D52FBC is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 188 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.16 |
| HSL | 309.04º | 0.66% | 0.51% | - |
| HSV(B) | 309.04º | 0.78% | 0.84% | - |
| XYZ | 37.53 | 19.81 | 49.42 | - |
| YUV | 112.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 188 | 0 | 0.78 | 0.12 | 0.16 | 309.04 | 0.66 | 0.51 |
| Hex | D5 | 2F | BC | 0 | 4E | C | 10 | 135 | 42 | 33 |
| Octal | 325 | 57 | 274 | 0 | 116 | 14 | 20 | 465 | 102 | 63 |
| Binary | 11010101 | 101111 | 10111100 | 0 | 1001110 | 1100 | 10000 | 100110101 | 1000010 | 110011 |
Color Harmonies of #D52FBC
Complementary color
Monochromatic Colors of #D52FBC
Black with #D52FBC
Text Example
Text Example
White with #D52FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FBC; }
p { color: rgb(213,47,188); }
H1.HeaderClassName
{
color: #D52FBC;
}
.AnyTagClassName
{
color: #D52FBC;
}
</style>
background-color css
<style>
a { background-color: #D52FBC; }
a { background-color: rgb(213,47,188); }
div.DivClassName
{
background-color: #D52FBC;
}
.BgClassName
{
background-color: #D52FBC;
}
</style>
border-color css
<style>
span { border-color: #D52FBC; }
span { border-color: rgb(213,47,188); }
td.TdClassName
{
border-color: #D52FBC;
}
.TagClassName
{
border-color: #D52FBC;
}
</style>