Html Css Color HEX #D537DD Free Speech Magenta
📋 copy color: '#D537DD'red 213 ◦ green 55 ◦ blue 221
Shades of Free Speech Magenta #D537DD
Tints of Free Speech Magenta #D537DD
RGB
CMYK
RGB Variations
Color information
#D537DD (or 0xD537DD) is known color: Free Speech Magenta. HEX triplet: D5, 37 and DD. RGB value is (213,55,221). Sum of RGB (Red+Green+Blue) = 213+55+221=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #D537DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537DD is #2AC822. Grayscale: #787878. Windows color (decimal): -2803747 or 14497749. OLE color: 14497749.
HSL color Cylindrical-coordinate representation of color #D537DD: hue angle of 297.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D537DD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 55 | 221 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.13 |
| HSL | 297.11º | 0.71% | 0.54% | - |
| HSV(B) | 297.11º | 0.75% | 0.87% | - |
| XYZ | 41.86 | 22.1 | 70.47 | - |
| YUV | 121.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 221 | 0.04 | 0.75 | 0 | 0.13 | 297.11 | 0.71 | 0.54 |
| Hex | D5 | 37 | DD | 4 | 4B | 0 | D | 129 | 47 | 36 |
| Octal | 325 | 67 | 335 | 4 | 113 | 0 | 15 | 451 | 107 | 66 |
| Binary | 11010101 | 110111 | 11011101 | 100 | 1001011 | 0 | 1101 | 100101001 | 1000111 | 110110 |
Color Harmonies of #D537DD
Complementary color
Monochromatic Colors of #D537DD
Black with #D537DD
Text Example
Text Example
White with #D537DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537DD; }
p { color: rgb(213,55,221); }
H1.HeaderClassName
{
color: #D537DD;
}
.AnyTagClassName
{
color: #D537DD;
}
</style>
background-color css
<style>
a { background-color: #D537DD; }
a { background-color: rgb(213,55,221); }
div.DivClassName
{
background-color: #D537DD;
}
.BgClassName
{
background-color: #D537DD;
}
</style>
border-color css
<style>
span { border-color: #D537DD; }
span { border-color: rgb(213,55,221); }
td.TdClassName
{
border-color: #D537DD;
}
.TagClassName
{
border-color: #D537DD;
}
</style>