Html Css Color HEX #DD50DB Free Speech Magenta
📋 copy color: '#DD50DB'red 221 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #DD50DB
Tints of Free Speech Magenta #DD50DB
RGB
CMYK
RGB Variations
Color information
#DD50DB (or 0xDD50DB) is known color: Free Speech Magenta. HEX triplet: DD, 50 and DB. RGB value is (221,80,219). Sum of RGB (Red+Green+Blue) = 221+80+219=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50DB is #22AF24. Grayscale: #898989. Windows color (decimal): -2273061 or 14373085. OLE color: 14373085.
HSL color Cylindrical-coordinate representation of color #DD50DB: hue angle of 300.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50DB is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 219 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.13 |
| HSL | 300.85º | 0.67% | 0.59% | - |
| HSV(B) | 300.85º | 0.64% | 0.87% | - |
| XYZ | 45.47 | 26.22 | 69.68 | - |
| YUV | 138.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 219 | 0 | 0.64 | 0.01 | 0.13 | 300.85 | 0.67 | 0.59 |
| Hex | DD | 50 | DB | 0 | 40 | 1 | D | 12D | 43 | 3B |
| Octal | 335 | 120 | 333 | 0 | 100 | 1 | 15 | 455 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11011011 | 0 | 1000000 | 1 | 1101 | 100101101 | 1000011 | 111011 |
Color Harmonies of #DD50DB
Complementary color
Monochromatic Colors of #DD50DB
Black with #DD50DB
Text Example
Text Example
White with #DD50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50DB; }
p { color: rgb(221,80,219); }
H1.HeaderClassName
{
color: #DD50DB;
}
.AnyTagClassName
{
color: #DD50DB;
}
</style>
background-color css
<style>
a { background-color: #DD50DB; }
a { background-color: rgb(221,80,219); }
div.DivClassName
{
background-color: #DD50DB;
}
.BgClassName
{
background-color: #DD50DB;
}
</style>
border-color css
<style>
span { border-color: #DD50DB; }
span { border-color: rgb(221,80,219); }
td.TdClassName
{
border-color: #DD50DB;
}
.TagClassName
{
border-color: #DD50DB;
}
</style>