Html Css Color HEX #DC4ADD Free Speech Magenta
📋 copy color: '#DC4ADD'red 220 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #DC4ADD
Tints of Free Speech Magenta #DC4ADD
RGB
CMYK
RGB Variations
Color information
#DC4ADD (or 0xDC4ADD) is known color: Free Speech Magenta. HEX triplet: DC, 4A and DD. RGB value is (220,74,221). Sum of RGB (Red+Green+Blue) = 220+74+221=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4ADD is #23B522. Grayscale: #858585. Windows color (decimal): -2340131 or 14502620. OLE color: 14502620.
HSL color Cylindrical-coordinate representation of color #DC4ADD: hue angle of 299.59º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4ADD is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 74 | 221 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.13 |
| HSL | 299.59º | 0.68% | 0.58% | - |
| HSV(B) | 299.59º | 0.67% | 0.87% | - |
| XYZ | 45.02 | 25.33 | 70.92 | - |
| YUV | 134.41 | 176.87 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 221 | 0.00 | 0.67 | 0 | 0.13 | 299.59 | 0.68 | 0.58 |
| Hex | DC | 4A | DD | 0 | 43 | 0 | D | 12C | 44 | 3A |
| Octal | 334 | 112 | 335 | 0 | 103 | 0 | 15 | 454 | 104 | 72 |
| Binary | 11011100 | 1001010 | 11011101 | 0 | 1000011 | 0 | 1101 | 100101100 | 1000100 | 111010 |
Color Harmonies of #DC4ADD
Complementary color
Monochromatic Colors of #DC4ADD
Black with #DC4ADD
Text Example
Text Example
White with #DC4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4ADD; }
p { color: rgb(220,74,221); }
H1.HeaderClassName
{
color: #DC4ADD;
}
.AnyTagClassName
{
color: #DC4ADD;
}
</style>
background-color css
<style>
a { background-color: #DC4ADD; }
a { background-color: rgb(220,74,221); }
div.DivClassName
{
background-color: #DC4ADD;
}
.BgClassName
{
background-color: #DC4ADD;
}
</style>
border-color css
<style>
span { border-color: #DC4ADD; }
span { border-color: rgb(220,74,221); }
td.TdClassName
{
border-color: #DC4ADD;
}
.TagClassName
{
border-color: #DC4ADD;
}
</style>