Html Css Color HEX #DC44D4 Free Speech Magenta
📋 copy color: '#DC44D4'red 220 ◦ green 68 ◦ blue 212
Shades of Free Speech Magenta #DC44D4
Tints of Free Speech Magenta #DC44D4
RGB
CMYK
RGB Variations
Color information
#DC44D4 (or 0xDC44D4) is known color: Free Speech Magenta. HEX triplet: DC, 44 and D4. RGB value is (220,68,212). Sum of RGB (Red+Green+Blue) = 220+68+212=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44D4 is #23BB2B. Grayscale: #818181. Windows color (decimal): -2341676 or 13911260. OLE color: 13911260.
HSL color Cylindrical-coordinate representation of color #DC44D4: hue angle of 303.16º 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 #DC44D4 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 212 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.14 |
| HSL | 303.16º | 0.68% | 0.56% | - |
| HSV(B) | 303.16º | 0.69% | 0.86% | - |
| XYZ | 43.47 | 24.1 | 64.65 | - |
| YUV | 129.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 212 | 0 | 0.69 | 0.04 | 0.14 | 303.16 | 0.68 | 0.56 |
| Hex | DC | 44 | D4 | 0 | 45 | 4 | E | 12F | 44 | 38 |
| Octal | 334 | 104 | 324 | 0 | 105 | 4 | 16 | 457 | 104 | 70 |
| Binary | 11011100 | 1000100 | 11010100 | 0 | 1000101 | 100 | 1110 | 100101111 | 1000100 | 111000 |
Color Harmonies of #DC44D4
Complementary color
Monochromatic Colors of #DC44D4
Black with #DC44D4
Text Example
Text Example
White with #DC44D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44D4; }
p { color: rgb(220,68,212); }
H1.HeaderClassName
{
color: #DC44D4;
}
.AnyTagClassName
{
color: #DC44D4;
}
</style>
background-color css
<style>
a { background-color: #DC44D4; }
a { background-color: rgb(220,68,212); }
div.DivClassName
{
background-color: #DC44D4;
}
.BgClassName
{
background-color: #DC44D4;
}
</style>
border-color css
<style>
span { border-color: #DC44D4; }
span { border-color: rgb(220,68,212); }
td.TdClassName
{
border-color: #DC44D4;
}
.TagClassName
{
border-color: #DC44D4;
}
</style>