Html Css Color HEX #DC39DB Free Speech Magenta
📋 copy color: '#DC39DB'red 220 ◦ green 57 ◦ blue 219
Shades of Free Speech Magenta #DC39DB
Tints of Free Speech Magenta #DC39DB
RGB
CMYK
RGB Variations
Color information
#DC39DB (or 0xDC39DB) is known color: Free Speech Magenta. HEX triplet: DC, 39 and DB. RGB value is (220,57,219). Sum of RGB (Red+Green+Blue) = 220+57+219=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC39DB is #23C624. Grayscale: #7B7B7B. Windows color (decimal): -2344485 or 14367196. OLE color: 14367196.
HSL color Cylindrical-coordinate representation of color #DC39DB: hue angle of 300.37º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC39DB is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 219 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.14 |
| HSL | 300.37º | 0.7% | 0.54% | - |
| HSV(B) | 300.37º | 0.74% | 0.86% | - |
| XYZ | 43.76 | 23.26 | 69.2 | - |
| YUV | 124.21 | 181.5 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 219 | 0 | 0.74 | 0.00 | 0.14 | 300.37 | 0.7 | 0.54 |
| Hex | DC | 39 | DB | 0 | 4A | 0 | E | 12C | 46 | 36 |
| Octal | 334 | 71 | 333 | 0 | 112 | 0 | 16 | 454 | 106 | 66 |
| Binary | 11011100 | 111001 | 11011011 | 0 | 1001010 | 0 | 1110 | 100101100 | 1000110 | 110110 |
Color Harmonies of #DC39DB
Complementary color
Monochromatic Colors of #DC39DB
Black with #DC39DB
Text Example
Text Example
White with #DC39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC39DB; }
p { color: rgb(220,57,219); }
H1.HeaderClassName
{
color: #DC39DB;
}
.AnyTagClassName
{
color: #DC39DB;
}
</style>
background-color css
<style>
a { background-color: #DC39DB; }
a { background-color: rgb(220,57,219); }
div.DivClassName
{
background-color: #DC39DB;
}
.BgClassName
{
background-color: #DC39DB;
}
</style>
border-color css
<style>
span { border-color: #DC39DB; }
span { border-color: rgb(220,57,219); }
td.TdClassName
{
border-color: #DC39DB;
}
.TagClassName
{
border-color: #DC39DB;
}
</style>