Html Css Color HEX #DC4AD9 Free Speech Magenta
📋 copy color: '#DC4AD9'red 220 ◦ green 74 ◦ blue 217
Shades of Free Speech Magenta #DC4AD9
Tints of Free Speech Magenta #DC4AD9
RGB
CMYK
RGB Variations
Color information
#DC4AD9 (or 0xDC4AD9) is known color: Free Speech Magenta. HEX triplet: DC, 4A and D9. RGB value is (220,74,217). Sum of RGB (Red+Green+Blue) = 220+74+217=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4AD9 is #23B526. Grayscale: #858585. Windows color (decimal): -2340135 or 14240476. OLE color: 14240476.
HSL color Cylindrical-coordinate representation of color #DC4AD9: hue angle of 301.23º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4AD9 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 217 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.14 |
| HSL | 301.23º | 0.68% | 0.58% | - |
| HSV(B) | 301.23º | 0.66% | 0.86% | - |
| XYZ | 44.49 | 25.12 | 68.15 | - |
| YUV | 133.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 217 | 0 | 0.66 | 0.01 | 0.14 | 301.23 | 0.68 | 0.58 |
| Hex | DC | 4A | D9 | 0 | 42 | 1 | E | 12D | 44 | 3A |
| Octal | 334 | 112 | 331 | 0 | 102 | 1 | 16 | 455 | 104 | 72 |
| Binary | 11011100 | 1001010 | 11011001 | 0 | 1000010 | 1 | 1110 | 100101101 | 1000100 | 111010 |
Color Harmonies of #DC4AD9
Complementary color
Monochromatic Colors of #DC4AD9
Black with #DC4AD9
Text Example
Text Example
White with #DC4AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AD9; }
p { color: rgb(220,74,217); }
H1.HeaderClassName
{
color: #DC4AD9;
}
.AnyTagClassName
{
color: #DC4AD9;
}
</style>
background-color css
<style>
a { background-color: #DC4AD9; }
a { background-color: rgb(220,74,217); }
div.DivClassName
{
background-color: #DC4AD9;
}
.BgClassName
{
background-color: #DC4AD9;
}
</style>
border-color css
<style>
span { border-color: #DC4AD9; }
span { border-color: rgb(220,74,217); }
td.TdClassName
{
border-color: #DC4AD9;
}
.TagClassName
{
border-color: #DC4AD9;
}
</style>