Html Css Color HEX #DC42C7 Free Speech Magenta
📋 copy color: '#DC42C7'red 220 ◦ green 66 ◦ blue 199
Shades of Free Speech Magenta #DC42C7
Tints of Free Speech Magenta #DC42C7
RGB
CMYK
RGB Variations
Color information
#DC42C7 (or 0xDC42C7) is known color: Free Speech Magenta. HEX triplet: DC, 42 and C7. RGB value is (220,66,199). Sum of RGB (Red+Green+Blue) = 220+66+199=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42C7 is #23BD38. Grayscale: #7E7E7E. Windows color (decimal): -2342201 or 13058780. OLE color: 13058780.
HSL color Cylindrical-coordinate representation of color #DC42C7: hue angle of 308.18º 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 #DC42C7 is Cyan = 0, Magento = 0.7, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 199 | - |
| CMYK | 0 | 0.7 | 0.10 | 0.14 |
| HSL | 308.18º | 0.69% | 0.56% | - |
| HSV(B) | 308.18º | 0.7% | 0.86% | - |
| XYZ | 41.77 | 23.24 | 56.32 | - |
| YUV | 127.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 199 | 0 | 0.7 | 0.10 | 0.14 | 308.18 | 0.69 | 0.56 |
| Hex | DC | 42 | C7 | 0 | 46 | A | E | 134 | 45 | 38 |
| Octal | 334 | 102 | 307 | 0 | 106 | 12 | 16 | 464 | 105 | 70 |
| Binary | 11011100 | 1000010 | 11000111 | 0 | 1000110 | 1010 | 1110 | 100110100 | 1000101 | 111000 |
Color Harmonies of #DC42C7
Complementary color
Monochromatic Colors of #DC42C7
Black with #DC42C7
Text Example
Text Example
White with #DC42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42C7; }
p { color: rgb(220,66,199); }
H1.HeaderClassName
{
color: #DC42C7;
}
.AnyTagClassName
{
color: #DC42C7;
}
</style>
background-color css
<style>
a { background-color: #DC42C7; }
a { background-color: rgb(220,66,199); }
div.DivClassName
{
background-color: #DC42C7;
}
.BgClassName
{
background-color: #DC42C7;
}
</style>
border-color css
<style>
span { border-color: #DC42C7; }
span { border-color: rgb(220,66,199); }
td.TdClassName
{
border-color: #DC42C7;
}
.TagClassName
{
border-color: #DC42C7;
}
</style>