Html Css Color HEX #DC43D9 Free Speech Magenta
📋 copy color: '#DC43D9'red 220 ◦ green 67 ◦ blue 217
Shades of Free Speech Magenta #DC43D9
Tints of Free Speech Magenta #DC43D9
RGB
CMYK
RGB Variations
Color information
#DC43D9 (or 0xDC43D9) is known color: Free Speech Magenta. HEX triplet: DC, 43 and D9. RGB value is (220,67,217). Sum of RGB (Red+Green+Blue) = 220+67+217=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43D9 is #23BC26. Grayscale: #818181. Windows color (decimal): -2341927 or 14238684. OLE color: 14238684.
HSL color Cylindrical-coordinate representation of color #DC43D9: hue angle of 301.18º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC43D9 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 217 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.14 |
| HSL | 301.18º | 0.69% | 0.56% | - |
| HSV(B) | 301.18º | 0.7% | 0.86% | - |
| XYZ | 44.05 | 24.24 | 68 | - |
| YUV | 129.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 217 | 0 | 0.70 | 0.01 | 0.14 | 301.18 | 0.69 | 0.56 |
| Hex | DC | 43 | D9 | 0 | 46 | 1 | E | 12D | 45 | 38 |
| Octal | 334 | 103 | 331 | 0 | 106 | 1 | 16 | 455 | 105 | 70 |
| Binary | 11011100 | 1000011 | 11011001 | 0 | 1000110 | 1 | 1110 | 100101101 | 1000101 | 111000 |
Color Harmonies of #DC43D9
Complementary color
Monochromatic Colors of #DC43D9
Black with #DC43D9
Text Example
Text Example
White with #DC43D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43D9; }
p { color: rgb(220,67,217); }
H1.HeaderClassName
{
color: #DC43D9;
}
.AnyTagClassName
{
color: #DC43D9;
}
</style>
background-color css
<style>
a { background-color: #DC43D9; }
a { background-color: rgb(220,67,217); }
div.DivClassName
{
background-color: #DC43D9;
}
.BgClassName
{
background-color: #DC43D9;
}
</style>
border-color css
<style>
span { border-color: #DC43D9; }
span { border-color: rgb(220,67,217); }
td.TdClassName
{
border-color: #DC43D9;
}
.TagClassName
{
border-color: #DC43D9;
}
</style>