Shades of Fuchsia #D531D1
Tints of Fuchsia #D531D1
RGB
CMYK
RGB Variations
Color information
#D531D1 (or 0xD531D1) is known color: Fuchsia. HEX triplet: D5, 31 and D1. RGB value is (213,49,209). Sum of RGB (Red+Green+Blue) = 213+49+209=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D531D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531D1 is #2ACE2E. Grayscale: #737373. Windows color (decimal): -2805295 or 13709781. OLE color: 13709781.
HSL color Cylindrical-coordinate representation of color #D531D1: hue angle of 301.46º 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 #D531D1 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 209 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.16 |
| HSL | 301.46º | 0.66% | 0.51% | - |
| HSV(B) | 301.46º | 0.77% | 0.84% | - |
| XYZ | 40.05 | 20.95 | 62.25 | - |
| YUV | 116.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 209 | 0 | 0.77 | 0.02 | 0.16 | 301.46 | 0.66 | 0.51 |
| Hex | D5 | 31 | D1 | 0 | 4D | 2 | 10 | 12D | 42 | 33 |
| Octal | 325 | 61 | 321 | 0 | 115 | 2 | 20 | 455 | 102 | 63 |
| Binary | 11010101 | 110001 | 11010001 | 0 | 1001101 | 10 | 10000 | 100101101 | 1000010 | 110011 |
Color Harmonies of #D531D1
Complementary color
Monochromatic Colors of #D531D1
Black with #D531D1
Text Example
Text Example
White with #D531D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531D1; }
p { color: rgb(213,49,209); }
H1.HeaderClassName
{
color: #D531D1;
}
.AnyTagClassName
{
color: #D531D1;
}
</style>
background-color css
<style>
a { background-color: #D531D1; }
a { background-color: rgb(213,49,209); }
div.DivClassName
{
background-color: #D531D1;
}
.BgClassName
{
background-color: #D531D1;
}
</style>
border-color css
<style>
span { border-color: #D531D1; }
span { border-color: rgb(213,49,209); }
td.TdClassName
{
border-color: #D531D1;
}
.TagClassName
{
border-color: #D531D1;
}
</style>