Html Css Color HEX #D14DDF Free Speech Magenta
📋 copy color: '#D14DDF'red 209 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #D14DDF
Tints of Free Speech Magenta #D14DDF
RGB
CMYK
RGB Variations
Color information
#D14DDF (or 0xD14DDF) is known color: Free Speech Magenta. HEX triplet: D1, 4D and DF. RGB value is (209,77,223). Sum of RGB (Red+Green+Blue) = 209+77+223=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #D14DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DDF is #2EB220. Grayscale: #848484. Windows color (decimal): -3060257 or 14634449. OLE color: 14634449.
HSL color Cylindrical-coordinate representation of color #D14DDF: hue angle of 294.25º degrees, saturation: 0.7, 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 #D14DDF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 77 | 223 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.13 |
| HSL | 294.25º | 0.7% | 0.59% | - |
| HSV(B) | 294.25º | 0.65% | 0.87% | - |
| XYZ | 42.27 | 24.19 | 72.25 | - |
| YUV | 133.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 223 | 0.06 | 0.65 | 0 | 0.13 | 294.25 | 0.7 | 0.59 |
| Hex | D1 | 4D | DF | 6 | 41 | 0 | D | 126 | 46 | 3B |
| Octal | 321 | 115 | 337 | 6 | 101 | 0 | 15 | 446 | 106 | 73 |
| Binary | 11010001 | 1001101 | 11011111 | 110 | 1000001 | 0 | 1101 | 100100110 | 1000110 | 111011 |
Color Harmonies of #D14DDF
Complementary color
Monochromatic Colors of #D14DDF
Black with #D14DDF
Text Example
Text Example
White with #D14DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DDF; }
p { color: rgb(209,77,223); }
H1.HeaderClassName
{
color: #D14DDF;
}
.AnyTagClassName
{
color: #D14DDF;
}
</style>
background-color css
<style>
a { background-color: #D14DDF; }
a { background-color: rgb(209,77,223); }
div.DivClassName
{
background-color: #D14DDF;
}
.BgClassName
{
background-color: #D14DDF;
}
</style>
border-color css
<style>
span { border-color: #D14DDF; }
span { border-color: rgb(209,77,223); }
td.TdClassName
{
border-color: #D14DDF;
}
.TagClassName
{
border-color: #D14DDF;
}
</style>