Html Css Color HEX #D447D6 Free Speech Magenta
📋 copy color: '#D447D6'red 212 ◦ green 71 ◦ blue 214
Shades of Free Speech Magenta #D447D6
Tints of Free Speech Magenta #D447D6
RGB
CMYK
RGB Variations
Color information
#D447D6 (or 0xD447D6) is known color: Free Speech Magenta. HEX triplet: D4, 47 and D6. RGB value is (212,71,214). Sum of RGB (Red+Green+Blue) = 212+71+214=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #D447D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447D6 is #2BB829. Grayscale: #818181. Windows color (decimal): -2865194 or 14043092. OLE color: 14043092.
HSL color Cylindrical-coordinate representation of color #D447D6: hue angle of 299.16º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D447D6 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 71 | 214 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.16 |
| HSL | 299.16º | 0.64% | 0.56% | - |
| HSV(B) | 299.16º | 0.67% | 0.84% | - |
| XYZ | 41.54 | 23.36 | 65.94 | - |
| YUV | 129.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 214 | 0.01 | 0.67 | 0 | 0.16 | 299.16 | 0.64 | 0.56 |
| Hex | D4 | 47 | D6 | 1 | 43 | 0 | 10 | 12B | 40 | 38 |
| Octal | 324 | 107 | 326 | 1 | 103 | 0 | 20 | 453 | 100 | 70 |
| Binary | 11010100 | 1000111 | 11010110 | 1 | 1000011 | 0 | 10000 | 100101011 | 1000000 | 111000 |
Color Harmonies of #D447D6
Complementary color
Monochromatic Colors of #D447D6
Black with #D447D6
Text Example
Text Example
White with #D447D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447D6; }
p { color: rgb(212,71,214); }
H1.HeaderClassName
{
color: #D447D6;
}
.AnyTagClassName
{
color: #D447D6;
}
</style>
background-color css
<style>
a { background-color: #D447D6; }
a { background-color: rgb(212,71,214); }
div.DivClassName
{
background-color: #D447D6;
}
.BgClassName
{
background-color: #D447D6;
}
</style>
border-color css
<style>
span { border-color: #D447D6; }
span { border-color: rgb(212,71,214); }
td.TdClassName
{
border-color: #D447D6;
}
.TagClassName
{
border-color: #D447D6;
}
</style>