Html Css Color HEX #D54EDD Free Speech Magenta
📋 copy color: '#D54EDD'red 213 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #D54EDD
Tints of Free Speech Magenta #D54EDD
RGB
CMYK
RGB Variations
Color information
#D54EDD (or 0xD54EDD) is known color: Free Speech Magenta. HEX triplet: D5, 4E and DD. RGB value is (213,78,221). Sum of RGB (Red+Green+Blue) = 213+78+221=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #D54EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EDD is #2AB122. Grayscale: #868686. Windows color (decimal): -2797859 or 14503637. OLE color: 14503637.
HSL color Cylindrical-coordinate representation of color #D54EDD: hue angle of 296.64º degrees, saturation: 0.68, 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 #D54EDD is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 78 | 221 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.13 |
| HSL | 296.64º | 0.68% | 0.59% | - |
| HSV(B) | 296.64º | 0.65% | 0.87% | - |
| XYZ | 43.22 | 24.82 | 70.92 | - |
| YUV | 134.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 221 | 0.04 | 0.65 | 0 | 0.13 | 296.64 | 0.68 | 0.59 |
| Hex | D5 | 4E | DD | 4 | 41 | 0 | D | 129 | 44 | 3B |
| Octal | 325 | 116 | 335 | 4 | 101 | 0 | 15 | 451 | 104 | 73 |
| Binary | 11010101 | 1001110 | 11011101 | 100 | 1000001 | 0 | 1101 | 100101001 | 1000100 | 111011 |
Color Harmonies of #D54EDD
Complementary color
Monochromatic Colors of #D54EDD
Black with #D54EDD
Text Example
Text Example
White with #D54EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EDD; }
p { color: rgb(213,78,221); }
H1.HeaderClassName
{
color: #D54EDD;
}
.AnyTagClassName
{
color: #D54EDD;
}
</style>
background-color css
<style>
a { background-color: #D54EDD; }
a { background-color: rgb(213,78,221); }
div.DivClassName
{
background-color: #D54EDD;
}
.BgClassName
{
background-color: #D54EDD;
}
</style>
border-color css
<style>
span { border-color: #D54EDD; }
span { border-color: rgb(213,78,221); }
td.TdClassName
{
border-color: #D54EDD;
}
.TagClassName
{
border-color: #D54EDD;
}
</style>