Html Css Color HEX #DC31DB Free Speech Magenta
📋 copy color: '#DC31DB'red 220 ◦ green 49 ◦ blue 219
Shades of Free Speech Magenta #DC31DB
Tints of Free Speech Magenta #DC31DB
RGB
CMYK
RGB Variations
Color information
#DC31DB (or 0xDC31DB) is known color: Free Speech Magenta. HEX triplet: DC, 31 and DB. RGB value is (220,49,219). Sum of RGB (Red+Green+Blue) = 220+49+219=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC31DB is #23CE24. Grayscale: #777777. Windows color (decimal): -2346533 or 14365148. OLE color: 14365148.
HSL color Cylindrical-coordinate representation of color #DC31DB: hue angle of 300.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31DB is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 219 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.14 |
| HSL | 300.35º | 0.71% | 0.53% | - |
| HSV(B) | 300.35º | 0.78% | 0.86% | - |
| XYZ | 43.4 | 22.53 | 69.08 | - |
| YUV | 119.51 | 184.15 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 219 | 0 | 0.78 | 0.00 | 0.14 | 300.35 | 0.71 | 0.53 |
| Hex | DC | 31 | DB | 0 | 4E | 0 | E | 12C | 47 | 35 |
| Octal | 334 | 61 | 333 | 0 | 116 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011100 | 110001 | 11011011 | 0 | 1001110 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DC31DB
Complementary color
Monochromatic Colors of #DC31DB
Black with #DC31DB
Text Example
Text Example
White with #DC31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31DB; }
p { color: rgb(220,49,219); }
H1.HeaderClassName
{
color: #DC31DB;
}
.AnyTagClassName
{
color: #DC31DB;
}
</style>
background-color css
<style>
a { background-color: #DC31DB; }
a { background-color: rgb(220,49,219); }
div.DivClassName
{
background-color: #DC31DB;
}
.BgClassName
{
background-color: #DC31DB;
}
</style>
border-color css
<style>
span { border-color: #DC31DB; }
span { border-color: rgb(220,49,219); }
td.TdClassName
{
border-color: #DC31DB;
}
.TagClassName
{
border-color: #DC31DB;
}
</style>