Html Css Color HEX #D531D5 Free Speech Magenta
📋 copy color: '#D531D5'red 213 ◦ green 49 ◦ blue 213
Shades of Free Speech Magenta #D531D5
Tints of Free Speech Magenta #D531D5
RGB
CMYK
RGB Variations
Color information
#D531D5 (or 0xD531D5) is known color: Free Speech Magenta. HEX triplet: D5, 31 and D5. RGB value is (213,49,213). Sum of RGB (Red+Green+Blue) = 213+49+213=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D531D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531D5 is #2ACE2A. Grayscale: #747474. Windows color (decimal): -2805291 or 13971925. OLE color: 13971925.
HSL color Cylindrical-coordinate representation of color #D531D5: hue angle of 300º 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 #D531D5 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 213 | - |
| CMYK | 0 | 0.77 | 0 | 0.16 |
| HSL | 300º | 0.66% | 0.51% | - |
| HSV(B) | 300º | 0.77% | 0.84% | - |
| XYZ | 40.55 | 21.15 | 64.9 | - |
| YUV | 116.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 213 | 0 | 0.77 | 0 | 0.16 | 300 | 0.66 | 0.51 |
| Hex | D5 | 31 | D5 | 0 | 4D | 0 | 10 | 12C | 42 | 33 |
| Octal | 325 | 61 | 325 | 0 | 115 | 0 | 20 | 454 | 102 | 63 |
| Binary | 11010101 | 110001 | 11010101 | 0 | 1001101 | 0 | 10000 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D531D5
Complementary color
Monochromatic Colors of #D531D5
Black with #D531D5
Text Example
Text Example
White with #D531D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531D5; }
p { color: rgb(213,49,213); }
H1.HeaderClassName
{
color: #D531D5;
}
.AnyTagClassName
{
color: #D531D5;
}
</style>
background-color css
<style>
a { background-color: #D531D5; }
a { background-color: rgb(213,49,213); }
div.DivClassName
{
background-color: #D531D5;
}
.BgClassName
{
background-color: #D531D5;
}
</style>
border-color css
<style>
span { border-color: #D531D5; }
span { border-color: rgb(213,49,213); }
td.TdClassName
{
border-color: #D531D5;
}
.TagClassName
{
border-color: #D531D5;
}
</style>