Html Css Color HEX #DD61DB Free Speech Magenta
📋 copy color: '#DD61DB'red 221 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #DD61DB
Tints of Free Speech Magenta #DD61DB
RGB
CMYK
RGB Variations
Color information
#DD61DB (or 0xDD61DB) is known color: Free Speech Magenta. HEX triplet: DD, 61 and DB. RGB value is (221,97,219). Sum of RGB (Red+Green+Blue) = 221+97+219=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61DB is #229E24. Grayscale: #939393. Windows color (decimal): -2268709 or 14377437. OLE color: 14377437.
HSL color Cylindrical-coordinate representation of color #DD61DB: hue angle of 300.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61DB is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 219 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.13 |
| HSL | 300.97º | 0.65% | 0.62% | - |
| HSV(B) | 300.97º | 0.56% | 0.87% | - |
| XYZ | 46.88 | 29.04 | 70.15 | - |
| YUV | 147.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 219 | 0 | 0.56 | 0.01 | 0.13 | 300.97 | 0.65 | 0.62 |
| Hex | DD | 61 | DB | 0 | 38 | 1 | D | 12D | 41 | 3E |
| Octal | 335 | 141 | 333 | 0 | 70 | 1 | 15 | 455 | 101 | 76 |
| Binary | 11011101 | 1100001 | 11011011 | 0 | 111000 | 1 | 1101 | 100101101 | 1000001 | 111110 |
Color Harmonies of #DD61DB
Complementary color
Monochromatic Colors of #DD61DB
Black with #DD61DB
Text Example
Text Example
White with #DD61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61DB; }
p { color: rgb(221,97,219); }
H1.HeaderClassName
{
color: #DD61DB;
}
.AnyTagClassName
{
color: #DD61DB;
}
</style>
background-color css
<style>
a { background-color: #DD61DB; }
a { background-color: rgb(221,97,219); }
div.DivClassName
{
background-color: #DD61DB;
}
.BgClassName
{
background-color: #DD61DB;
}
</style>
border-color css
<style>
span { border-color: #DD61DB; }
span { border-color: rgb(221,97,219); }
td.TdClassName
{
border-color: #DD61DB;
}
.TagClassName
{
border-color: #DD61DB;
}
</style>