Html Css Color HEX #DC44D3 Free Speech Magenta
📋 copy color: '#DC44D3'red 220 ◦ green 68 ◦ blue 211
Shades of Free Speech Magenta #DC44D3
Tints of Free Speech Magenta #DC44D3
RGB
CMYK
RGB Variations
Color information
#DC44D3 (or 0xDC44D3) is known color: Free Speech Magenta. HEX triplet: DC, 44 and D3. RGB value is (220,68,211). Sum of RGB (Red+Green+Blue) = 220+68+211=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44D3 is #23BB2C. Grayscale: #818181. Windows color (decimal): -2341677 or 13845724. OLE color: 13845724.
HSL color Cylindrical-coordinate representation of color #DC44D3: hue angle of 303.55º 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 #DC44D3 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 211 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.14 |
| HSL | 303.55º | 0.68% | 0.56% | - |
| HSV(B) | 303.55º | 0.69% | 0.86% | - |
| XYZ | 43.34 | 24.05 | 63.99 | - |
| YUV | 129.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 211 | 0 | 0.69 | 0.04 | 0.14 | 303.55 | 0.68 | 0.56 |
| Hex | DC | 44 | D3 | 0 | 45 | 4 | E | 130 | 44 | 38 |
| Octal | 334 | 104 | 323 | 0 | 105 | 4 | 16 | 460 | 104 | 70 |
| Binary | 11011100 | 1000100 | 11010011 | 0 | 1000101 | 100 | 1110 | 100110000 | 1000100 | 111000 |
Color Harmonies of #DC44D3
Complementary color
Monochromatic Colors of #DC44D3
Black with #DC44D3
Text Example
Text Example
White with #DC44D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44D3; }
p { color: rgb(220,68,211); }
H1.HeaderClassName
{
color: #DC44D3;
}
.AnyTagClassName
{
color: #DC44D3;
}
</style>
background-color css
<style>
a { background-color: #DC44D3; }
a { background-color: rgb(220,68,211); }
div.DivClassName
{
background-color: #DC44D3;
}
.BgClassName
{
background-color: #DC44D3;
}
</style>
border-color css
<style>
span { border-color: #DC44D3; }
span { border-color: rgb(220,68,211); }
td.TdClassName
{
border-color: #DC44D3;
}
.TagClassName
{
border-color: #DC44D3;
}
</style>