Html Css Color HEX #DD40DB Free Speech Magenta
📋 copy color: '#DD40DB'red 221 ◦ green 64 ◦ blue 219
Shades of Free Speech Magenta #DD40DB
Tints of Free Speech Magenta #DD40DB
RGB
CMYK
RGB Variations
Color information
#DD40DB (or 0xDD40DB) is known color: Free Speech Magenta. HEX triplet: DD, 40 and DB. RGB value is (221,64,219). Sum of RGB (Red+Green+Blue) = 221+64+219=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40DB is #22BF24. Grayscale: #808080. Windows color (decimal): -2277157 or 14368989. OLE color: 14368989.
HSL color Cylindrical-coordinate representation of color #DD40DB: hue angle of 300.76º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD40DB is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 219 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.13 |
| HSL | 300.76º | 0.7% | 0.56% | - |
| HSV(B) | 300.76º | 0.71% | 0.87% | - |
| XYZ | 44.44 | 24.15 | 69.34 | - |
| YUV | 128.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 219 | 0 | 0.71 | 0.01 | 0.13 | 300.76 | 0.7 | 0.56 |
| Hex | DD | 40 | DB | 0 | 47 | 1 | D | 12D | 46 | 38 |
| Octal | 335 | 100 | 333 | 0 | 107 | 1 | 15 | 455 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11011011 | 0 | 1000111 | 1 | 1101 | 100101101 | 1000110 | 111000 |
Color Harmonies of #DD40DB
Complementary color
Monochromatic Colors of #DD40DB
Black with #DD40DB
Text Example
Text Example
White with #DD40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40DB; }
p { color: rgb(221,64,219); }
H1.HeaderClassName
{
color: #DD40DB;
}
.AnyTagClassName
{
color: #DD40DB;
}
</style>
background-color css
<style>
a { background-color: #DD40DB; }
a { background-color: rgb(221,64,219); }
div.DivClassName
{
background-color: #DD40DB;
}
.BgClassName
{
background-color: #DD40DB;
}
</style>
border-color css
<style>
span { border-color: #DD40DB; }
span { border-color: rgb(221,64,219); }
td.TdClassName
{
border-color: #DD40DB;
}
.TagClassName
{
border-color: #DD40DB;
}
</style>