Html Css Color HEX #DD36DB Free Speech Magenta
📋 copy color: '#DD36DB'red 221 ◦ green 54 ◦ blue 219
Shades of Free Speech Magenta #DD36DB
Tints of Free Speech Magenta #DD36DB
RGB
CMYK
RGB Variations
Color information
#DD36DB (or 0xDD36DB) is known color: Free Speech Magenta. HEX triplet: DD, 36 and DB. RGB value is (221,54,219). Sum of RGB (Red+Green+Blue) = 221+54+219=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36DB is #22C924. Grayscale: #7A7A7A. Windows color (decimal): -2279717 or 14366429. OLE color: 14366429.
HSL color Cylindrical-coordinate representation of color #DD36DB: hue angle of 300.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD36DB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 219 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.13 |
| HSL | 300.72º | 0.71% | 0.54% | - |
| HSV(B) | 300.72º | 0.76% | 0.87% | - |
| XYZ | 43.92 | 23.12 | 69.17 | - |
| YUV | 122.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 219 | 0 | 0.76 | 0.01 | 0.13 | 300.72 | 0.71 | 0.54 |
| Hex | DD | 36 | DB | 0 | 4C | 1 | D | 12D | 47 | 36 |
| Octal | 335 | 66 | 333 | 0 | 114 | 1 | 15 | 455 | 107 | 66 |
| Binary | 11011101 | 110110 | 11011011 | 0 | 1001100 | 1 | 1101 | 100101101 | 1000111 | 110110 |
Color Harmonies of #DD36DB
Complementary color
Monochromatic Colors of #DD36DB
Black with #DD36DB
Text Example
Text Example
White with #DD36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36DB; }
p { color: rgb(221,54,219); }
H1.HeaderClassName
{
color: #DD36DB;
}
.AnyTagClassName
{
color: #DD36DB;
}
</style>
background-color css
<style>
a { background-color: #DD36DB; }
a { background-color: rgb(221,54,219); }
div.DivClassName
{
background-color: #DD36DB;
}
.BgClassName
{
background-color: #DD36DB;
}
</style>
border-color css
<style>
span { border-color: #DD36DB; }
span { border-color: rgb(221,54,219); }
td.TdClassName
{
border-color: #DD36DB;
}
.TagClassName
{
border-color: #DD36DB;
}
</style>