Html Css Color HEX #DD37DB Free Speech Magenta
📋 copy color: '#DD37DB'red 221 ◦ green 55 ◦ blue 219
Shades of Free Speech Magenta #DD37DB
Tints of Free Speech Magenta #DD37DB
RGB
CMYK
RGB Variations
Color information
#DD37DB (or 0xDD37DB) is known color: Free Speech Magenta. HEX triplet: DD, 37 and DB. RGB value is (221,55,219). Sum of RGB (Red+Green+Blue) = 221+55+219=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37DB is #22C824. Grayscale: #7A7A7A. Windows color (decimal): -2279461 or 14366685. OLE color: 14366685.
HSL color Cylindrical-coordinate representation of color #DD37DB: 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.75%. Process color model (Four color, CMYK) of #DD37DB is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 219 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.13 |
| HSL | 300.72º | 0.71% | 0.54% | - |
| HSV(B) | 300.72º | 0.75% | 0.87% | - |
| XYZ | 43.97 | 23.22 | 69.18 | - |
| YUV | 123.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 219 | 0 | 0.75 | 0.01 | 0.13 | 300.72 | 0.71 | 0.54 |
| Hex | DD | 37 | DB | 0 | 4B | 1 | D | 12D | 47 | 36 |
| Octal | 335 | 67 | 333 | 0 | 113 | 1 | 15 | 455 | 107 | 66 |
| Binary | 11011101 | 110111 | 11011011 | 0 | 1001011 | 1 | 1101 | 100101101 | 1000111 | 110110 |
Color Harmonies of #DD37DB
Complementary color
Monochromatic Colors of #DD37DB
Black with #DD37DB
Text Example
Text Example
White with #DD37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37DB; }
p { color: rgb(221,55,219); }
H1.HeaderClassName
{
color: #DD37DB;
}
.AnyTagClassName
{
color: #DD37DB;
}
</style>
background-color css
<style>
a { background-color: #DD37DB; }
a { background-color: rgb(221,55,219); }
div.DivClassName
{
background-color: #DD37DB;
}
.BgClassName
{
background-color: #DD37DB;
}
</style>
border-color css
<style>
span { border-color: #DD37DB; }
span { border-color: rgb(221,55,219); }
td.TdClassName
{
border-color: #DD37DB;
}
.TagClassName
{
border-color: #DD37DB;
}
</style>