Html Css Color HEX #D14EDD Free Speech Magenta
📋 copy color: '#D14EDD'red 209 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #D14EDD
Tints of Free Speech Magenta #D14EDD
RGB
CMYK
RGB Variations
Color information
#D14EDD (or 0xD14EDD) is known color: Free Speech Magenta. HEX triplet: D1, 4E and DD. RGB value is (209,78,221). Sum of RGB (Red+Green+Blue) = 209+78+221=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #D14EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EDD is #2EB122. Grayscale: #858585. Windows color (decimal): -3060003 or 14503633. OLE color: 14503633.
HSL color Cylindrical-coordinate representation of color #D14EDD: hue angle of 294.97º 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 #D14EDD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 78 | 221 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.13 |
| HSL | 294.97º | 0.68% | 0.59% | - |
| HSV(B) | 294.97º | 0.65% | 0.87% | - |
| XYZ | 42.07 | 24.22 | 70.87 | - |
| YUV | 133.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 221 | 0.05 | 0.65 | 0 | 0.13 | 294.97 | 0.68 | 0.59 |
| Hex | D1 | 4E | DD | 5 | 41 | 0 | D | 127 | 44 | 3B |
| Octal | 321 | 116 | 335 | 5 | 101 | 0 | 15 | 447 | 104 | 73 |
| Binary | 11010001 | 1001110 | 11011101 | 101 | 1000001 | 0 | 1101 | 100100111 | 1000100 | 111011 |
Color Harmonies of #D14EDD
Complementary color
Monochromatic Colors of #D14EDD
Black with #D14EDD
Text Example
Text Example
White with #D14EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EDD; }
p { color: rgb(209,78,221); }
H1.HeaderClassName
{
color: #D14EDD;
}
.AnyTagClassName
{
color: #D14EDD;
}
</style>
background-color css
<style>
a { background-color: #D14EDD; }
a { background-color: rgb(209,78,221); }
div.DivClassName
{
background-color: #D14EDD;
}
.BgClassName
{
background-color: #D14EDD;
}
</style>
border-color css
<style>
span { border-color: #D14EDD; }
span { border-color: rgb(209,78,221); }
td.TdClassName
{
border-color: #D14EDD;
}
.TagClassName
{
border-color: #D14EDD;
}
</style>