Html Css Color HEX #DC4DD4 Free Speech Magenta
📋 copy color: '#DC4DD4'red 220 ◦ green 77 ◦ blue 212
Shades of Free Speech Magenta #DC4DD4
Tints of Free Speech Magenta #DC4DD4
RGB
CMYK
RGB Variations
Color information
#DC4DD4 (or 0xDC4DD4) is known color: Free Speech Magenta. HEX triplet: DC, 4D and D4. RGB value is (220,77,212). Sum of RGB (Red+Green+Blue) = 220+77+212=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DD4 is #23B22B. Grayscale: #868686. Windows color (decimal): -2339372 or 13913564. OLE color: 13913564.
HSL color Cylindrical-coordinate representation of color #DC4DD4: hue angle of 303.36º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DD4 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 212 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.14 |
| HSL | 303.36º | 0.67% | 0.58% | - |
| HSV(B) | 303.36º | 0.65% | 0.86% | - |
| XYZ | 44.05 | 25.28 | 64.84 | - |
| YUV | 135.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 212 | 0 | 0.65 | 0.04 | 0.14 | 303.36 | 0.67 | 0.58 |
| Hex | DC | 4D | D4 | 0 | 41 | 4 | E | 12F | 43 | 3A |
| Octal | 334 | 115 | 324 | 0 | 101 | 4 | 16 | 457 | 103 | 72 |
| Binary | 11011100 | 1001101 | 11010100 | 0 | 1000001 | 100 | 1110 | 100101111 | 1000011 | 111010 |
Color Harmonies of #DC4DD4
Complementary color
Monochromatic Colors of #DC4DD4
Black with #DC4DD4
Text Example
Text Example
White with #DC4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DD4; }
p { color: rgb(220,77,212); }
H1.HeaderClassName
{
color: #DC4DD4;
}
.AnyTagClassName
{
color: #DC4DD4;
}
</style>
background-color css
<style>
a { background-color: #DC4DD4; }
a { background-color: rgb(220,77,212); }
div.DivClassName
{
background-color: #DC4DD4;
}
.BgClassName
{
background-color: #DC4DD4;
}
</style>
border-color css
<style>
span { border-color: #DC4DD4; }
span { border-color: rgb(220,77,212); }
td.TdClassName
{
border-color: #DC4DD4;
}
.TagClassName
{
border-color: #DC4DD4;
}
</style>