Html Css Color HEX #DC42DC Free Speech Magenta
📋 copy color: '#DC42DC'red 220 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #DC42DC
Tints of Free Speech Magenta #DC42DC
RGB
CMYK
RGB Variations
Color information
#DC42DC (or 0xDC42DC) is known color: Free Speech Magenta. HEX triplet: DC, 42 and DC. RGB value is (220,66,220). Sum of RGB (Red+Green+Blue) = 220+66+220=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42DC is #23BD23. Grayscale: #818181. Windows color (decimal): -2342180 or 14435036. OLE color: 14435036.
HSL color Cylindrical-coordinate representation of color #DC42DC: 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.7%. Process color model (Four color, CMYK) of #DC42DC is Cyan = 0, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 220 | - |
| CMYK | 0 | 0.7 | 0 | 0.14 |
| HSL | 300º | 0.69% | 0.56% | - |
| HSV(B) | 300º | 0.7% | 0.86% | - |
| XYZ | 44.38 | 24.28 | 70.06 | - |
| YUV | 129.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 220 | 0 | 0.7 | 0 | 0.14 | 300 | 0.69 | 0.56 |
| Hex | DC | 42 | DC | 0 | 46 | 0 | E | 12C | 45 | 38 |
| Octal | 334 | 102 | 334 | 0 | 106 | 0 | 16 | 454 | 105 | 70 |
| Binary | 11011100 | 1000010 | 11011100 | 0 | 1000110 | 0 | 1110 | 100101100 | 1000101 | 111000 |
Color Harmonies of #DC42DC
Complementary color
Monochromatic Colors of #DC42DC
Black with #DC42DC
Text Example
Text Example
White with #DC42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42DC; }
p { color: rgb(220,66,220); }
H1.HeaderClassName
{
color: #DC42DC;
}
.AnyTagClassName
{
color: #DC42DC;
}
</style>
background-color css
<style>
a { background-color: #DC42DC; }
a { background-color: rgb(220,66,220); }
div.DivClassName
{
background-color: #DC42DC;
}
.BgClassName
{
background-color: #DC42DC;
}
</style>
border-color css
<style>
span { border-color: #DC42DC; }
span { border-color: rgb(220,66,220); }
td.TdClassName
{
border-color: #DC42DC;
}
.TagClassName
{
border-color: #DC42DC;
}
</style>