Html Css Color HEX #DC42D9 Free Speech Magenta
📋 copy color: '#DC42D9'red 220 ◦ green 66 ◦ blue 217
Shades of Free Speech Magenta #DC42D9
Tints of Free Speech Magenta #DC42D9
RGB
CMYK
RGB Variations
Color information
#DC42D9 (or 0xDC42D9) is known color: Free Speech Magenta. HEX triplet: DC, 42 and D9. RGB value is (220,66,217). Sum of RGB (Red+Green+Blue) = 220+66+217=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42D9 is #23BD26. Grayscale: #808080. Windows color (decimal): -2342183 or 14238428. OLE color: 14238428.
HSL color Cylindrical-coordinate representation of color #DC42D9: hue angle of 301.17º 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 #DC42D9 is Cyan = 0, Magento = 0.7, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 217 | - |
| CMYK | 0 | 0.7 | 0.01 | 0.14 |
| HSL | 301.17º | 0.69% | 0.56% | - |
| HSV(B) | 301.17º | 0.7% | 0.86% | - |
| XYZ | 43.99 | 24.12 | 67.98 | - |
| YUV | 129.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 217 | 0 | 0.7 | 0.01 | 0.14 | 301.17 | 0.69 | 0.56 |
| Hex | DC | 42 | D9 | 0 | 46 | 1 | E | 12D | 45 | 38 |
| Octal | 334 | 102 | 331 | 0 | 106 | 1 | 16 | 455 | 105 | 70 |
| Binary | 11011100 | 1000010 | 11011001 | 0 | 1000110 | 1 | 1110 | 100101101 | 1000101 | 111000 |
Color Harmonies of #DC42D9
Complementary color
Monochromatic Colors of #DC42D9
Black with #DC42D9
Text Example
Text Example
White with #DC42D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42D9; }
p { color: rgb(220,66,217); }
H1.HeaderClassName
{
color: #DC42D9;
}
.AnyTagClassName
{
color: #DC42D9;
}
</style>
background-color css
<style>
a { background-color: #DC42D9; }
a { background-color: rgb(220,66,217); }
div.DivClassName
{
background-color: #DC42D9;
}
.BgClassName
{
background-color: #DC42D9;
}
</style>
border-color css
<style>
span { border-color: #DC42D9; }
span { border-color: rgb(220,66,217); }
td.TdClassName
{
border-color: #DC42D9;
}
.TagClassName
{
border-color: #DC42D9;
}
</style>