Html Css Color HEX #DC33DB Free Speech Magenta
📋 copy color: '#DC33DB'red 220 ◦ green 51 ◦ blue 219
Shades of Free Speech Magenta #DC33DB
Tints of Free Speech Magenta #DC33DB
RGB
CMYK
RGB Variations
Color information
#DC33DB (or 0xDC33DB) is known color: Free Speech Magenta. HEX triplet: DC, 33 and DB. RGB value is (220,51,219). Sum of RGB (Red+Green+Blue) = 220+51+219=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33DB is #23CC24. Grayscale: #787878. Windows color (decimal): -2346021 or 14365660. OLE color: 14365660.
HSL color Cylindrical-coordinate representation of color #DC33DB: hue angle of 300.36º 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 #DC33DB is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 219 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.14 |
| HSL | 300.36º | 0.71% | 0.53% | - |
| HSV(B) | 300.36º | 0.77% | 0.86% | - |
| XYZ | 43.49 | 22.7 | 69.11 | - |
| YUV | 120.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 219 | 0 | 0.77 | 0.00 | 0.14 | 300.36 | 0.71 | 0.53 |
| Hex | DC | 33 | DB | 0 | 4D | 0 | E | 12C | 47 | 35 |
| Octal | 334 | 63 | 333 | 0 | 115 | 0 | 16 | 454 | 107 | 65 |
| Binary | 11011100 | 110011 | 11011011 | 0 | 1001101 | 0 | 1110 | 100101100 | 1000111 | 110101 |
Color Harmonies of #DC33DB
Complementary color
Monochromatic Colors of #DC33DB
Black with #DC33DB
Text Example
Text Example
White with #DC33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33DB; }
p { color: rgb(220,51,219); }
H1.HeaderClassName
{
color: #DC33DB;
}
.AnyTagClassName
{
color: #DC33DB;
}
</style>
background-color css
<style>
a { background-color: #DC33DB; }
a { background-color: rgb(220,51,219); }
div.DivClassName
{
background-color: #DC33DB;
}
.BgClassName
{
background-color: #DC33DB;
}
</style>
border-color css
<style>
span { border-color: #DC33DB; }
span { border-color: rgb(220,51,219); }
td.TdClassName
{
border-color: #DC33DB;
}
.TagClassName
{
border-color: #DC33DB;
}
</style>