Html Css Color HEX #DC4ADC Free Speech Magenta
📋 copy color: '#DC4ADC'red 220 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #DC4ADC
Tints of Free Speech Magenta #DC4ADC
RGB
CMYK
RGB Variations
Color information
#DC4ADC (or 0xDC4ADC) is known color: Free Speech Magenta. HEX triplet: DC, 4A and DC. RGB value is (220,74,220). Sum of RGB (Red+Green+Blue) = 220+74+220=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4ADC is #23B523. Grayscale: #858585. Windows color (decimal): -2340132 or 14437084. OLE color: 14437084.
HSL color Cylindrical-coordinate representation of color #DC4ADC: hue angle of 300º 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 #DC4ADC is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 220 | - |
| CMYK | 0 | 0.66 | 0 | 0.14 |
| HSL | 300º | 0.68% | 0.58% | - |
| HSV(B) | 300º | 0.66% | 0.86% | - |
| XYZ | 44.88 | 25.28 | 70.22 | - |
| YUV | 134.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 220 | 0 | 0.66 | 0 | 0.14 | 300 | 0.68 | 0.58 |
| Hex | DC | 4A | DC | 0 | 42 | 0 | E | 12C | 44 | 3A |
| Octal | 334 | 112 | 334 | 0 | 102 | 0 | 16 | 454 | 104 | 72 |
| Binary | 11011100 | 1001010 | 11011100 | 0 | 1000010 | 0 | 1110 | 100101100 | 1000100 | 111010 |
Color Harmonies of #DC4ADC
Complementary color
Monochromatic Colors of #DC4ADC
Black with #DC4ADC
Text Example
Text Example
White with #DC4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4ADC; }
p { color: rgb(220,74,220); }
H1.HeaderClassName
{
color: #DC4ADC;
}
.AnyTagClassName
{
color: #DC4ADC;
}
</style>
background-color css
<style>
a { background-color: #DC4ADC; }
a { background-color: rgb(220,74,220); }
div.DivClassName
{
background-color: #DC4ADC;
}
.BgClassName
{
background-color: #DC4ADC;
}
</style>
border-color css
<style>
span { border-color: #DC4ADC; }
span { border-color: rgb(220,74,220); }
td.TdClassName
{
border-color: #DC4ADC;
}
.TagClassName
{
border-color: #DC4ADC;
}
</style>