Html Css Color HEX #DD55DB Free Speech Magenta
📋 copy color: '#DD55DB'red 221 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #DD55DB
Tints of Free Speech Magenta #DD55DB
RGB
CMYK
RGB Variations
Color information
#DD55DB (or 0xDD55DB) is known color: Free Speech Magenta. HEX triplet: DD, 55 and DB. RGB value is (221,85,219). Sum of RGB (Red+Green+Blue) = 221+85+219=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55DB is #22AA24. Grayscale: #8C8C8C. Windows color (decimal): -2271781 or 14374365. OLE color: 14374365.
HSL color Cylindrical-coordinate representation of color #DD55DB: hue angle of 300.88º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55DB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 219 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.13 |
| HSL | 300.88º | 0.67% | 0.6% | - |
| HSV(B) | 300.88º | 0.62% | 0.87% | - |
| XYZ | 45.85 | 26.98 | 69.81 | - |
| YUV | 140.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 219 | 0 | 0.62 | 0.01 | 0.13 | 300.88 | 0.67 | 0.6 |
| Hex | DD | 55 | DB | 0 | 3E | 1 | D | 12D | 43 | 3C |
| Octal | 335 | 125 | 333 | 0 | 76 | 1 | 15 | 455 | 103 | 74 |
| Binary | 11011101 | 1010101 | 11011011 | 0 | 111110 | 1 | 1101 | 100101101 | 1000011 | 111100 |
Color Harmonies of #DD55DB
Complementary color
Monochromatic Colors of #DD55DB
Black with #DD55DB
Text Example
Text Example
White with #DD55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55DB; }
p { color: rgb(221,85,219); }
H1.HeaderClassName
{
color: #DD55DB;
}
.AnyTagClassName
{
color: #DD55DB;
}
</style>
background-color css
<style>
a { background-color: #DD55DB; }
a { background-color: rgb(221,85,219); }
div.DivClassName
{
background-color: #DD55DB;
}
.BgClassName
{
background-color: #DD55DB;
}
</style>
border-color css
<style>
span { border-color: #DD55DB; }
span { border-color: rgb(221,85,219); }
td.TdClassName
{
border-color: #DD55DB;
}
.TagClassName
{
border-color: #DD55DB;
}
</style>