Html Css Color HEX #D55BEA Free Speech Magenta
📋 copy color: '#D55BEA'red 213 ◦ green 91 ◦ blue 234
Shades of Free Speech Magenta #D55BEA
Tints of Free Speech Magenta #D55BEA
RGB
CMYK
RGB Variations
Color information
#D55BEA (or 0xD55BEA) is known color: Free Speech Magenta. HEX triplet: D5, 5B and EA. RGB value is (213,91,234). Sum of RGB (Red+Green+Blue) = 213+91+234=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #D55BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BEA is #2AA415. Grayscale: #8F8F8F. Windows color (decimal): -2794518 or 15358933. OLE color: 15358933.
HSL color Cylindrical-coordinate representation of color #D55BEA: hue angle of 291.19º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55BEA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 91 | 234 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.08 |
| HSL | 291.19º | 0.77% | 0.64% | - |
| HSV(B) | 291.19º | 0.61% | 0.92% | - |
| XYZ | 46.03 | 27.57 | 80.74 | - |
| YUV | 143.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 234 | 0.09 | 0.61 | 0 | 0.08 | 291.19 | 0.77 | 0.64 |
| Hex | D5 | 5B | EA | 9 | 3D | 0 | 8 | 123 | 4D | 40 |
| Octal | 325 | 133 | 352 | 11 | 75 | 0 | 10 | 443 | 115 | 100 |
| Binary | 11010101 | 1011011 | 11101010 | 1001 | 111101 | 0 | 1000 | 100100011 | 1001101 | 1000000 |
Color Harmonies of #D55BEA
Complementary color
Monochromatic Colors of #D55BEA
Black with #D55BEA
Text Example
Text Example
White with #D55BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BEA; }
p { color: rgb(213,91,234); }
H1.HeaderClassName
{
color: #D55BEA;
}
.AnyTagClassName
{
color: #D55BEA;
}
</style>
background-color css
<style>
a { background-color: #D55BEA; }
a { background-color: rgb(213,91,234); }
div.DivClassName
{
background-color: #D55BEA;
}
.BgClassName
{
background-color: #D55BEA;
}
</style>
border-color css
<style>
span { border-color: #D55BEA; }
span { border-color: rgb(213,91,234); }
td.TdClassName
{
border-color: #D55BEA;
}
.TagClassName
{
border-color: #D55BEA;
}
</style>