Html Css Color HEX #DC40D6 Free Speech Magenta
📋 copy color: '#DC40D6'red 220 ◦ green 64 ◦ blue 214
Shades of Free Speech Magenta #DC40D6
Tints of Free Speech Magenta #DC40D6
RGB
CMYK
RGB Variations
Color information
#DC40D6 (or 0xDC40D6) is known color: Free Speech Magenta. HEX triplet: DC, 40 and D6. RGB value is (220,64,214). Sum of RGB (Red+Green+Blue) = 220+64+214=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40D6 is #23BF29. Grayscale: #7F7F7F. Windows color (decimal): -2342698 or 14041308. OLE color: 14041308.
HSL color Cylindrical-coordinate representation of color #DC40D6: hue angle of 302.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC40D6 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 214 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.14 |
| HSL | 302.31º | 0.69% | 0.56% | - |
| HSV(B) | 302.31º | 0.71% | 0.86% | - |
| XYZ | 43.49 | 23.74 | 65.91 | - |
| YUV | 127.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 214 | 0 | 0.71 | 0.03 | 0.14 | 302.31 | 0.69 | 0.56 |
| Hex | DC | 40 | D6 | 0 | 47 | 3 | E | 12E | 45 | 38 |
| Octal | 334 | 100 | 326 | 0 | 107 | 3 | 16 | 456 | 105 | 70 |
| Binary | 11011100 | 1000000 | 11010110 | 0 | 1000111 | 11 | 1110 | 100101110 | 1000101 | 111000 |
Color Harmonies of #DC40D6
Complementary color
Monochromatic Colors of #DC40D6
Black with #DC40D6
Text Example
Text Example
White with #DC40D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40D6; }
p { color: rgb(220,64,214); }
H1.HeaderClassName
{
color: #DC40D6;
}
.AnyTagClassName
{
color: #DC40D6;
}
</style>
background-color css
<style>
a { background-color: #DC40D6; }
a { background-color: rgb(220,64,214); }
div.DivClassName
{
background-color: #DC40D6;
}
.BgClassName
{
background-color: #DC40D6;
}
</style>
border-color css
<style>
span { border-color: #DC40D6; }
span { border-color: rgb(220,64,214); }
td.TdClassName
{
border-color: #DC40D6;
}
.TagClassName
{
border-color: #DC40D6;
}
</style>