Html Css Color HEX #D14ADD Free Speech Magenta
📋 copy color: '#D14ADD'red 209 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #D14ADD
Tints of Free Speech Magenta #D14ADD
RGB
CMYK
RGB Variations
Color information
#D14ADD (or 0xD14ADD) is known color: Free Speech Magenta. HEX triplet: D1, 4A and DD. RGB value is (209,74,221). Sum of RGB (Red+Green+Blue) = 209+74+221=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #D14ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ADD is #2EB522. Grayscale: #828282. Windows color (decimal): -3061027 or 14502609. OLE color: 14502609.
HSL color Cylindrical-coordinate representation of color #D14ADD: hue angle of 295.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14ADD is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 74 | 221 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.13 |
| HSL | 295.1º | 0.68% | 0.58% | - |
| HSV(B) | 295.1º | 0.67% | 0.87% | - |
| XYZ | 41.79 | 23.67 | 70.77 | - |
| YUV | 131.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 221 | 0.05 | 0.67 | 0 | 0.13 | 295.1 | 0.68 | 0.58 |
| Hex | D1 | 4A | DD | 5 | 43 | 0 | D | 127 | 44 | 3A |
| Octal | 321 | 112 | 335 | 5 | 103 | 0 | 15 | 447 | 104 | 72 |
| Binary | 11010001 | 1001010 | 11011101 | 101 | 1000011 | 0 | 1101 | 100100111 | 1000100 | 111010 |
Color Harmonies of #D14ADD
Complementary color
Monochromatic Colors of #D14ADD
Black with #D14ADD
Text Example
Text Example
White with #D14ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14ADD; }
p { color: rgb(209,74,221); }
H1.HeaderClassName
{
color: #D14ADD;
}
.AnyTagClassName
{
color: #D14ADD;
}
</style>
background-color css
<style>
a { background-color: #D14ADD; }
a { background-color: rgb(209,74,221); }
div.DivClassName
{
background-color: #D14ADD;
}
.BgClassName
{
background-color: #D14ADD;
}
</style>
border-color css
<style>
span { border-color: #D14ADD; }
span { border-color: rgb(209,74,221); }
td.TdClassName
{
border-color: #D14ADD;
}
.TagClassName
{
border-color: #D14ADD;
}
</style>