Html Css Color HEX #D14DD4 Free Speech Magenta
📋 copy color: '#D14DD4'red 209 ◦ green 77 ◦ blue 212
Shades of Free Speech Magenta #D14DD4
Tints of Free Speech Magenta #D14DD4
RGB
CMYK
RGB Variations
Color information
#D14DD4 (or 0xD14DD4) is known color: Free Speech Magenta. HEX triplet: D1, 4D and D4. RGB value is (209,77,212). Sum of RGB (Red+Green+Blue) = 209+77+212=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #D14DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DD4 is #2EB22B. Grayscale: #838383. Windows color (decimal): -3060268 or 13913553. OLE color: 13913553.
HSL color Cylindrical-coordinate representation of color #D14DD4: hue angle of 298.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14DD4 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 77 | 212 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.17 |
| HSL | 298.67º | 0.61% | 0.57% | - |
| HSV(B) | 298.67º | 0.64% | 0.83% | - |
| XYZ | 40.83 | 23.62 | 64.69 | - |
| YUV | 131.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 212 | 0.01 | 0.64 | 0 | 0.17 | 298.67 | 0.61 | 0.57 |
| Hex | D1 | 4D | D4 | 1 | 40 | 0 | 11 | 12B | 3D | 39 |
| Octal | 321 | 115 | 324 | 1 | 100 | 0 | 21 | 453 | 75 | 71 |
| Binary | 11010001 | 1001101 | 11010100 | 1 | 1000000 | 0 | 10001 | 100101011 | 111101 | 111001 |
Color Harmonies of #D14DD4
Complementary color
Monochromatic Colors of #D14DD4
Black with #D14DD4
Text Example
Text Example
White with #D14DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DD4; }
p { color: rgb(209,77,212); }
H1.HeaderClassName
{
color: #D14DD4;
}
.AnyTagClassName
{
color: #D14DD4;
}
</style>
background-color css
<style>
a { background-color: #D14DD4; }
a { background-color: rgb(209,77,212); }
div.DivClassName
{
background-color: #D14DD4;
}
.BgClassName
{
background-color: #D14DD4;
}
</style>
border-color css
<style>
span { border-color: #D14DD4; }
span { border-color: rgb(209,77,212); }
td.TdClassName
{
border-color: #D14DD4;
}
.TagClassName
{
border-color: #D14DD4;
}
</style>