Html Css Color HEX #DC4CDA Free Speech Magenta
📋 copy color: '#DC4CDA'red 220 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #DC4CDA
Tints of Free Speech Magenta #DC4CDA
RGB
CMYK
RGB Variations
Color information
#DC4CDA (or 0xDC4CDA) is known color: Free Speech Magenta. HEX triplet: DC, 4C and DA. RGB value is (220,76,218). Sum of RGB (Red+Green+Blue) = 220+76+218=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CDA is #23B325. Grayscale: #868686. Windows color (decimal): -2339622 or 14306524. OLE color: 14306524.
HSL color Cylindrical-coordinate representation of color #DC4CDA: hue angle of 300.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 #DC4CDA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 218 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.14 |
| HSL | 300.83º | 0.67% | 0.58% | - |
| HSV(B) | 300.83º | 0.65% | 0.86% | - |
| XYZ | 44.75 | 25.45 | 68.88 | - |
| YUV | 135.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 218 | 0 | 0.65 | 0.01 | 0.14 | 300.83 | 0.67 | 0.58 |
| Hex | DC | 4C | DA | 0 | 41 | 1 | E | 12D | 43 | 3A |
| Octal | 334 | 114 | 332 | 0 | 101 | 1 | 16 | 455 | 103 | 72 |
| Binary | 11011100 | 1001100 | 11011010 | 0 | 1000001 | 1 | 1110 | 100101101 | 1000011 | 111010 |
Color Harmonies of #DC4CDA
Complementary color
Monochromatic Colors of #DC4CDA
Black with #DC4CDA
Text Example
Text Example
White with #DC4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CDA; }
p { color: rgb(220,76,218); }
H1.HeaderClassName
{
color: #DC4CDA;
}
.AnyTagClassName
{
color: #DC4CDA;
}
</style>
background-color css
<style>
a { background-color: #DC4CDA; }
a { background-color: rgb(220,76,218); }
div.DivClassName
{
background-color: #DC4CDA;
}
.BgClassName
{
background-color: #DC4CDA;
}
</style>
border-color css
<style>
span { border-color: #DC4CDA; }
span { border-color: rgb(220,76,218); }
td.TdClassName
{
border-color: #DC4CDA;
}
.TagClassName
{
border-color: #DC4CDA;
}
</style>