Html Css Color HEX #DC32DB Free Speech Magenta
📋 copy color: '#DC32DB'red 220 ◦ green 50 ◦ blue 219
Shades of Free Speech Magenta #DC32DB
Tints of Free Speech Magenta #DC32DB
RGB
CMYK
RGB Variations
Color information
#DC32DB (or 0xDC32DB) is known color: Free Speech Magenta. HEX triplet: DC, 32 and DB. RGB value is (220,50,219). Sum of RGB (Red+Green+Blue) = 220+50+219=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32DB is #23CD24. Grayscale: #777777. Windows color (decimal): -2346277 or 14365404. OLE color: 14365404.
HSL color Cylindrical-coordinate representation of color #DC32DB: 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.77%. Process color model (Four color, CMYK) of #DC32DB is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 219 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.14 |
| HSL | 300.35º | 0.71% | 0.53% | - |
| HSV(B) | 300.35º | 0.77% | 0.86% | - |
| XYZ | 43.44 | 22.61 | 69.09 | - |
| YUV | 120.1 | 183.82 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 219 | 0 | 0.77 | 0.00 | 0.14 | 300.35 | 0.71 | 0.53 |
| Hex | DC | 32 | DB | 0 | 4D | 0 | E | 12C | 47 | 35 |
| Octal | 334 | 62 | 333 | 0 | 115 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011100 | 110010 | 11011011 | 0 | 1001101 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DC32DB
Complementary color
Monochromatic Colors of #DC32DB
Black with #DC32DB
Text Example
Text Example
White with #DC32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32DB; }
p { color: rgb(220,50,219); }
H1.HeaderClassName
{
color: #DC32DB;
}
.AnyTagClassName
{
color: #DC32DB;
}
</style>
background-color css
<style>
a { background-color: #DC32DB; }
a { background-color: rgb(220,50,219); }
div.DivClassName
{
background-color: #DC32DB;
}
.BgClassName
{
background-color: #DC32DB;
}
</style>
border-color css
<style>
span { border-color: #DC32DB; }
span { border-color: rgb(220,50,219); }
td.TdClassName
{
border-color: #DC32DB;
}
.TagClassName
{
border-color: #DC32DB;
}
</style>