Html Css Color HEX #DC5CDB Free Speech Magenta
📋 copy color: '#DC5CDB'red 220 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #DC5CDB
Tints of Free Speech Magenta #DC5CDB
RGB
CMYK
RGB Variations
Color information
#DC5CDB (or 0xDC5CDB) is known color: Free Speech Magenta. HEX triplet: DC, 5C and DB. RGB value is (220,92,219). Sum of RGB (Red+Green+Blue) = 220+92+219=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CDB is #23A324. Grayscale: #909090. Windows color (decimal): -2335525 or 14376156. OLE color: 14376156.
HSL color Cylindrical-coordinate representation of color #DC5CDB: hue angle of 300.47º degrees, saturation: 0.65, 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 #DC5CDB is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 219 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.14 |
| HSL | 300.47º | 0.65% | 0.61% | - |
| HSV(B) | 300.47º | 0.58% | 0.86% | - |
| XYZ | 46.13 | 27.98 | 69.99 | - |
| YUV | 144.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 219 | 0 | 0.58 | 0.00 | 0.14 | 300.47 | 0.65 | 0.61 |
| Hex | DC | 5C | DB | 0 | 3A | 0 | E | 12C | 41 | 3D |
| Octal | 334 | 134 | 333 | 0 | 72 | 0 | 16 | 454 | 101 | 75 |
| Binary | 11011100 | 1011100 | 11011011 | 0 | 111010 | 0 | 1110 | 100101100 | 1000001 | 111101 |
Color Harmonies of #DC5CDB
Complementary color
Monochromatic Colors of #DC5CDB
Black with #DC5CDB
Text Example
Text Example
White with #DC5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CDB; }
p { color: rgb(220,92,219); }
H1.HeaderClassName
{
color: #DC5CDB;
}
.AnyTagClassName
{
color: #DC5CDB;
}
</style>
background-color css
<style>
a { background-color: #DC5CDB; }
a { background-color: rgb(220,92,219); }
div.DivClassName
{
background-color: #DC5CDB;
}
.BgClassName
{
background-color: #DC5CDB;
}
</style>
border-color css
<style>
span { border-color: #DC5CDB; }
span { border-color: rgb(220,92,219); }
td.TdClassName
{
border-color: #DC5CDB;
}
.TagClassName
{
border-color: #DC5CDB;
}
</style>