Html Css Color HEX #DC5DC2 Free Speech Magenta
📋 copy color: '#DC5DC2'red 220 ◦ green 93 ◦ blue 194
Shades of Free Speech Magenta #DC5DC2
Tints of Free Speech Magenta #DC5DC2
RGB
CMYK
RGB Variations
Color information
#DC5DC2 (or 0xDC5DC2) is known color: Free Speech Magenta. HEX triplet: DC, 5D and C2. RGB value is (220,93,194). Sum of RGB (Red+Green+Blue) = 220+93+194=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DC2 is #23A23D. Grayscale: #8E8E8E. Windows color (decimal): -2335294 or 12738012. OLE color: 12738012.
HSL color Cylindrical-coordinate representation of color #DC5DC2: hue angle of 312.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DC2 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 194 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.14 |
| HSL | 312.28º | 0.64% | 0.61% | - |
| HSV(B) | 312.28º | 0.58% | 0.86% | - |
| XYZ | 43.17 | 26.94 | 53.96 | - |
| YUV | 142.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 194 | 0 | 0.58 | 0.12 | 0.14 | 312.28 | 0.64 | 0.61 |
| Hex | DC | 5D | C2 | 0 | 3A | C | E | 138 | 40 | 3D |
| Octal | 334 | 135 | 302 | 0 | 72 | 14 | 16 | 470 | 100 | 75 |
| Binary | 11011100 | 1011101 | 11000010 | 0 | 111010 | 1100 | 1110 | 100111000 | 1000000 | 111101 |
Color Harmonies of #DC5DC2
Complementary color
Monochromatic Colors of #DC5DC2
Black with #DC5DC2
Text Example
Text Example
White with #DC5DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DC2; }
p { color: rgb(220,93,194); }
H1.HeaderClassName
{
color: #DC5DC2;
}
.AnyTagClassName
{
color: #DC5DC2;
}
</style>
background-color css
<style>
a { background-color: #DC5DC2; }
a { background-color: rgb(220,93,194); }
div.DivClassName
{
background-color: #DC5DC2;
}
.BgClassName
{
background-color: #DC5DC2;
}
</style>
border-color css
<style>
span { border-color: #DC5DC2; }
span { border-color: rgb(220,93,194); }
td.TdClassName
{
border-color: #DC5DC2;
}
.TagClassName
{
border-color: #DC5DC2;
}
</style>