Html Css Color HEX #DC5DBA Free Speech Magenta
📋 copy color: '#DC5DBA'red 220 ◦ green 93 ◦ blue 186
Shades of Free Speech Magenta #DC5DBA
Tints of Free Speech Magenta #DC5DBA
RGB
CMYK
RGB Variations
Color information
#DC5DBA (or 0xDC5DBA) is known color: Free Speech Magenta. HEX triplet: DC, 5D and BA. RGB value is (220,93,186). Sum of RGB (Red+Green+Blue) = 220+93+186=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DBA is #23A245. Grayscale: #8D8D8D. Windows color (decimal): -2335302 or 12213724. OLE color: 12213724.
HSL color Cylindrical-coordinate representation of color #DC5DBA: hue angle of 316.06º 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 #DC5DBA is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 186 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.14 |
| HSL | 316.06º | 0.64% | 0.61% | - |
| HSV(B) | 316.06º | 0.58% | 0.86% | - |
| XYZ | 42.29 | 26.59 | 49.36 | - |
| YUV | 141.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 186 | 0 | 0.58 | 0.15 | 0.14 | 316.06 | 0.64 | 0.61 |
| Hex | DC | 5D | BA | 0 | 3A | F | E | 13C | 40 | 3D |
| Octal | 334 | 135 | 272 | 0 | 72 | 17 | 16 | 474 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10111010 | 0 | 111010 | 1111 | 1110 | 100111100 | 1000000 | 111101 |
Color Harmonies of #DC5DBA
Complementary color
Monochromatic Colors of #DC5DBA
Black with #DC5DBA
Text Example
Text Example
White with #DC5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DBA; }
p { color: rgb(220,93,186); }
H1.HeaderClassName
{
color: #DC5DBA;
}
.AnyTagClassName
{
color: #DC5DBA;
}
</style>
background-color css
<style>
a { background-color: #DC5DBA; }
a { background-color: rgb(220,93,186); }
div.DivClassName
{
background-color: #DC5DBA;
}
.BgClassName
{
background-color: #DC5DBA;
}
</style>
border-color css
<style>
span { border-color: #DC5DBA; }
span { border-color: rgb(220,93,186); }
td.TdClassName
{
border-color: #DC5DBA;
}
.TagClassName
{
border-color: #DC5DBA;
}
</style>