Html Css Color HEX #D447DC Free Speech Magenta
📋 copy color: '#D447DC'red 212 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #D447DC
Tints of Free Speech Magenta #D447DC
RGB
CMYK
RGB Variations
Color information
#D447DC (or 0xD447DC) is known color: Free Speech Magenta. HEX triplet: D4, 47 and DC. RGB value is (212,71,220). Sum of RGB (Red+Green+Blue) = 212+71+220=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #D447DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447DC is #2BB823. Grayscale: #818181. Windows color (decimal): -2865188 or 14436308. OLE color: 14436308.
HSL color Cylindrical-coordinate representation of color #D447DC: hue angle of 296.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D447DC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 71 | 220 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.14 |
| HSL | 296.78º | 0.68% | 0.57% | - |
| HSV(B) | 296.78º | 0.68% | 0.86% | - |
| XYZ | 42.32 | 23.67 | 70.05 | - |
| YUV | 130.15 | 178.71 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 220 | 0.04 | 0.68 | 0 | 0.14 | 296.78 | 0.68 | 0.57 |
| Hex | D4 | 47 | DC | 4 | 44 | 0 | E | 129 | 44 | 39 |
| Octal | 324 | 107 | 334 | 4 | 104 | 0 | 16 | 451 | 104 | 71 |
| Binary | 11010100 | 1000111 | 11011100 | 100 | 1000100 | 0 | 1110 | 100101001 | 1000100 | 111001 |
Color Harmonies of #D447DC
Complementary color
Monochromatic Colors of #D447DC
Black with #D447DC
Text Example
Text Example
White with #D447DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447DC; }
p { color: rgb(212,71,220); }
H1.HeaderClassName
{
color: #D447DC;
}
.AnyTagClassName
{
color: #D447DC;
}
</style>
background-color css
<style>
a { background-color: #D447DC; }
a { background-color: rgb(212,71,220); }
div.DivClassName
{
background-color: #D447DC;
}
.BgClassName
{
background-color: #D447DC;
}
</style>
border-color css
<style>
span { border-color: #D447DC; }
span { border-color: rgb(212,71,220); }
td.TdClassName
{
border-color: #D447DC;
}
.TagClassName
{
border-color: #D447DC;
}
</style>