Html Css Color HEX #DC5DB8 Free Speech Magenta
📋 copy color: '#DC5DB8'red 220 ◦ green 93 ◦ blue 184
Shades of Free Speech Magenta #DC5DB8
Tints of Free Speech Magenta #DC5DB8
RGB
CMYK
RGB Variations
Color information
#DC5DB8 (or 0xDC5DB8) is known color: Free Speech Magenta. HEX triplet: DC, 5D and B8. RGB value is (220,93,184). Sum of RGB (Red+Green+Blue) = 220+93+184=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DB8 is #23A247. Grayscale: #8D8D8D. Windows color (decimal): -2335304 or 12082652. OLE color: 12082652.
HSL color Cylindrical-coordinate representation of color #DC5DB8: hue angle of 317.01º 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 #DC5DB8 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 184 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.14 |
| HSL | 317.01º | 0.64% | 0.61% | - |
| HSV(B) | 317.01º | 0.58% | 0.86% | - |
| XYZ | 42.08 | 26.51 | 48.25 | - |
| YUV | 141.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 184 | 0 | 0.58 | 0.16 | 0.14 | 317.01 | 0.64 | 0.61 |
| Hex | DC | 5D | B8 | 0 | 3A | 10 | E | 13D | 40 | 3D |
| Octal | 334 | 135 | 270 | 0 | 72 | 20 | 16 | 475 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10111000 | 0 | 111010 | 10000 | 1110 | 100111101 | 1000000 | 111101 |
Color Harmonies of #DC5DB8
Complementary color
Monochromatic Colors of #DC5DB8
Black with #DC5DB8
Text Example
Text Example
White with #DC5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DB8; }
p { color: rgb(220,93,184); }
H1.HeaderClassName
{
color: #DC5DB8;
}
.AnyTagClassName
{
color: #DC5DB8;
}
</style>
background-color css
<style>
a { background-color: #DC5DB8; }
a { background-color: rgb(220,93,184); }
div.DivClassName
{
background-color: #DC5DB8;
}
.BgClassName
{
background-color: #DC5DB8;
}
</style>
border-color css
<style>
span { border-color: #DC5DB8; }
span { border-color: rgb(220,93,184); }
td.TdClassName
{
border-color: #DC5DB8;
}
.TagClassName
{
border-color: #DC5DB8;
}
</style>