Html Css Color HEX #D551EE Free Speech Magenta
📋 copy color: '#D551EE'red 213 ◦ green 81 ◦ blue 238
Shades of Free Speech Magenta #D551EE
Tints of Free Speech Magenta #D551EE
RGB
CMYK
RGB Variations
Color information
#D551EE (or 0xD551EE) is known color: Free Speech Magenta. HEX triplet: D5, 51 and EE. RGB value is (213,81,238). Sum of RGB (Red+Green+Blue) = 213+81+238=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #D551EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551EE is #2AAE11. Grayscale: #898989. Windows color (decimal): -2797074 or 15618517. OLE color: 15618517.
HSL color Cylindrical-coordinate representation of color #D551EE: hue angle of 290.45º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D551EE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 81 | 238 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.07 |
| HSL | 290.45º | 0.82% | 0.63% | - |
| HSV(B) | 290.45º | 0.66% | 0.93% | - |
| XYZ | 45.82 | 26.2 | 83.53 | - |
| YUV | 138.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 238 | 0.11 | 0.66 | 0 | 0.07 | 290.45 | 0.82 | 0.63 |
| Hex | D5 | 51 | EE | B | 42 | 0 | 7 | 122 | 52 | 3F |
| Octal | 325 | 121 | 356 | 13 | 102 | 0 | 7 | 442 | 122 | 77 |
| Binary | 11010101 | 1010001 | 11101110 | 1011 | 1000010 | 0 | 111 | 100100010 | 1010010 | 111111 |
Color Harmonies of #D551EE
Complementary color
Monochromatic Colors of #D551EE
Black with #D551EE
Text Example
Text Example
White with #D551EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551EE; }
p { color: rgb(213,81,238); }
H1.HeaderClassName
{
color: #D551EE;
}
.AnyTagClassName
{
color: #D551EE;
}
</style>
background-color css
<style>
a { background-color: #D551EE; }
a { background-color: rgb(213,81,238); }
div.DivClassName
{
background-color: #D551EE;
}
.BgClassName
{
background-color: #D551EE;
}
</style>
border-color css
<style>
span { border-color: #D551EE; }
span { border-color: rgb(213,81,238); }
td.TdClassName
{
border-color: #D551EE;
}
.TagClassName
{
border-color: #D551EE;
}
</style>