Html Css Color HEX #D551ED Free Speech Magenta
📋 copy color: '#D551ED'red 213 ◦ green 81 ◦ blue 237
Shades of Free Speech Magenta #D551ED
Tints of Free Speech Magenta #D551ED
RGB
CMYK
RGB Variations
Color information
#D551ED (or 0xD551ED) is known color: Free Speech Magenta. HEX triplet: D5, 51 and ED. RGB value is (213,81,237). Sum of RGB (Red+Green+Blue) = 213+81+237=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #D551ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551ED is #2AAE12. Grayscale: #898989. Windows color (decimal): -2797075 or 15552981. OLE color: 15552981.
HSL color Cylindrical-coordinate representation of color #D551ED: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D551ED is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 81 | 237 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.07 |
| HSL | 290.77º | 0.81% | 0.62% | - |
| HSV(B) | 290.77º | 0.66% | 0.93% | - |
| XYZ | 45.67 | 26.15 | 82.76 | - |
| YUV | 138.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 237 | 0.10 | 0.66 | 0 | 0.07 | 290.77 | 0.81 | 0.62 |
| Hex | D5 | 51 | ED | A | 42 | 0 | 7 | 123 | 51 | 3E |
| Octal | 325 | 121 | 355 | 12 | 102 | 0 | 7 | 443 | 121 | 76 |
| Binary | 11010101 | 1010001 | 11101101 | 1010 | 1000010 | 0 | 111 | 100100011 | 1010001 | 111110 |
Color Harmonies of #D551ED
Complementary color
Monochromatic Colors of #D551ED
Black with #D551ED
Text Example
Text Example
White with #D551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551ED; }
p { color: rgb(213,81,237); }
H1.HeaderClassName
{
color: #D551ED;
}
.AnyTagClassName
{
color: #D551ED;
}
</style>
background-color css
<style>
a { background-color: #D551ED; }
a { background-color: rgb(213,81,237); }
div.DivClassName
{
background-color: #D551ED;
}
.BgClassName
{
background-color: #D551ED;
}
</style>
border-color css
<style>
span { border-color: #D551ED; }
span { border-color: rgb(213,81,237); }
td.TdClassName
{
border-color: #D551ED;
}
.TagClassName
{
border-color: #D551ED;
}
</style>