Html Css Color HEX #D55ECF Free Speech Magenta
📋 copy color: '#D55ECF'red 213 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #D55ECF
Tints of Free Speech Magenta #D55ECF
RGB
CMYK
RGB Variations
Color information
#D55ECF (or 0xD55ECF) is known color: Free Speech Magenta. HEX triplet: D5, 5E and CF. RGB value is (213,94,207). Sum of RGB (Red+Green+Blue) = 213+94+207=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ECF is #2AA130. Grayscale: #8E8E8E. Windows color (decimal): -2793777 or 13590229. OLE color: 13590229.
HSL color Cylindrical-coordinate representation of color #D55ECF: hue angle of 303.03º 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 #D55ECF is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 207 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.16 |
| HSL | 303.03º | 0.59% | 0.6% | - |
| HSV(B) | 303.03º | 0.56% | 0.84% | - |
| XYZ | 42.71 | 26.66 | 61.93 | - |
| YUV | 142.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 207 | 0 | 0.56 | 0.03 | 0.16 | 303.03 | 0.59 | 0.6 |
| Hex | D5 | 5E | CF | 0 | 38 | 3 | 10 | 12F | 3B | 3C |
| Octal | 325 | 136 | 317 | 0 | 70 | 3 | 20 | 457 | 73 | 74 |
| Binary | 11010101 | 1011110 | 11001111 | 0 | 111000 | 11 | 10000 | 100101111 | 111011 | 111100 |
Color Harmonies of #D55ECF
Complementary color
Monochromatic Colors of #D55ECF
Black with #D55ECF
Text Example
Text Example
White with #D55ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ECF; }
p { color: rgb(213,94,207); }
H1.HeaderClassName
{
color: #D55ECF;
}
.AnyTagClassName
{
color: #D55ECF;
}
</style>
background-color css
<style>
a { background-color: #D55ECF; }
a { background-color: rgb(213,94,207); }
div.DivClassName
{
background-color: #D55ECF;
}
.BgClassName
{
background-color: #D55ECF;
}
</style>
border-color css
<style>
span { border-color: #D55ECF; }
span { border-color: rgb(213,94,207); }
td.TdClassName
{
border-color: #D55ECF;
}
.TagClassName
{
border-color: #D55ECF;
}
</style>