Html Css Color HEX #D55ECB Free Speech Magenta
📋 copy color: '#D55ECB'red 213 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #D55ECB
Tints of Free Speech Magenta #D55ECB
RGB
CMYK
RGB Variations
Color information
#D55ECB (or 0xD55ECB) is known color: Free Speech Magenta. HEX triplet: D5, 5E and CB. RGB value is (213,94,203). Sum of RGB (Red+Green+Blue) = 213+94+203=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ECB is #2AA134. Grayscale: #8D8D8D. Windows color (decimal): -2793781 or 13328085. OLE color: 13328085.
HSL color Cylindrical-coordinate representation of color #D55ECB: hue angle of 305.04º 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 #D55ECB is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 203 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.16 |
| HSL | 305.04º | 0.59% | 0.6% | - |
| HSV(B) | 305.04º | 0.56% | 0.84% | - |
| XYZ | 42.22 | 26.46 | 59.38 | - |
| YUV | 142.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 203 | 0 | 0.56 | 0.05 | 0.16 | 305.04 | 0.59 | 0.6 |
| Hex | D5 | 5E | CB | 0 | 38 | 5 | 10 | 131 | 3B | 3C |
| Octal | 325 | 136 | 313 | 0 | 70 | 5 | 20 | 461 | 73 | 74 |
| Binary | 11010101 | 1011110 | 11001011 | 0 | 111000 | 101 | 10000 | 100110001 | 111011 | 111100 |
Color Harmonies of #D55ECB
Complementary color
Monochromatic Colors of #D55ECB
Black with #D55ECB
Text Example
Text Example
White with #D55ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ECB; }
p { color: rgb(213,94,203); }
H1.HeaderClassName
{
color: #D55ECB;
}
.AnyTagClassName
{
color: #D55ECB;
}
</style>
background-color css
<style>
a { background-color: #D55ECB; }
a { background-color: rgb(213,94,203); }
div.DivClassName
{
background-color: #D55ECB;
}
.BgClassName
{
background-color: #D55ECB;
}
</style>
border-color css
<style>
span { border-color: #D55ECB; }
span { border-color: rgb(213,94,203); }
td.TdClassName
{
border-color: #D55ECB;
}
.TagClassName
{
border-color: #D55ECB;
}
</style>