Html Css Color HEX #D55ED3 Free Speech Magenta
📋 copy color: '#D55ED3'red 213 ◦ green 94 ◦ blue 211
Shades of Free Speech Magenta #D55ED3
Tints of Free Speech Magenta #D55ED3
RGB
CMYK
RGB Variations
Color information
#D55ED3 (or 0xD55ED3) is known color: Free Speech Magenta. HEX triplet: D5, 5E and D3. RGB value is (213,94,211). Sum of RGB (Red+Green+Blue) = 213+94+211=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ED3 is #2AA12C. Grayscale: #8E8E8E. Windows color (decimal): -2793773 or 13852373. OLE color: 13852373.
HSL color Cylindrical-coordinate representation of color #D55ED3: hue angle of 301.01º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55ED3 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 211 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.16 |
| HSL | 301.01º | 0.59% | 0.6% | - |
| HSV(B) | 301.01º | 0.56% | 0.84% | - |
| XYZ | 43.2 | 26.85 | 64.53 | - |
| YUV | 142.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 211 | 0 | 0.56 | 0.01 | 0.16 | 301.01 | 0.59 | 0.6 |
| Hex | D5 | 5E | D3 | 0 | 38 | 1 | 10 | 12D | 3B | 3C |
| Octal | 325 | 136 | 323 | 0 | 70 | 1 | 20 | 455 | 73 | 74 |
| Binary | 11010101 | 1011110 | 11010011 | 0 | 111000 | 1 | 10000 | 100101101 | 111011 | 111100 |
Color Harmonies of #D55ED3
Complementary color
Monochromatic Colors of #D55ED3
Black with #D55ED3
Text Example
Text Example
White with #D55ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ED3; }
p { color: rgb(213,94,211); }
H1.HeaderClassName
{
color: #D55ED3;
}
.AnyTagClassName
{
color: #D55ED3;
}
</style>
background-color css
<style>
a { background-color: #D55ED3; }
a { background-color: rgb(213,94,211); }
div.DivClassName
{
background-color: #D55ED3;
}
.BgClassName
{
background-color: #D55ED3;
}
</style>
border-color css
<style>
span { border-color: #D55ED3; }
span { border-color: rgb(213,94,211); }
td.TdClassName
{
border-color: #D55ED3;
}
.TagClassName
{
border-color: #D55ED3;
}
</style>