Html Css Color HEX #D531E0 Free Speech Magenta
📋 copy color: '#D531E0'red 213 ◦ green 49 ◦ blue 224
Shades of Free Speech Magenta #D531E0
Tints of Free Speech Magenta #D531E0
RGB
CMYK
RGB Variations
Color information
#D531E0 (or 0xD531E0) is known color: Free Speech Magenta. HEX triplet: D5, 31 and E0. RGB value is (213,49,224). Sum of RGB (Red+Green+Blue) = 213+49+224=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #D531E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531E0 is #2ACE1F. Grayscale: #757575. Windows color (decimal): -2805280 or 14692821. OLE color: 14692821.
HSL color Cylindrical-coordinate representation of color #D531E0: hue angle of 296.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D531E0 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 49 | 224 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.12 |
| HSL | 296.23º | 0.74% | 0.54% | - |
| HSV(B) | 296.23º | 0.78% | 0.88% | - |
| XYZ | 41.99 | 21.72 | 72.5 | - |
| YUV | 117.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 224 | 0.05 | 0.78 | 0 | 0.12 | 296.23 | 0.74 | 0.54 |
| Hex | D5 | 31 | E0 | 5 | 4E | 0 | C | 128 | 4A | 36 |
| Octal | 325 | 61 | 340 | 5 | 116 | 0 | 14 | 450 | 112 | 66 |
| Binary | 11010101 | 110001 | 11100000 | 101 | 1001110 | 0 | 1100 | 100101000 | 1001010 | 110110 |
Color Harmonies of #D531E0
Complementary color
Monochromatic Colors of #D531E0
Black with #D531E0
Text Example
Text Example
White with #D531E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531E0; }
p { color: rgb(213,49,224); }
H1.HeaderClassName
{
color: #D531E0;
}
.AnyTagClassName
{
color: #D531E0;
}
</style>
background-color css
<style>
a { background-color: #D531E0; }
a { background-color: rgb(213,49,224); }
div.DivClassName
{
background-color: #D531E0;
}
.BgClassName
{
background-color: #D531E0;
}
</style>
border-color css
<style>
span { border-color: #D531E0; }
span { border-color: rgb(213,49,224); }
td.TdClassName
{
border-color: #D531E0;
}
.TagClassName
{
border-color: #D531E0;
}
</style>