Html Css Color HEX #D55ECE Free Speech Magenta
📋 copy color: '#D55ECE'red 213 ◦ green 94 ◦ blue 206
Shades of Free Speech Magenta #D55ECE
Tints of Free Speech Magenta #D55ECE
RGB
CMYK
RGB Variations
Color information
#D55ECE (or 0xD55ECE) is known color: Free Speech Magenta. HEX triplet: D5, 5E and CE. RGB value is (213,94,206). Sum of RGB (Red+Green+Blue) = 213+94+206=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ECE is #2AA131. Grayscale: #8E8E8E. Windows color (decimal): -2793778 or 13524693. OLE color: 13524693.
HSL color Cylindrical-coordinate representation of color #D55ECE: hue angle of 303.53º 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 #D55ECE is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 206 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.16 |
| HSL | 303.53º | 0.59% | 0.6% | - |
| HSV(B) | 303.53º | 0.56% | 0.84% | - |
| XYZ | 42.58 | 26.61 | 61.28 | - |
| YUV | 142.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 206 | 0 | 0.56 | 0.03 | 0.16 | 303.53 | 0.59 | 0.6 |
| Hex | D5 | 5E | CE | 0 | 38 | 3 | 10 | 130 | 3B | 3C |
| Octal | 325 | 136 | 316 | 0 | 70 | 3 | 20 | 460 | 73 | 74 |
| Binary | 11010101 | 1011110 | 11001110 | 0 | 111000 | 11 | 10000 | 100110000 | 111011 | 111100 |
Color Harmonies of #D55ECE
Complementary color
Monochromatic Colors of #D55ECE
Black with #D55ECE
Text Example
Text Example
White with #D55ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ECE; }
p { color: rgb(213,94,206); }
H1.HeaderClassName
{
color: #D55ECE;
}
.AnyTagClassName
{
color: #D55ECE;
}
</style>
background-color css
<style>
a { background-color: #D55ECE; }
a { background-color: rgb(213,94,206); }
div.DivClassName
{
background-color: #D55ECE;
}
.BgClassName
{
background-color: #D55ECE;
}
</style>
border-color css
<style>
span { border-color: #D55ECE; }
span { border-color: rgb(213,94,206); }
td.TdClassName
{
border-color: #D55ECE;
}
.TagClassName
{
border-color: #D55ECE;
}
</style>