Html Css Color HEX #DC40DC Free Speech Magenta
📋 copy color: '#DC40DC'red 220 ◦ green 64 ◦ blue 220
Shades of Free Speech Magenta #DC40DC
Tints of Free Speech Magenta #DC40DC
RGB
CMYK
RGB Variations
Color information
#DC40DC (or 0xDC40DC) is known color: Free Speech Magenta. HEX triplet: DC, 40 and DC. RGB value is (220,64,220). Sum of RGB (Red+Green+Blue) = 220+64+220=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40DC is #23BF23. Grayscale: #7F7F7F. Windows color (decimal): -2342692 or 14434524. OLE color: 14434524.
HSL color Cylindrical-coordinate representation of color #DC40DC: hue angle of 300º 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 #DC40DC is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 220 | - |
| CMYK | 0 | 0.71 | 0 | 0.14 |
| HSL | 300º | 0.69% | 0.56% | - |
| HSV(B) | 300º | 0.71% | 0.86% | - |
| XYZ | 44.27 | 24.05 | 70.02 | - |
| YUV | 128.43 | 179.68 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 220 | 0 | 0.71 | 0 | 0.14 | 300 | 0.69 | 0.56 |
| Hex | DC | 40 | DC | 0 | 47 | 0 | E | 12C | 45 | 38 |
| Octal | 334 | 100 | 334 | 0 | 107 | 0 | 16 | 454 | 105 | 70 |
| Binary | 11011100 | 1000000 | 11011100 | 0 | 1000111 | 0 | 1110 | 100101100 | 1000101 | 111000 |
Color Harmonies of #DC40DC
Complementary color
Monochromatic Colors of #DC40DC
Black with #DC40DC
Text Example
Text Example
White with #DC40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40DC; }
p { color: rgb(220,64,220); }
H1.HeaderClassName
{
color: #DC40DC;
}
.AnyTagClassName
{
color: #DC40DC;
}
</style>
background-color css
<style>
a { background-color: #DC40DC; }
a { background-color: rgb(220,64,220); }
div.DivClassName
{
background-color: #DC40DC;
}
.BgClassName
{
background-color: #DC40DC;
}
</style>
border-color css
<style>
span { border-color: #DC40DC; }
span { border-color: rgb(220,64,220); }
td.TdClassName
{
border-color: #DC40DC;
}
.TagClassName
{
border-color: #DC40DC;
}
</style>