Html Css Color HEX #DD42DB Free Speech Magenta
📋 copy color: '#DD42DB'red 221 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #DD42DB
Tints of Free Speech Magenta #DD42DB
RGB
CMYK
RGB Variations
Color information
#DD42DB (or 0xDD42DB) is known color: Free Speech Magenta. HEX triplet: DD, 42 and DB. RGB value is (221,66,219). Sum of RGB (Red+Green+Blue) = 221+66+219=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42DB is #22BD24. Grayscale: #818181. Windows color (decimal): -2276645 or 14369501. OLE color: 14369501.
HSL color Cylindrical-coordinate representation of color #DD42DB: hue angle of 300.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42DB is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 219 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.13 |
| HSL | 300.77º | 0.7% | 0.56% | - |
| HSV(B) | 300.77º | 0.7% | 0.87% | - |
| XYZ | 44.55 | 24.38 | 69.38 | - |
| YUV | 129.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 219 | 0 | 0.70 | 0.01 | 0.13 | 300.77 | 0.7 | 0.56 |
| Hex | DD | 42 | DB | 0 | 46 | 1 | D | 12D | 46 | 38 |
| Octal | 335 | 102 | 333 | 0 | 106 | 1 | 15 | 455 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11011011 | 0 | 1000110 | 1 | 1101 | 100101101 | 1000110 | 111000 |
Color Harmonies of #DD42DB
Complementary color
Monochromatic Colors of #DD42DB
Black with #DD42DB
Text Example
Text Example
White with #DD42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42DB; }
p { color: rgb(221,66,219); }
H1.HeaderClassName
{
color: #DD42DB;
}
.AnyTagClassName
{
color: #DD42DB;
}
</style>
background-color css
<style>
a { background-color: #DD42DB; }
a { background-color: rgb(221,66,219); }
div.DivClassName
{
background-color: #DD42DB;
}
.BgClassName
{
background-color: #DD42DB;
}
</style>
border-color css
<style>
span { border-color: #DD42DB; }
span { border-color: rgb(221,66,219); }
td.TdClassName
{
border-color: #DD42DB;
}
.TagClassName
{
border-color: #DD42DB;
}
</style>