Html Css Color HEX #DD44DB Free Speech Magenta
📋 copy color: '#DD44DB'red 221 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #DD44DB
Tints of Free Speech Magenta #DD44DB
RGB
CMYK
RGB Variations
Color information
#DD44DB (or 0xDD44DB) is known color: Free Speech Magenta. HEX triplet: DD, 44 and DB. RGB value is (221,68,219). Sum of RGB (Red+Green+Blue) = 221+68+219=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44DB is #22BB24. Grayscale: #828282. Windows color (decimal): -2276133 or 14370013. OLE color: 14370013.
HSL color Cylindrical-coordinate representation of color #DD44DB: hue angle of 300.78º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44DB is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 219 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.13 |
| HSL | 300.78º | 0.69% | 0.57% | - |
| HSV(B) | 300.78º | 0.69% | 0.87% | - |
| XYZ | 44.67 | 24.62 | 69.42 | - |
| YUV | 130.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 219 | 0 | 0.69 | 0.01 | 0.13 | 300.78 | 0.69 | 0.57 |
| Hex | DD | 44 | DB | 0 | 45 | 1 | D | 12D | 45 | 39 |
| Octal | 335 | 104 | 333 | 0 | 105 | 1 | 15 | 455 | 105 | 71 |
| Binary | 11011101 | 1000100 | 11011011 | 0 | 1000101 | 1 | 1101 | 100101101 | 1000101 | 111001 |
Color Harmonies of #DD44DB
Complementary color
Monochromatic Colors of #DD44DB
Black with #DD44DB
Text Example
Text Example
White with #DD44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44DB; }
p { color: rgb(221,68,219); }
H1.HeaderClassName
{
color: #DD44DB;
}
.AnyTagClassName
{
color: #DD44DB;
}
</style>
background-color css
<style>
a { background-color: #DD44DB; }
a { background-color: rgb(221,68,219); }
div.DivClassName
{
background-color: #DD44DB;
}
.BgClassName
{
background-color: #DD44DB;
}
</style>
border-color css
<style>
span { border-color: #DD44DB; }
span { border-color: rgb(221,68,219); }
td.TdClassName
{
border-color: #DD44DB;
}
.TagClassName
{
border-color: #DD44DB;
}
</style>