Html Css Color HEX #DC5DC1 Free Speech Magenta
📋 copy color: '#DC5DC1'red 220 ◦ green 93 ◦ blue 193
Shades of Free Speech Magenta #DC5DC1
Tints of Free Speech Magenta #DC5DC1
RGB
CMYK
RGB Variations
Color information
#DC5DC1 (or 0xDC5DC1) is known color: Free Speech Magenta. HEX triplet: DC, 5D and C1. RGB value is (220,93,193). Sum of RGB (Red+Green+Blue) = 220+93+193=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DC1 is #23A23E. Grayscale: #8E8E8E. Windows color (decimal): -2335295 or 12672476. OLE color: 12672476.
HSL color Cylindrical-coordinate representation of color #DC5DC1: hue angle of 312.76º 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 #DC5DC1 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 193 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.14 |
| HSL | 312.76º | 0.64% | 0.61% | - |
| HSV(B) | 312.76º | 0.58% | 0.86% | - |
| XYZ | 43.06 | 26.89 | 53.37 | - |
| YUV | 142.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 193 | 0 | 0.58 | 0.12 | 0.14 | 312.76 | 0.64 | 0.61 |
| Hex | DC | 5D | C1 | 0 | 3A | C | E | 139 | 40 | 3D |
| Octal | 334 | 135 | 301 | 0 | 72 | 14 | 16 | 471 | 100 | 75 |
| Binary | 11011100 | 1011101 | 11000001 | 0 | 111010 | 1100 | 1110 | 100111001 | 1000000 | 111101 |
Color Harmonies of #DC5DC1
Complementary color
Monochromatic Colors of #DC5DC1
Black with #DC5DC1
Text Example
Text Example
White with #DC5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DC1; }
p { color: rgb(220,93,193); }
H1.HeaderClassName
{
color: #DC5DC1;
}
.AnyTagClassName
{
color: #DC5DC1;
}
</style>
background-color css
<style>
a { background-color: #DC5DC1; }
a { background-color: rgb(220,93,193); }
div.DivClassName
{
background-color: #DC5DC1;
}
.BgClassName
{
background-color: #DC5DC1;
}
</style>
border-color css
<style>
span { border-color: #DC5DC1; }
span { border-color: rgb(220,93,193); }
td.TdClassName
{
border-color: #DC5DC1;
}
.TagClassName
{
border-color: #DC5DC1;
}
</style>