Html Css Color HEX #D55CEA Free Speech Magenta
📋 copy color: '#D55CEA'red 213 ◦ green 92 ◦ blue 234
Shades of Free Speech Magenta #D55CEA
Tints of Free Speech Magenta #D55CEA
RGB
CMYK
RGB Variations
Color information
#D55CEA (or 0xD55CEA) is known color: Free Speech Magenta. HEX triplet: D5, 5C and EA. RGB value is (213,92,234). Sum of RGB (Red+Green+Blue) = 213+92+234=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #D55CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CEA is #2AA315. Grayscale: #8F8F8F. Windows color (decimal): -2794262 or 15359189. OLE color: 15359189.
HSL color Cylindrical-coordinate representation of color #D55CEA: hue angle of 291.13º 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 #D55CEA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 92 | 234 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.08 |
| HSL | 291.13º | 0.77% | 0.64% | - |
| HSV(B) | 291.13º | 0.61% | 0.92% | - |
| XYZ | 46.12 | 27.74 | 80.77 | - |
| YUV | 144.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 234 | 0.09 | 0.61 | 0 | 0.08 | 291.13 | 0.77 | 0.64 |
| Hex | D5 | 5C | EA | 9 | 3D | 0 | 8 | 123 | 4D | 40 |
| Octal | 325 | 134 | 352 | 11 | 75 | 0 | 10 | 443 | 115 | 100 |
| Binary | 11010101 | 1011100 | 11101010 | 1001 | 111101 | 0 | 1000 | 100100011 | 1001101 | 1000000 |
Color Harmonies of #D55CEA
Complementary color
Monochromatic Colors of #D55CEA
Black with #D55CEA
Text Example
Text Example
White with #D55CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CEA; }
p { color: rgb(213,92,234); }
H1.HeaderClassName
{
color: #D55CEA;
}
.AnyTagClassName
{
color: #D55CEA;
}
</style>
background-color css
<style>
a { background-color: #D55CEA; }
a { background-color: rgb(213,92,234); }
div.DivClassName
{
background-color: #D55CEA;
}
.BgClassName
{
background-color: #D55CEA;
}
</style>
border-color css
<style>
span { border-color: #D55CEA; }
span { border-color: rgb(213,92,234); }
td.TdClassName
{
border-color: #D55CEA;
}
.TagClassName
{
border-color: #D55CEA;
}
</style>