Html Css Color HEX #D54EDC Free Speech Magenta
📋 copy color: '#D54EDC'red 213 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #D54EDC
Tints of Free Speech Magenta #D54EDC
RGB
CMYK
RGB Variations
Color information
#D54EDC (or 0xD54EDC) is known color: Free Speech Magenta. HEX triplet: D5, 4E and DC. RGB value is (213,78,220). Sum of RGB (Red+Green+Blue) = 213+78+220=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #D54EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EDC is #2AB123. Grayscale: #868686. Windows color (decimal): -2797860 or 14438101. OLE color: 14438101.
HSL color Cylindrical-coordinate representation of color #D54EDC: hue angle of 297.04º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54EDC is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 78 | 220 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.14 |
| HSL | 297.04º | 0.67% | 0.58% | - |
| HSV(B) | 297.04º | 0.65% | 0.86% | - |
| XYZ | 43.08 | 24.76 | 70.22 | - |
| YUV | 134.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 220 | 0.03 | 0.65 | 0 | 0.14 | 297.04 | 0.67 | 0.58 |
| Hex | D5 | 4E | DC | 3 | 41 | 0 | E | 129 | 43 | 3A |
| Octal | 325 | 116 | 334 | 3 | 101 | 0 | 16 | 451 | 103 | 72 |
| Binary | 11010101 | 1001110 | 11011100 | 11 | 1000001 | 0 | 1110 | 100101001 | 1000011 | 111010 |
Color Harmonies of #D54EDC
Complementary color
Monochromatic Colors of #D54EDC
Black with #D54EDC
Text Example
Text Example
White with #D54EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EDC; }
p { color: rgb(213,78,220); }
H1.HeaderClassName
{
color: #D54EDC;
}
.AnyTagClassName
{
color: #D54EDC;
}
</style>
background-color css
<style>
a { background-color: #D54EDC; }
a { background-color: rgb(213,78,220); }
div.DivClassName
{
background-color: #D54EDC;
}
.BgClassName
{
background-color: #D54EDC;
}
</style>
border-color css
<style>
span { border-color: #D54EDC; }
span { border-color: rgb(213,78,220); }
td.TdClassName
{
border-color: #D54EDC;
}
.TagClassName
{
border-color: #D54EDC;
}
</style>