Html Css Color HEX #D55ED4 Free Speech Magenta
📋 copy color: '#D55ED4'red 213 ◦ green 94 ◦ blue 212
Shades of Free Speech Magenta #D55ED4
Tints of Free Speech Magenta #D55ED4
RGB
CMYK
RGB Variations
Color information
#D55ED4 (or 0xD55ED4) is known color: Free Speech Magenta. HEX triplet: D5, 5E and D4. RGB value is (213,94,212). Sum of RGB (Red+Green+Blue) = 213+94+212=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ED4 is #2AA12B. Grayscale: #8E8E8E. Windows color (decimal): -2793772 or 13917909. OLE color: 13917909.
HSL color Cylindrical-coordinate representation of color #D55ED4: hue angle of 300.5º 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 #D55ED4 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 212 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.16 |
| HSL | 300.5º | 0.59% | 0.6% | - |
| HSV(B) | 300.5º | 0.56% | 0.84% | - |
| XYZ | 43.33 | 26.91 | 65.2 | - |
| YUV | 143.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 212 | 0 | 0.56 | 0.00 | 0.16 | 300.5 | 0.59 | 0.6 |
| Hex | D5 | 5E | D4 | 0 | 38 | 0 | 10 | 12D | 3B | 3C |
| Octal | 325 | 136 | 324 | 0 | 70 | 0 | 20 | 455 | 73 | 74 |
| Binary | 11010101 | 1011110 | 11010100 | 0 | 111000 | 0 | 10000 | 100101101 | 111011 | 111100 |
Color Harmonies of #D55ED4
Complementary color
Monochromatic Colors of #D55ED4
Black with #D55ED4
Text Example
Text Example
White with #D55ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ED4; }
p { color: rgb(213,94,212); }
H1.HeaderClassName
{
color: #D55ED4;
}
.AnyTagClassName
{
color: #D55ED4;
}
</style>
background-color css
<style>
a { background-color: #D55ED4; }
a { background-color: rgb(213,94,212); }
div.DivClassName
{
background-color: #D55ED4;
}
.BgClassName
{
background-color: #D55ED4;
}
</style>
border-color css
<style>
span { border-color: #D55ED4; }
span { border-color: rgb(213,94,212); }
td.TdClassName
{
border-color: #D55ED4;
}
.TagClassName
{
border-color: #D55ED4;
}
</style>