Html Css Color HEX #DC44C9 Free Speech Magenta
📋 copy color: '#DC44C9'red 220 ◦ green 68 ◦ blue 201
Shades of Free Speech Magenta #DC44C9
Tints of Free Speech Magenta #DC44C9
RGB
CMYK
RGB Variations
Color information
#DC44C9 (or 0xDC44C9) is known color: Free Speech Magenta. HEX triplet: DC, 44 and C9. RGB value is (220,68,201). Sum of RGB (Red+Green+Blue) = 220+68+201=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44C9 is #23BB36. Grayscale: #808080. Windows color (decimal): -2341687 or 13190364. OLE color: 13190364.
HSL color Cylindrical-coordinate representation of color #DC44C9: hue angle of 307.5º 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 #DC44C9 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 201 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.14 |
| HSL | 307.5º | 0.68% | 0.56% | - |
| HSV(B) | 307.5º | 0.69% | 0.86% | - |
| XYZ | 42.12 | 23.57 | 57.59 | - |
| YUV | 128.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 201 | 0 | 0.69 | 0.09 | 0.14 | 307.5 | 0.68 | 0.56 |
| Hex | DC | 44 | C9 | 0 | 45 | 9 | E | 134 | 44 | 38 |
| Octal | 334 | 104 | 311 | 0 | 105 | 11 | 16 | 464 | 104 | 70 |
| Binary | 11011100 | 1000100 | 11001001 | 0 | 1000101 | 1001 | 1110 | 100110100 | 1000100 | 111000 |
Color Harmonies of #DC44C9
Complementary color
Monochromatic Colors of #DC44C9
Black with #DC44C9
Text Example
Text Example
White with #DC44C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44C9; }
p { color: rgb(220,68,201); }
H1.HeaderClassName
{
color: #DC44C9;
}
.AnyTagClassName
{
color: #DC44C9;
}
</style>
background-color css
<style>
a { background-color: #DC44C9; }
a { background-color: rgb(220,68,201); }
div.DivClassName
{
background-color: #DC44C9;
}
.BgClassName
{
background-color: #DC44C9;
}
</style>
border-color css
<style>
span { border-color: #DC44C9; }
span { border-color: rgb(220,68,201); }
td.TdClassName
{
border-color: #DC44C9;
}
.TagClassName
{
border-color: #DC44C9;
}
</style>