Html Css Color HEX #D54EDE Free Speech Magenta
📋 copy color: '#D54EDE'red 213 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #D54EDE
Tints of Free Speech Magenta #D54EDE
RGB
CMYK
RGB Variations
Color information
#D54EDE (or 0xD54EDE) is known color: Free Speech Magenta. HEX triplet: D5, 4E and DE. RGB value is (213,78,222). Sum of RGB (Red+Green+Blue) = 213+78+222=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #D54EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EDE is #2AB121. Grayscale: #868686. Windows color (decimal): -2797858 or 14569173. OLE color: 14569173.
HSL color Cylindrical-coordinate representation of color #D54EDE: hue angle of 296.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54EDE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 78 | 222 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.13 |
| HSL | 296.25º | 0.69% | 0.59% | - |
| HSV(B) | 296.25º | 0.65% | 0.87% | - |
| XYZ | 43.35 | 24.87 | 71.62 | - |
| YUV | 134.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 222 | 0.04 | 0.65 | 0 | 0.13 | 296.25 | 0.69 | 0.59 |
| Hex | D5 | 4E | DE | 4 | 41 | 0 | D | 128 | 45 | 3B |
| Octal | 325 | 116 | 336 | 4 | 101 | 0 | 15 | 450 | 105 | 73 |
| Binary | 11010101 | 1001110 | 11011110 | 100 | 1000001 | 0 | 1101 | 100101000 | 1000101 | 111011 |
Color Harmonies of #D54EDE
Complementary color
Monochromatic Colors of #D54EDE
Black with #D54EDE
Text Example
Text Example
White with #D54EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EDE; }
p { color: rgb(213,78,222); }
H1.HeaderClassName
{
color: #D54EDE;
}
.AnyTagClassName
{
color: #D54EDE;
}
</style>
background-color css
<style>
a { background-color: #D54EDE; }
a { background-color: rgb(213,78,222); }
div.DivClassName
{
background-color: #D54EDE;
}
.BgClassName
{
background-color: #D54EDE;
}
</style>
border-color css
<style>
span { border-color: #D54EDE; }
span { border-color: rgb(213,78,222); }
td.TdClassName
{
border-color: #D54EDE;
}
.TagClassName
{
border-color: #D54EDE;
}
</style>