Html Css Color HEX #DD44D2 Free Speech Magenta
📋 copy color: '#DD44D2'red 221 ◦ green 68 ◦ blue 210
Shades of Free Speech Magenta #DD44D2
Tints of Free Speech Magenta #DD44D2
RGB
CMYK
RGB Variations
Color information
#DD44D2 (or 0xDD44D2) is known color: Free Speech Magenta. HEX triplet: DD, 44 and D2. RGB value is (221,68,210). Sum of RGB (Red+Green+Blue) = 221+68+210=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D2 is #22BB2D. Grayscale: #818181. Windows color (decimal): -2276142 or 13780189. OLE color: 13780189.
HSL color Cylindrical-coordinate representation of color #DD44D2: hue angle of 304.31º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44D2 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 210 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.13 |
| HSL | 304.31º | 0.69% | 0.57% | - |
| HSV(B) | 304.31º | 0.69% | 0.87% | - |
| XYZ | 43.52 | 24.16 | 63.34 | - |
| YUV | 129.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 210 | 0 | 0.69 | 0.05 | 0.13 | 304.31 | 0.69 | 0.57 |
| Hex | DD | 44 | D2 | 0 | 45 | 5 | D | 130 | 45 | 39 |
| Octal | 335 | 104 | 322 | 0 | 105 | 5 | 15 | 460 | 105 | 71 |
| Binary | 11011101 | 1000100 | 11010010 | 0 | 1000101 | 101 | 1101 | 100110000 | 1000101 | 111001 |
Color Harmonies of #DD44D2
Complementary color
Monochromatic Colors of #DD44D2
Black with #DD44D2
Text Example
Text Example
White with #DD44D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44D2; }
p { color: rgb(221,68,210); }
H1.HeaderClassName
{
color: #DD44D2;
}
.AnyTagClassName
{
color: #DD44D2;
}
</style>
background-color css
<style>
a { background-color: #DD44D2; }
a { background-color: rgb(221,68,210); }
div.DivClassName
{
background-color: #DD44D2;
}
.BgClassName
{
background-color: #DD44D2;
}
</style>
border-color css
<style>
span { border-color: #DD44D2; }
span { border-color: rgb(221,68,210); }
td.TdClassName
{
border-color: #DD44D2;
}
.TagClassName
{
border-color: #DD44D2;
}
</style>