Html Css Color HEX #D552E2 Free Speech Magenta
📋 copy color: '#D552E2'red 213 ◦ green 82 ◦ blue 226
Shades of Free Speech Magenta #D552E2
Tints of Free Speech Magenta #D552E2
RGB
CMYK
RGB Variations
Color information
#D552E2 (or 0xD552E2) is known color: Free Speech Magenta. HEX triplet: D5, 52 and E2. RGB value is (213,82,226). Sum of RGB (Red+Green+Blue) = 213+82+226=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #D552E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552E2 is #2AAD1D. Grayscale: #898989. Windows color (decimal): -2796830 or 14832341. OLE color: 14832341.
HSL color Cylindrical-coordinate representation of color #D552E2: hue angle of 294.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D552E2 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 82 | 226 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.11 |
| HSL | 294.58º | 0.71% | 0.6% | - |
| HSV(B) | 294.58º | 0.64% | 0.89% | - |
| XYZ | 44.19 | 25.67 | 74.58 | - |
| YUV | 137.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 226 | 0.06 | 0.64 | 0 | 0.11 | 294.58 | 0.71 | 0.6 |
| Hex | D5 | 52 | E2 | 6 | 40 | 0 | B | 127 | 47 | 3C |
| Octal | 325 | 122 | 342 | 6 | 100 | 0 | 13 | 447 | 107 | 74 |
| Binary | 11010101 | 1010010 | 11100010 | 110 | 1000000 | 0 | 1011 | 100100111 | 1000111 | 111100 |
Color Harmonies of #D552E2
Complementary color
Monochromatic Colors of #D552E2
Black with #D552E2
Text Example
Text Example
White with #D552E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552E2; }
p { color: rgb(213,82,226); }
H1.HeaderClassName
{
color: #D552E2;
}
.AnyTagClassName
{
color: #D552E2;
}
</style>
background-color css
<style>
a { background-color: #D552E2; }
a { background-color: rgb(213,82,226); }
div.DivClassName
{
background-color: #D552E2;
}
.BgClassName
{
background-color: #D552E2;
}
</style>
border-color css
<style>
span { border-color: #D552E2; }
span { border-color: rgb(213,82,226); }
td.TdClassName
{
border-color: #D552E2;
}
.TagClassName
{
border-color: #D552E2;
}
</style>