Html Css Color HEX #DC36DB Free Speech Magenta
📋 copy color: '#DC36DB'red 220 ◦ green 54 ◦ blue 219
Shades of Free Speech Magenta #DC36DB
Tints of Free Speech Magenta #DC36DB
RGB
CMYK
RGB Variations
Color information
#DC36DB (or 0xDC36DB) is known color: Free Speech Magenta. HEX triplet: DC, 36 and DB. RGB value is (220,54,219). Sum of RGB (Red+Green+Blue) = 220+54+219=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC36DB is #23C924. Grayscale: #797979. Windows color (decimal): -2345253 or 14366428. OLE color: 14366428.
HSL color Cylindrical-coordinate representation of color #DC36DB: hue angle of 300.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC36DB is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 219 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.14 |
| HSL | 300.36º | 0.7% | 0.54% | - |
| HSV(B) | 300.36º | 0.75% | 0.86% | - |
| XYZ | 43.62 | 22.97 | 69.15 | - |
| YUV | 122.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 219 | 0 | 0.75 | 0.00 | 0.14 | 300.36 | 0.7 | 0.54 |
| Hex | DC | 36 | DB | 0 | 4B | 0 | E | 12C | 46 | 36 |
| Octal | 334 | 66 | 333 | 0 | 113 | 0 | 16 | 454 | 106 | 66 |
| Binary | 11011100 | 110110 | 11011011 | 0 | 1001011 | 0 | 1110 | 100101100 | 1000110 | 110110 |
Color Harmonies of #DC36DB
Complementary color
Monochromatic Colors of #DC36DB
Black with #DC36DB
Text Example
Text Example
White with #DC36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36DB; }
p { color: rgb(220,54,219); }
H1.HeaderClassName
{
color: #DC36DB;
}
.AnyTagClassName
{
color: #DC36DB;
}
</style>
background-color css
<style>
a { background-color: #DC36DB; }
a { background-color: rgb(220,54,219); }
div.DivClassName
{
background-color: #DC36DB;
}
.BgClassName
{
background-color: #DC36DB;
}
</style>
border-color css
<style>
span { border-color: #DC36DB; }
span { border-color: rgb(220,54,219); }
td.TdClassName
{
border-color: #DC36DB;
}
.TagClassName
{
border-color: #DC36DB;
}
</style>