Html Css Color HEX #D54EE0 Free Speech Magenta
📋 copy color: '#D54EE0'red 213 ◦ green 78 ◦ blue 224
Shades of Free Speech Magenta #D54EE0
Tints of Free Speech Magenta #D54EE0
RGB
CMYK
RGB Variations
Color information
#D54EE0 (or 0xD54EE0) is known color: Free Speech Magenta. HEX triplet: D5, 4E and E0. RGB value is (213,78,224). Sum of RGB (Red+Green+Blue) = 213+78+224=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #D54EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EE0 is #2AB11F. Grayscale: #868686. Windows color (decimal): -2797856 or 14700245. OLE color: 14700245.
HSL color Cylindrical-coordinate representation of color #D54EE0: hue angle of 295.48º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54EE0 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 78 | 224 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.12 |
| HSL | 295.48º | 0.7% | 0.59% | - |
| HSV(B) | 295.48º | 0.65% | 0.88% | - |
| XYZ | 43.62 | 24.98 | 73.04 | - |
| YUV | 135.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 224 | 0.05 | 0.65 | 0 | 0.12 | 295.48 | 0.7 | 0.59 |
| Hex | D5 | 4E | E0 | 5 | 41 | 0 | C | 127 | 46 | 3B |
| Octal | 325 | 116 | 340 | 5 | 101 | 0 | 14 | 447 | 106 | 73 |
| Binary | 11010101 | 1001110 | 11100000 | 101 | 1000001 | 0 | 1100 | 100100111 | 1000110 | 111011 |
Color Harmonies of #D54EE0
Complementary color
Monochromatic Colors of #D54EE0
Black with #D54EE0
Text Example
Text Example
White with #D54EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EE0; }
p { color: rgb(213,78,224); }
H1.HeaderClassName
{
color: #D54EE0;
}
.AnyTagClassName
{
color: #D54EE0;
}
</style>
background-color css
<style>
a { background-color: #D54EE0; }
a { background-color: rgb(213,78,224); }
div.DivClassName
{
background-color: #D54EE0;
}
.BgClassName
{
background-color: #D54EE0;
}
</style>
border-color css
<style>
span { border-color: #D54EE0; }
span { border-color: rgb(213,78,224); }
td.TdClassName
{
border-color: #D54EE0;
}
.TagClassName
{
border-color: #D54EE0;
}
</style>