Html Css Color HEX #DC44C5 Free Speech Magenta
📋 copy color: '#DC44C5'red 220 ◦ green 68 ◦ blue 197
Shades of Free Speech Magenta #DC44C5
Tints of Free Speech Magenta #DC44C5
RGB
CMYK
RGB Variations
Color information
#DC44C5 (or 0xDC44C5) is known color: Free Speech Magenta. HEX triplet: DC, 44 and C5. RGB value is (220,68,197). Sum of RGB (Red+Green+Blue) = 220+68+197=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44C5 is #23BB3A. Grayscale: #7F7F7F. Windows color (decimal): -2341691 or 12928220. OLE color: 12928220.
HSL color Cylindrical-coordinate representation of color #DC44C5: hue angle of 309.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC44C5 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 197 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.14 |
| HSL | 309.08º | 0.68% | 0.56% | - |
| HSV(B) | 309.08º | 0.69% | 0.86% | - |
| XYZ | 41.66 | 23.38 | 55.14 | - |
| YUV | 128.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 197 | 0 | 0.69 | 0.10 | 0.14 | 309.08 | 0.68 | 0.56 |
| Hex | DC | 44 | C5 | 0 | 45 | A | E | 135 | 44 | 38 |
| Octal | 334 | 104 | 305 | 0 | 105 | 12 | 16 | 465 | 104 | 70 |
| Binary | 11011100 | 1000100 | 11000101 | 0 | 1000101 | 1010 | 1110 | 100110101 | 1000100 | 111000 |
Color Harmonies of #DC44C5
Complementary color
Monochromatic Colors of #DC44C5
Black with #DC44C5
Text Example
Text Example
White with #DC44C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44C5; }
p { color: rgb(220,68,197); }
H1.HeaderClassName
{
color: #DC44C5;
}
.AnyTagClassName
{
color: #DC44C5;
}
</style>
background-color css
<style>
a { background-color: #DC44C5; }
a { background-color: rgb(220,68,197); }
div.DivClassName
{
background-color: #DC44C5;
}
.BgClassName
{
background-color: #DC44C5;
}
</style>
border-color css
<style>
span { border-color: #DC44C5; }
span { border-color: rgb(220,68,197); }
td.TdClassName
{
border-color: #DC44C5;
}
.TagClassName
{
border-color: #DC44C5;
}
</style>