Html Css Color HEX #D14EDE Free Speech Magenta
📋 copy color: '#D14EDE'red 209 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #D14EDE
Tints of Free Speech Magenta #D14EDE
RGB
CMYK
RGB Variations
Color information
#D14EDE (or 0xD14EDE) is known color: Free Speech Magenta. HEX triplet: D1, 4E and DE. RGB value is (209,78,222). Sum of RGB (Red+Green+Blue) = 209+78+222=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #D14EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EDE is #2EB121. Grayscale: #858585. Windows color (decimal): -3060002 or 14569169. OLE color: 14569169.
HSL color Cylindrical-coordinate representation of color #D14EDE: hue angle of 294.58º 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 #D14EDE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 78 | 222 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.13 |
| HSL | 294.58º | 0.69% | 0.59% | - |
| HSV(B) | 294.58º | 0.65% | 0.87% | - |
| XYZ | 42.2 | 24.28 | 71.57 | - |
| YUV | 133.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 222 | 0.06 | 0.65 | 0 | 0.13 | 294.58 | 0.69 | 0.59 |
| Hex | D1 | 4E | DE | 6 | 41 | 0 | D | 127 | 45 | 3B |
| Octal | 321 | 116 | 336 | 6 | 101 | 0 | 15 | 447 | 105 | 73 |
| Binary | 11010001 | 1001110 | 11011110 | 110 | 1000001 | 0 | 1101 | 100100111 | 1000101 | 111011 |
Color Harmonies of #D14EDE
Complementary color
Monochromatic Colors of #D14EDE
Black with #D14EDE
Text Example
Text Example
White with #D14EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EDE; }
p { color: rgb(209,78,222); }
H1.HeaderClassName
{
color: #D14EDE;
}
.AnyTagClassName
{
color: #D14EDE;
}
</style>
background-color css
<style>
a { background-color: #D14EDE; }
a { background-color: rgb(209,78,222); }
div.DivClassName
{
background-color: #D14EDE;
}
.BgClassName
{
background-color: #D14EDE;
}
</style>
border-color css
<style>
span { border-color: #D14EDE; }
span { border-color: rgb(209,78,222); }
td.TdClassName
{
border-color: #D14EDE;
}
.TagClassName
{
border-color: #D14EDE;
}
</style>