Html Css Color HEX #DC4AC0 Free Speech Magenta
📋 copy color: '#DC4AC0'red 220 ◦ green 74 ◦ blue 192
Shades of Free Speech Magenta #DC4AC0
Tints of Free Speech Magenta #DC4AC0
RGB
CMYK
RGB Variations
Color information
#DC4AC0 (or 0xDC4AC0) is known color: Free Speech Magenta. HEX triplet: DC, 4A and C0. RGB value is (220,74,192). Sum of RGB (Red+Green+Blue) = 220+74+192=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4AC0 is #23B53F. Grayscale: #828282. Windows color (decimal): -2340160 or 12602076. OLE color: 12602076.
HSL color Cylindrical-coordinate representation of color #DC4AC0: hue angle of 311.51º 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 #DC4AC0 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 192 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.14 |
| HSL | 311.51º | 0.68% | 0.58% | - |
| HSV(B) | 311.51º | 0.66% | 0.86% | - |
| XYZ | 41.48 | 23.92 | 52.3 | - |
| YUV | 131.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 192 | 0 | 0.66 | 0.13 | 0.14 | 311.51 | 0.68 | 0.58 |
| Hex | DC | 4A | C0 | 0 | 42 | D | E | 138 | 44 | 3A |
| Octal | 334 | 112 | 300 | 0 | 102 | 15 | 16 | 470 | 104 | 72 |
| Binary | 11011100 | 1001010 | 11000000 | 0 | 1000010 | 1101 | 1110 | 100111000 | 1000100 | 111010 |
Color Harmonies of #DC4AC0
Complementary color
Monochromatic Colors of #DC4AC0
Black with #DC4AC0
Text Example
Text Example
White with #DC4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AC0; }
p { color: rgb(220,74,192); }
H1.HeaderClassName
{
color: #DC4AC0;
}
.AnyTagClassName
{
color: #DC4AC0;
}
</style>
background-color css
<style>
a { background-color: #DC4AC0; }
a { background-color: rgb(220,74,192); }
div.DivClassName
{
background-color: #DC4AC0;
}
.BgClassName
{
background-color: #DC4AC0;
}
</style>
border-color css
<style>
span { border-color: #DC4AC0; }
span { border-color: rgb(220,74,192); }
td.TdClassName
{
border-color: #DC4AC0;
}
.TagClassName
{
border-color: #DC4AC0;
}
</style>