Shades of Fuchsia #D531D4
Tints of Fuchsia #D531D4
RGB
CMYK
RGB Variations
Color information
#D531D4 (or 0xD531D4) is known color: Fuchsia. HEX triplet: D5, 31 and D4. RGB value is (213,49,212). Sum of RGB (Red+Green+Blue) = 213+49+212=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D531D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531D4 is #2ACE2B. Grayscale: #747474. Windows color (decimal): -2805292 or 13906389. OLE color: 13906389.
HSL color Cylindrical-coordinate representation of color #D531D4: hue angle of 300.37º 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 #D531D4 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 212 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.16 |
| HSL | 300.37º | 0.66% | 0.51% | - |
| HSV(B) | 300.37º | 0.77% | 0.84% | - |
| XYZ | 40.42 | 21.1 | 64.23 | - |
| YUV | 116.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 212 | 0 | 0.77 | 0.00 | 0.16 | 300.37 | 0.66 | 0.51 |
| Hex | D5 | 31 | D4 | 0 | 4D | 0 | 10 | 12C | 42 | 33 |
| Octal | 325 | 61 | 324 | 0 | 115 | 0 | 20 | 454 | 102 | 63 |
| Binary | 11010101 | 110001 | 11010100 | 0 | 1001101 | 0 | 10000 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D531D4
Complementary color
Monochromatic Colors of #D531D4
Black with #D531D4
Text Example
Text Example
White with #D531D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531D4; }
p { color: rgb(213,49,212); }
H1.HeaderClassName
{
color: #D531D4;
}
.AnyTagClassName
{
color: #D531D4;
}
</style>
background-color css
<style>
a { background-color: #D531D4; }
a { background-color: rgb(213,49,212); }
div.DivClassName
{
background-color: #D531D4;
}
.BgClassName
{
background-color: #D531D4;
}
</style>
border-color css
<style>
span { border-color: #D531D4; }
span { border-color: rgb(213,49,212); }
td.TdClassName
{
border-color: #D531D4;
}
.TagClassName
{
border-color: #D531D4;
}
</style>