Html Css Color HEX #DC44C3 Free Speech Magenta
📋 copy color: '#DC44C3'red 220 ◦ green 68 ◦ blue 195
Shades of Free Speech Magenta #DC44C3
Tints of Free Speech Magenta #DC44C3
RGB
CMYK
RGB Variations
Color information
#DC44C3 (or 0xDC44C3) is known color: Free Speech Magenta. HEX triplet: DC, 44 and C3. RGB value is (220,68,195). Sum of RGB (Red+Green+Blue) = 220+68+195=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44C3 is #23BB3C. Grayscale: #7F7F7F. Windows color (decimal): -2341693 or 12797148. OLE color: 12797148.
HSL color Cylindrical-coordinate representation of color #DC44C3: hue angle of 309.87º 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 #DC44C3 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 195 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.14 |
| HSL | 309.87º | 0.68% | 0.56% | - |
| HSV(B) | 309.87º | 0.69% | 0.86% | - |
| XYZ | 41.43 | 23.29 | 53.94 | - |
| YUV | 127.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 195 | 0 | 0.69 | 0.11 | 0.14 | 309.87 | 0.68 | 0.56 |
| Hex | DC | 44 | C3 | 0 | 45 | B | E | 136 | 44 | 38 |
| Octal | 334 | 104 | 303 | 0 | 105 | 13 | 16 | 466 | 104 | 70 |
| Binary | 11011100 | 1000100 | 11000011 | 0 | 1000101 | 1011 | 1110 | 100110110 | 1000100 | 111000 |
Color Harmonies of #DC44C3
Complementary color
Monochromatic Colors of #DC44C3
Black with #DC44C3
Text Example
Text Example
White with #DC44C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44C3; }
p { color: rgb(220,68,195); }
H1.HeaderClassName
{
color: #DC44C3;
}
.AnyTagClassName
{
color: #DC44C3;
}
</style>
background-color css
<style>
a { background-color: #DC44C3; }
a { background-color: rgb(220,68,195); }
div.DivClassName
{
background-color: #DC44C3;
}
.BgClassName
{
background-color: #DC44C3;
}
</style>
border-color css
<style>
span { border-color: #DC44C3; }
span { border-color: rgb(220,68,195); }
td.TdClassName
{
border-color: #DC44C3;
}
.TagClassName
{
border-color: #DC44C3;
}
</style>