Html Css Color HEX #DD3BDB Free Speech Magenta
📋 copy color: '#DD3BDB'red 221 ◦ green 59 ◦ blue 219
Shades of Free Speech Magenta #DD3BDB
Tints of Free Speech Magenta #DD3BDB
RGB
CMYK
RGB Variations
Color information
#DD3BDB (or 0xDD3BDB) is known color: Free Speech Magenta. HEX triplet: DD, 3B and DB. RGB value is (221,59,219). Sum of RGB (Red+Green+Blue) = 221+59+219=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BDB is #22C424. Grayscale: #7D7D7D. Windows color (decimal): -2278437 or 14367709. OLE color: 14367709.
HSL color Cylindrical-coordinate representation of color #DD3BDB: hue angle of 300.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3BDB is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 219 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.13 |
| HSL | 300.74º | 0.7% | 0.55% | - |
| HSV(B) | 300.74º | 0.73% | 0.87% | - |
| XYZ | 44.17 | 23.61 | 69.25 | - |
| YUV | 125.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 219 | 0 | 0.73 | 0.01 | 0.13 | 300.74 | 0.7 | 0.55 |
| Hex | DD | 3B | DB | 0 | 49 | 1 | D | 12D | 46 | 37 |
| Octal | 335 | 73 | 333 | 0 | 111 | 1 | 15 | 455 | 106 | 67 |
| Binary | 11011101 | 111011 | 11011011 | 0 | 1001001 | 1 | 1101 | 100101101 | 1000110 | 110111 |
Color Harmonies of #DD3BDB
Complementary color
Monochromatic Colors of #DD3BDB
Black with #DD3BDB
Text Example
Text Example
White with #DD3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BDB; }
p { color: rgb(221,59,219); }
H1.HeaderClassName
{
color: #DD3BDB;
}
.AnyTagClassName
{
color: #DD3BDB;
}
</style>
background-color css
<style>
a { background-color: #DD3BDB; }
a { background-color: rgb(221,59,219); }
div.DivClassName
{
background-color: #DD3BDB;
}
.BgClassName
{
background-color: #DD3BDB;
}
</style>
border-color css
<style>
span { border-color: #DD3BDB; }
span { border-color: rgb(221,59,219); }
td.TdClassName
{
border-color: #DD3BDB;
}
.TagClassName
{
border-color: #DD3BDB;
}
</style>