Html Css Color HEX #DD49DB Free Speech Magenta
📋 copy color: '#DD49DB'red 221 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #DD49DB
Tints of Free Speech Magenta #DD49DB
RGB
CMYK
RGB Variations
Color information
#DD49DB (or 0xDD49DB) is known color: Free Speech Magenta. HEX triplet: DD, 49 and DB. RGB value is (221,73,219). Sum of RGB (Red+Green+Blue) = 221+73+219=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49DB is #22B624. Grayscale: #858585. Windows color (decimal): -2274853 or 14371293. OLE color: 14371293.
HSL color Cylindrical-coordinate representation of color #DD49DB: hue angle of 300.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49DB is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 219 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.13 |
| HSL | 300.81º | 0.69% | 0.58% | - |
| HSV(B) | 300.81º | 0.67% | 0.87% | - |
| XYZ | 44.99 | 25.25 | 69.52 | - |
| YUV | 133.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 219 | 0 | 0.67 | 0.01 | 0.13 | 300.81 | 0.69 | 0.58 |
| Hex | DD | 49 | DB | 0 | 43 | 1 | D | 12D | 45 | 3A |
| Octal | 335 | 111 | 333 | 0 | 103 | 1 | 15 | 455 | 105 | 72 |
| Binary | 11011101 | 1001001 | 11011011 | 0 | 1000011 | 1 | 1101 | 100101101 | 1000101 | 111010 |
Color Harmonies of #DD49DB
Complementary color
Monochromatic Colors of #DD49DB
Black with #DD49DB
Text Example
Text Example
White with #DD49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49DB; }
p { color: rgb(221,73,219); }
H1.HeaderClassName
{
color: #DD49DB;
}
.AnyTagClassName
{
color: #DD49DB;
}
</style>
background-color css
<style>
a { background-color: #DD49DB; }
a { background-color: rgb(221,73,219); }
div.DivClassName
{
background-color: #DD49DB;
}
.BgClassName
{
background-color: #DD49DB;
}
</style>
border-color css
<style>
span { border-color: #DD49DB; }
span { border-color: rgb(221,73,219); }
td.TdClassName
{
border-color: #DD49DB;
}
.TagClassName
{
border-color: #DD49DB;
}
</style>