Html Css Color HEX #DC50DB Free Speech Magenta
📋 copy color: '#DC50DB'red 220 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #DC50DB
Tints of Free Speech Magenta #DC50DB
RGB
CMYK
RGB Variations
Color information
#DC50DB (or 0xDC50DB) is known color: Free Speech Magenta. HEX triplet: DC, 50 and DB. RGB value is (220,80,219). Sum of RGB (Red+Green+Blue) = 220+80+219=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50DB is #23AF24. Grayscale: #898989. Windows color (decimal): -2338597 or 14373084. OLE color: 14373084.
HSL color Cylindrical-coordinate representation of color #DC50DB: hue angle of 300.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50DB is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 219 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.14 |
| HSL | 300.43º | 0.67% | 0.59% | - |
| HSV(B) | 300.43º | 0.64% | 0.86% | - |
| XYZ | 45.17 | 26.07 | 69.67 | - |
| YUV | 137.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 219 | 0 | 0.64 | 0.00 | 0.14 | 300.43 | 0.67 | 0.59 |
| Hex | DC | 50 | DB | 0 | 40 | 0 | E | 12C | 43 | 3B |
| Octal | 334 | 120 | 333 | 0 | 100 | 0 | 16 | 454 | 103 | 73 |
| Binary | 11011100 | 1010000 | 11011011 | 0 | 1000000 | 0 | 1110 | 100101100 | 1000011 | 111011 |
Color Harmonies of #DC50DB
Complementary color
Monochromatic Colors of #DC50DB
Black with #DC50DB
Text Example
Text Example
White with #DC50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50DB; }
p { color: rgb(220,80,219); }
H1.HeaderClassName
{
color: #DC50DB;
}
.AnyTagClassName
{
color: #DC50DB;
}
</style>
background-color css
<style>
a { background-color: #DC50DB; }
a { background-color: rgb(220,80,219); }
div.DivClassName
{
background-color: #DC50DB;
}
.BgClassName
{
background-color: #DC50DB;
}
</style>
border-color css
<style>
span { border-color: #DC50DB; }
span { border-color: rgb(220,80,219); }
td.TdClassName
{
border-color: #DC50DB;
}
.TagClassName
{
border-color: #DC50DB;
}
</style>