Html Css Color HEX #D557E2 Free Speech Magenta
📋 copy color: '#D557E2'red 213 ◦ green 87 ◦ blue 226
Shades of Free Speech Magenta #D557E2
Tints of Free Speech Magenta #D557E2
RGB
CMYK
RGB Variations
Color information
#D557E2 (or 0xD557E2) is known color: Free Speech Magenta. HEX triplet: D5, 57 and E2. RGB value is (213,87,226). Sum of RGB (Red+Green+Blue) = 213+87+226=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #D557E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557E2 is #2AA81D. Grayscale: #8C8C8C. Windows color (decimal): -2795550 or 14833621. OLE color: 14833621.
HSL color Cylindrical-coordinate representation of color #D557E2: hue angle of 294.39º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D557E2 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 87 | 226 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.11 |
| HSL | 294.39º | 0.71% | 0.61% | - |
| HSV(B) | 294.39º | 0.62% | 0.89% | - |
| XYZ | 44.58 | 26.45 | 74.71 | - |
| YUV | 140.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 226 | 0.06 | 0.62 | 0 | 0.11 | 294.39 | 0.71 | 0.61 |
| Hex | D5 | 57 | E2 | 6 | 3E | 0 | B | 126 | 47 | 3D |
| Octal | 325 | 127 | 342 | 6 | 76 | 0 | 13 | 446 | 107 | 75 |
| Binary | 11010101 | 1010111 | 11100010 | 110 | 111110 | 0 | 1011 | 100100110 | 1000111 | 111101 |
Color Harmonies of #D557E2
Complementary color
Monochromatic Colors of #D557E2
Black with #D557E2
Text Example
Text Example
White with #D557E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557E2; }
p { color: rgb(213,87,226); }
H1.HeaderClassName
{
color: #D557E2;
}
.AnyTagClassName
{
color: #D557E2;
}
</style>
background-color css
<style>
a { background-color: #D557E2; }
a { background-color: rgb(213,87,226); }
div.DivClassName
{
background-color: #D557E2;
}
.BgClassName
{
background-color: #D557E2;
}
</style>
border-color css
<style>
span { border-color: #D557E2; }
span { border-color: rgb(213,87,226); }
td.TdClassName
{
border-color: #D557E2;
}
.TagClassName
{
border-color: #D557E2;
}
</style>