Html Css Color HEX #DC5EC6 Free Speech Magenta
📋 copy color: '#DC5EC6'red 220 ◦ green 94 ◦ blue 198
Shades of Free Speech Magenta #DC5EC6
Tints of Free Speech Magenta #DC5EC6
RGB
CMYK
RGB Variations
Color information
#DC5EC6 (or 0xDC5EC6) is known color: Free Speech Magenta. HEX triplet: DC, 5E and C6. RGB value is (220,94,198). Sum of RGB (Red+Green+Blue) = 220+94+198=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EC6 is #23A139. Grayscale: #8F8F8F. Windows color (decimal): -2335034 or 13000412. OLE color: 13000412.
HSL color Cylindrical-coordinate representation of color #DC5EC6: hue angle of 310.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5EC6 is Cyan = 0, Magento = 0.57, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 198 | - |
| CMYK | 0 | 0.57 | 0.1 | 0.14 |
| HSL | 310.48º | 0.64% | 0.62% | - |
| HSV(B) | 310.48º | 0.57% | 0.86% | - |
| XYZ | 43.71 | 27.3 | 56.39 | - |
| YUV | 143.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 198 | 0 | 0.57 | 0.1 | 0.14 | 310.48 | 0.64 | 0.62 |
| Hex | DC | 5E | C6 | 0 | 39 | A | E | 136 | 40 | 3E |
| Octal | 334 | 136 | 306 | 0 | 71 | 12 | 16 | 466 | 100 | 76 |
| Binary | 11011100 | 1011110 | 11000110 | 0 | 111001 | 1010 | 1110 | 100110110 | 1000000 | 111110 |
Color Harmonies of #DC5EC6
Complementary color
Monochromatic Colors of #DC5EC6
Black with #DC5EC6
Text Example
Text Example
White with #DC5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EC6; }
p { color: rgb(220,94,198); }
H1.HeaderClassName
{
color: #DC5EC6;
}
.AnyTagClassName
{
color: #DC5EC6;
}
</style>
background-color css
<style>
a { background-color: #DC5EC6; }
a { background-color: rgb(220,94,198); }
div.DivClassName
{
background-color: #DC5EC6;
}
.BgClassName
{
background-color: #DC5EC6;
}
</style>
border-color css
<style>
span { border-color: #DC5EC6; }
span { border-color: rgb(220,94,198); }
td.TdClassName
{
border-color: #DC5EC6;
}
.TagClassName
{
border-color: #DC5EC6;
}
</style>