Html Css Color HEX #DD3CDB Free Speech Magenta
📋 copy color: '#DD3CDB'red 221 ◦ green 60 ◦ blue 219
Shades of Free Speech Magenta #DD3CDB
Tints of Free Speech Magenta #DD3CDB
RGB
CMYK
RGB Variations
Color information
#DD3CDB (or 0xDD3CDB) is known color: Free Speech Magenta. HEX triplet: DD, 3C and DB. RGB value is (221,60,219). Sum of RGB (Red+Green+Blue) = 221+60+219=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CDB is #22C324. Grayscale: #7D7D7D. Windows color (decimal): -2278181 or 14367965. OLE color: 14367965.
HSL color Cylindrical-coordinate representation of color #DD3CDB: hue angle of 300.75º 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 #DD3CDB is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 219 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.13 |
| HSL | 300.75º | 0.7% | 0.55% | - |
| HSV(B) | 300.75º | 0.73% | 0.87% | - |
| XYZ | 44.22 | 23.72 | 69.27 | - |
| YUV | 126.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 219 | 0 | 0.73 | 0.01 | 0.13 | 300.75 | 0.7 | 0.55 |
| Hex | DD | 3C | DB | 0 | 49 | 1 | D | 12D | 46 | 37 |
| Octal | 335 | 74 | 333 | 0 | 111 | 1 | 15 | 455 | 106 | 67 |
| Binary | 11011101 | 111100 | 11011011 | 0 | 1001001 | 1 | 1101 | 100101101 | 1000110 | 110111 |
Color Harmonies of #DD3CDB
Complementary color
Monochromatic Colors of #DD3CDB
Black with #DD3CDB
Text Example
Text Example
White with #DD3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CDB; }
p { color: rgb(221,60,219); }
H1.HeaderClassName
{
color: #DD3CDB;
}
.AnyTagClassName
{
color: #DD3CDB;
}
</style>
background-color css
<style>
a { background-color: #DD3CDB; }
a { background-color: rgb(221,60,219); }
div.DivClassName
{
background-color: #DD3CDB;
}
.BgClassName
{
background-color: #DD3CDB;
}
</style>
border-color css
<style>
span { border-color: #DD3CDB; }
span { border-color: rgb(221,60,219); }
td.TdClassName
{
border-color: #DD3CDB;
}
.TagClassName
{
border-color: #DD3CDB;
}
</style>