Html Css Color HEX #DD45DB Free Speech Magenta
📋 copy color: '#DD45DB'red 221 ◦ green 69 ◦ blue 219
Shades of Free Speech Magenta #DD45DB
Tints of Free Speech Magenta #DD45DB
RGB
CMYK
RGB Variations
Color information
#DD45DB (or 0xDD45DB) is known color: Free Speech Magenta. HEX triplet: DD, 45 and DB. RGB value is (221,69,219). Sum of RGB (Red+Green+Blue) = 221+69+219=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45DB is #22BA24. Grayscale: #838383. Windows color (decimal): -2275877 or 14370269. OLE color: 14370269.
HSL color Cylindrical-coordinate representation of color #DD45DB: hue angle of 300.79º 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 #DD45DB is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 219 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.13 |
| HSL | 300.79º | 0.69% | 0.57% | - |
| HSV(B) | 300.79º | 0.69% | 0.87% | - |
| XYZ | 44.73 | 24.74 | 69.44 | - |
| YUV | 131.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 219 | 0 | 0.69 | 0.01 | 0.13 | 300.79 | 0.69 | 0.57 |
| Hex | DD | 45 | DB | 0 | 45 | 1 | D | 12D | 45 | 39 |
| Octal | 335 | 105 | 333 | 0 | 105 | 1 | 15 | 455 | 105 | 71 |
| Binary | 11011101 | 1000101 | 11011011 | 0 | 1000101 | 1 | 1101 | 100101101 | 1000101 | 111001 |
Color Harmonies of #DD45DB
Complementary color
Monochromatic Colors of #DD45DB
Black with #DD45DB
Text Example
Text Example
White with #DD45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45DB; }
p { color: rgb(221,69,219); }
H1.HeaderClassName
{
color: #DD45DB;
}
.AnyTagClassName
{
color: #DD45DB;
}
</style>
background-color css
<style>
a { background-color: #DD45DB; }
a { background-color: rgb(221,69,219); }
div.DivClassName
{
background-color: #DD45DB;
}
.BgClassName
{
background-color: #DD45DB;
}
</style>
border-color css
<style>
span { border-color: #DD45DB; }
span { border-color: rgb(221,69,219); }
td.TdClassName
{
border-color: #DD45DB;
}
.TagClassName
{
border-color: #DD45DB;
}
</style>