Html Css Color HEX #DD48D1 Free Speech Magenta
📋 copy color: '#DD48D1'red 221 ◦ green 72 ◦ blue 209
Shades of Free Speech Magenta #DD48D1
Tints of Free Speech Magenta #DD48D1
RGB
CMYK
RGB Variations
Color information
#DD48D1 (or 0xDD48D1) is known color: Free Speech Magenta. HEX triplet: DD, 48 and D1. RGB value is (221,72,209). Sum of RGB (Red+Green+Blue) = 221+72+209=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48D1 is #22B72E. Grayscale: #838383. Windows color (decimal): -2275119 or 13715677. OLE color: 13715677.
HSL color Cylindrical-coordinate representation of color #DD48D1: hue angle of 304.83º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48D1 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 209 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.13 |
| HSL | 304.83º | 0.69% | 0.57% | - |
| HSV(B) | 304.83º | 0.67% | 0.87% | - |
| XYZ | 43.64 | 24.61 | 62.77 | - |
| YUV | 132.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 209 | 0 | 0.67 | 0.05 | 0.13 | 304.83 | 0.69 | 0.57 |
| Hex | DD | 48 | D1 | 0 | 43 | 5 | D | 131 | 45 | 39 |
| Octal | 335 | 110 | 321 | 0 | 103 | 5 | 15 | 461 | 105 | 71 |
| Binary | 11011101 | 1001000 | 11010001 | 0 | 1000011 | 101 | 1101 | 100110001 | 1000101 | 111001 |
Color Harmonies of #DD48D1
Complementary color
Monochromatic Colors of #DD48D1
Black with #DD48D1
Text Example
Text Example
White with #DD48D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48D1; }
p { color: rgb(221,72,209); }
H1.HeaderClassName
{
color: #DD48D1;
}
.AnyTagClassName
{
color: #DD48D1;
}
</style>
background-color css
<style>
a { background-color: #DD48D1; }
a { background-color: rgb(221,72,209); }
div.DivClassName
{
background-color: #DD48D1;
}
.BgClassName
{
background-color: #DD48D1;
}
</style>
border-color css
<style>
span { border-color: #DD48D1; }
span { border-color: rgb(221,72,209); }
td.TdClassName
{
border-color: #DD48D1;
}
.TagClassName
{
border-color: #DD48D1;
}
</style>