Shades of Fuchsia #D531BC
Tints of Fuchsia #D531BC
RGB
CMYK
RGB Variations
Color information
#D531BC (or 0xD531BC) is known color: Fuchsia. HEX triplet: D5, 31 and BC. RGB value is (213,49,188). Sum of RGB (Red+Green+Blue) = 213+49+188=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D531BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531BC is #2ACE43. Grayscale: #717171. Windows color (decimal): -2805316 or 12333525. OLE color: 12333525.
HSL color Cylindrical-coordinate representation of color #D531BC: hue angle of 309.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D531BC is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 188 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.16 |
| HSL | 309.15º | 0.66% | 0.51% | - |
| HSV(B) | 309.15º | 0.77% | 0.84% | - |
| XYZ | 37.62 | 19.97 | 49.45 | - |
| YUV | 113.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 188 | 0 | 0.77 | 0.12 | 0.16 | 309.15 | 0.66 | 0.51 |
| Hex | D5 | 31 | BC | 0 | 4D | C | 10 | 135 | 42 | 33 |
| Octal | 325 | 61 | 274 | 0 | 115 | 14 | 20 | 465 | 102 | 63 |
| Binary | 11010101 | 110001 | 10111100 | 0 | 1001101 | 1100 | 10000 | 100110101 | 1000010 | 110011 |
Color Harmonies of #D531BC
Complementary color
Monochromatic Colors of #D531BC
Black with #D531BC
Text Example
Text Example
White with #D531BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531BC; }
p { color: rgb(213,49,188); }
H1.HeaderClassName
{
color: #D531BC;
}
.AnyTagClassName
{
color: #D531BC;
}
</style>
background-color css
<style>
a { background-color: #D531BC; }
a { background-color: rgb(213,49,188); }
div.DivClassName
{
background-color: #D531BC;
}
.BgClassName
{
background-color: #D531BC;
}
</style>
border-color css
<style>
span { border-color: #D531BC; }
span { border-color: rgb(213,49,188); }
td.TdClassName
{
border-color: #D531BC;
}
.TagClassName
{
border-color: #D531BC;
}
</style>