Html Css Color HEX #DC5DB7 Free Speech Magenta
📋 copy color: '#DC5DB7'red 220 ◦ green 93 ◦ blue 183
Shades of Free Speech Magenta #DC5DB7
Tints of Free Speech Magenta #DC5DB7
RGB
CMYK
RGB Variations
Color information
#DC5DB7 (or 0xDC5DB7) is known color: Free Speech Magenta. HEX triplet: DC, 5D and B7. RGB value is (220,93,183). Sum of RGB (Red+Green+Blue) = 220+93+183=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DB7 is #23A248. Grayscale: #8D8D8D. Windows color (decimal): -2335305 or 12017116. OLE color: 12017116.
HSL color Cylindrical-coordinate representation of color #DC5DB7: hue angle of 317.48º 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 #DC5DB7 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 183 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.14 |
| HSL | 317.48º | 0.64% | 0.61% | - |
| HSV(B) | 317.48º | 0.58% | 0.86% | - |
| XYZ | 41.98 | 26.46 | 47.7 | - |
| YUV | 141.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 183 | 0 | 0.58 | 0.17 | 0.14 | 317.48 | 0.64 | 0.61 |
| Hex | DC | 5D | B7 | 0 | 3A | 11 | E | 13D | 40 | 3D |
| Octal | 334 | 135 | 267 | 0 | 72 | 21 | 16 | 475 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10110111 | 0 | 111010 | 10001 | 1110 | 100111101 | 1000000 | 111101 |
Color Harmonies of #DC5DB7
Complementary color
Monochromatic Colors of #DC5DB7
Black with #DC5DB7
Text Example
Text Example
White with #DC5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DB7; }
p { color: rgb(220,93,183); }
H1.HeaderClassName
{
color: #DC5DB7;
}
.AnyTagClassName
{
color: #DC5DB7;
}
</style>
background-color css
<style>
a { background-color: #DC5DB7; }
a { background-color: rgb(220,93,183); }
div.DivClassName
{
background-color: #DC5DB7;
}
.BgClassName
{
background-color: #DC5DB7;
}
</style>
border-color css
<style>
span { border-color: #DC5DB7; }
span { border-color: rgb(220,93,183); }
td.TdClassName
{
border-color: #DC5DB7;
}
.TagClassName
{
border-color: #DC5DB7;
}
</style>