Html Css Color HEX #DC44C1 Free Speech Magenta
📋 copy color: '#DC44C1'red 220 ◦ green 68 ◦ blue 193
Shades of Free Speech Magenta #DC44C1
Tints of Free Speech Magenta #DC44C1
RGB
CMYK
RGB Variations
Color information
#DC44C1 (or 0xDC44C1) is known color: Free Speech Magenta. HEX triplet: DC, 44 and C1. RGB value is (220,68,193). Sum of RGB (Red+Green+Blue) = 220+68+193=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44C1 is #23BB3E. Grayscale: #7F7F7F. Windows color (decimal): -2341695 or 12666076. OLE color: 12666076.
HSL color Cylindrical-coordinate representation of color #DC44C1: hue angle of 310.66º 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 #DC44C1 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 193 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.14 |
| HSL | 310.66º | 0.68% | 0.56% | - |
| HSV(B) | 310.66º | 0.69% | 0.86% | - |
| XYZ | 41.21 | 23.2 | 52.76 | - |
| YUV | 127.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 193 | 0 | 0.69 | 0.12 | 0.14 | 310.66 | 0.68 | 0.56 |
| Hex | DC | 44 | C1 | 0 | 45 | C | E | 137 | 44 | 38 |
| Octal | 334 | 104 | 301 | 0 | 105 | 14 | 16 | 467 | 104 | 70 |
| Binary | 11011100 | 1000100 | 11000001 | 0 | 1000101 | 1100 | 1110 | 100110111 | 1000100 | 111000 |
Color Harmonies of #DC44C1
Complementary color
Monochromatic Colors of #DC44C1
Black with #DC44C1
Text Example
Text Example
White with #DC44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44C1; }
p { color: rgb(220,68,193); }
H1.HeaderClassName
{
color: #DC44C1;
}
.AnyTagClassName
{
color: #DC44C1;
}
</style>
background-color css
<style>
a { background-color: #DC44C1; }
a { background-color: rgb(220,68,193); }
div.DivClassName
{
background-color: #DC44C1;
}
.BgClassName
{
background-color: #DC44C1;
}
</style>
border-color css
<style>
span { border-color: #DC44C1; }
span { border-color: rgb(220,68,193); }
td.TdClassName
{
border-color: #DC44C1;
}
.TagClassName
{
border-color: #DC44C1;
}
</style>