Html Css Color HEX #D55EDE Free Speech Magenta
📋 copy color: '#D55EDE'red 213 ◦ green 94 ◦ blue 222
Shades of Free Speech Magenta #D55EDE
Tints of Free Speech Magenta #D55EDE
RGB
CMYK
RGB Variations
Color information
#D55EDE (or 0xD55EDE) is known color: Free Speech Magenta. HEX triplet: D5, 5E and DE. RGB value is (213,94,222). Sum of RGB (Red+Green+Blue) = 213+94+222=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #D55EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EDE is #2AA121. Grayscale: #8F8F8F. Windows color (decimal): -2793762 or 14573269. OLE color: 14573269.
HSL color Cylindrical-coordinate representation of color #D55EDE: hue angle of 295.78º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55EDE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 94 | 222 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.13 |
| HSL | 295.78º | 0.66% | 0.62% | - |
| HSV(B) | 295.78º | 0.58% | 0.87% | - |
| XYZ | 44.63 | 27.43 | 72.05 | - |
| YUV | 144.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 222 | 0.04 | 0.58 | 0 | 0.13 | 295.78 | 0.66 | 0.62 |
| Hex | D5 | 5E | DE | 4 | 3A | 0 | D | 128 | 42 | 3E |
| Octal | 325 | 136 | 336 | 4 | 72 | 0 | 15 | 450 | 102 | 76 |
| Binary | 11010101 | 1011110 | 11011110 | 100 | 111010 | 0 | 1101 | 100101000 | 1000010 | 111110 |
Color Harmonies of #D55EDE
Complementary color
Monochromatic Colors of #D55EDE
Black with #D55EDE
Text Example
Text Example
White with #D55EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EDE; }
p { color: rgb(213,94,222); }
H1.HeaderClassName
{
color: #D55EDE;
}
.AnyTagClassName
{
color: #D55EDE;
}
</style>
background-color css
<style>
a { background-color: #D55EDE; }
a { background-color: rgb(213,94,222); }
div.DivClassName
{
background-color: #D55EDE;
}
.BgClassName
{
background-color: #D55EDE;
}
</style>
border-color css
<style>
span { border-color: #D55EDE; }
span { border-color: rgb(213,94,222); }
td.TdClassName
{
border-color: #D55EDE;
}
.TagClassName
{
border-color: #D55EDE;
}
</style>