Html Css Color HEX #DC4CC2 Free Speech Magenta
📋 copy color: '#DC4CC2'red 220 ◦ green 76 ◦ blue 194
Shades of Free Speech Magenta #DC4CC2
Tints of Free Speech Magenta #DC4CC2
RGB
CMYK
RGB Variations
Color information
#DC4CC2 (or 0xDC4CC2) is known color: Free Speech Magenta. HEX triplet: DC, 4C and C2. RGB value is (220,76,194). Sum of RGB (Red+Green+Blue) = 220+76+194=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CC2 is #23B33D. Grayscale: #848484. Windows color (decimal): -2339646 or 12733660. OLE color: 12733660.
HSL color Cylindrical-coordinate representation of color #DC4CC2: hue angle of 310.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4CC2 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 194 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.14 |
| HSL | 310.83º | 0.67% | 0.58% | - |
| HSV(B) | 310.83º | 0.65% | 0.86% | - |
| XYZ | 41.84 | 24.28 | 53.52 | - |
| YUV | 132.51 | 162.71 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 194 | 0 | 0.65 | 0.12 | 0.14 | 310.83 | 0.67 | 0.58 |
| Hex | DC | 4C | C2 | 0 | 41 | C | E | 137 | 43 | 3A |
| Octal | 334 | 114 | 302 | 0 | 101 | 14 | 16 | 467 | 103 | 72 |
| Binary | 11011100 | 1001100 | 11000010 | 0 | 1000001 | 1100 | 1110 | 100110111 | 1000011 | 111010 |
Color Harmonies of #DC4CC2
Complementary color
Monochromatic Colors of #DC4CC2
Black with #DC4CC2
Text Example
Text Example
White with #DC4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CC2; }
p { color: rgb(220,76,194); }
H1.HeaderClassName
{
color: #DC4CC2;
}
.AnyTagClassName
{
color: #DC4CC2;
}
</style>
background-color css
<style>
a { background-color: #DC4CC2; }
a { background-color: rgb(220,76,194); }
div.DivClassName
{
background-color: #DC4CC2;
}
.BgClassName
{
background-color: #DC4CC2;
}
</style>
border-color css
<style>
span { border-color: #DC4CC2; }
span { border-color: rgb(220,76,194); }
td.TdClassName
{
border-color: #DC4CC2;
}
.TagClassName
{
border-color: #DC4CC2;
}
</style>