Html Css Color HEX #D54EED Free Speech Magenta
📋 copy color: '#D54EED'red 213 ◦ green 78 ◦ blue 237
Shades of Free Speech Magenta #D54EED
Tints of Free Speech Magenta #D54EED
RGB
CMYK
RGB Variations
Color information
#D54EED (or 0xD54EED) is known color: Free Speech Magenta. HEX triplet: D5, 4E and ED. RGB value is (213,78,237). Sum of RGB (Red+Green+Blue) = 213+78+237=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #D54EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54EED is #2AB112. Grayscale: #878787. Windows color (decimal): -2797843 or 15552213. OLE color: 15552213.
HSL color Cylindrical-coordinate representation of color #D54EED: hue angle of 290.94º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54EED is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 78 | 237 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.07 |
| HSL | 290.94º | 0.82% | 0.62% | - |
| HSV(B) | 290.94º | 0.67% | 0.93% | - |
| XYZ | 45.45 | 25.71 | 82.69 | - |
| YUV | 136.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 237 | 0.10 | 0.67 | 0 | 0.07 | 290.94 | 0.82 | 0.62 |
| Hex | D5 | 4E | ED | A | 43 | 0 | 7 | 123 | 52 | 3E |
| Octal | 325 | 116 | 355 | 12 | 103 | 0 | 7 | 443 | 122 | 76 |
| Binary | 11010101 | 1001110 | 11101101 | 1010 | 1000011 | 0 | 111 | 100100011 | 1010010 | 111110 |
Color Harmonies of #D54EED
Complementary color
Monochromatic Colors of #D54EED
Black with #D54EED
Text Example
Text Example
White with #D54EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EED; }
p { color: rgb(213,78,237); }
H1.HeaderClassName
{
color: #D54EED;
}
.AnyTagClassName
{
color: #D54EED;
}
</style>
background-color css
<style>
a { background-color: #D54EED; }
a { background-color: rgb(213,78,237); }
div.DivClassName
{
background-color: #D54EED;
}
.BgClassName
{
background-color: #D54EED;
}
</style>
border-color css
<style>
span { border-color: #D54EED; }
span { border-color: rgb(213,78,237); }
td.TdClassName
{
border-color: #D54EED;
}
.TagClassName
{
border-color: #D54EED;
}
</style>