Html Css Color HEX #DD39DB Free Speech Magenta
📋 copy color: '#DD39DB'red 221 ◦ green 57 ◦ blue 219
Shades of Free Speech Magenta #DD39DB
Tints of Free Speech Magenta #DD39DB
RGB
CMYK
RGB Variations
Color information
#DD39DB (or 0xDD39DB) is known color: Free Speech Magenta. HEX triplet: DD, 39 and DB. RGB value is (221,57,219). Sum of RGB (Red+Green+Blue) = 221+57+219=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD39DB is #22C624. Grayscale: #7C7C7C. Windows color (decimal): -2278949 or 14367197. OLE color: 14367197.
HSL color Cylindrical-coordinate representation of color #DD39DB: hue angle of 300.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD39DB is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 219 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.13 |
| HSL | 300.73º | 0.71% | 0.55% | - |
| HSV(B) | 300.73º | 0.74% | 0.87% | - |
| XYZ | 44.07 | 23.41 | 69.21 | - |
| YUV | 124.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 219 | 0 | 0.74 | 0.01 | 0.13 | 300.73 | 0.71 | 0.55 |
| Hex | DD | 39 | DB | 0 | 4A | 1 | D | 12D | 47 | 37 |
| Octal | 335 | 71 | 333 | 0 | 112 | 1 | 15 | 455 | 107 | 67 |
| Binary | 11011101 | 111001 | 11011011 | 0 | 1001010 | 1 | 1101 | 100101101 | 1000111 | 110111 |
Color Harmonies of #DD39DB
Complementary color
Monochromatic Colors of #DD39DB
Black with #DD39DB
Text Example
Text Example
White with #DD39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD39DB; }
p { color: rgb(221,57,219); }
H1.HeaderClassName
{
color: #DD39DB;
}
.AnyTagClassName
{
color: #DD39DB;
}
</style>
background-color css
<style>
a { background-color: #DD39DB; }
a { background-color: rgb(221,57,219); }
div.DivClassName
{
background-color: #DD39DB;
}
.BgClassName
{
background-color: #DD39DB;
}
</style>
border-color css
<style>
span { border-color: #DD39DB; }
span { border-color: rgb(221,57,219); }
td.TdClassName
{
border-color: #DD39DB;
}
.TagClassName
{
border-color: #DD39DB;
}
</style>