Html Css Color HEX #D14AD4 Free Speech Magenta
📋 copy color: '#D14AD4'red 209 ◦ green 74 ◦ blue 212
Shades of Free Speech Magenta #D14AD4
Tints of Free Speech Magenta #D14AD4
RGB
CMYK
RGB Variations
Color information
#D14AD4 (or 0xD14AD4) is known color: Free Speech Magenta. HEX triplet: D1, 4A and D4. RGB value is (209,74,212). Sum of RGB (Red+Green+Blue) = 209+74+212=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #D14AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AD4 is #2EB52B. Grayscale: #818181. Windows color (decimal): -3061036 or 13912785. OLE color: 13912785.
HSL color Cylindrical-coordinate representation of color #D14AD4: hue angle of 298.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14AD4 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 74 | 212 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.17 |
| HSL | 298.7º | 0.62% | 0.56% | - |
| HSV(B) | 298.7º | 0.65% | 0.83% | - |
| XYZ | 40.63 | 23.21 | 64.63 | - |
| YUV | 130.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 212 | 0.01 | 0.65 | 0 | 0.17 | 298.7 | 0.62 | 0.56 |
| Hex | D1 | 4A | D4 | 1 | 41 | 0 | 11 | 12B | 3E | 38 |
| Octal | 321 | 112 | 324 | 1 | 101 | 0 | 21 | 453 | 76 | 70 |
| Binary | 11010001 | 1001010 | 11010100 | 1 | 1000001 | 0 | 10001 | 100101011 | 111110 | 111000 |
Color Harmonies of #D14AD4
Complementary color
Monochromatic Colors of #D14AD4
Black with #D14AD4
Text Example
Text Example
White with #D14AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AD4; }
p { color: rgb(209,74,212); }
H1.HeaderClassName
{
color: #D14AD4;
}
.AnyTagClassName
{
color: #D14AD4;
}
</style>
background-color css
<style>
a { background-color: #D14AD4; }
a { background-color: rgb(209,74,212); }
div.DivClassName
{
background-color: #D14AD4;
}
.BgClassName
{
background-color: #D14AD4;
}
</style>
border-color css
<style>
span { border-color: #D14AD4; }
span { border-color: rgb(209,74,212); }
td.TdClassName
{
border-color: #D14AD4;
}
.TagClassName
{
border-color: #D14AD4;
}
</style>