Html Css Color HEX #DD49DF Free Speech Magenta
📋 copy color: '#DD49DF'red 221 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #DD49DF
Tints of Free Speech Magenta #DD49DF
RGB
CMYK
RGB Variations
Color information
#DD49DF (or 0xDD49DF) is known color: Free Speech Magenta. HEX triplet: DD, 49 and DF. RGB value is (221,73,223). Sum of RGB (Red+Green+Blue) = 221+73+223=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49DF is #22B620. Grayscale: #858585. Windows color (decimal): -2274849 or 14633437. OLE color: 14633437.
HSL color Cylindrical-coordinate representation of color #DD49DF: hue angle of 299.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49DF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 223 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.13 |
| HSL | 299.2º | 0.7% | 0.58% | - |
| HSV(B) | 299.2º | 0.67% | 0.87% | - |
| XYZ | 45.52 | 25.46 | 72.33 | - |
| YUV | 134.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 223 | 0.01 | 0.67 | 0 | 0.13 | 299.2 | 0.7 | 0.58 |
| Hex | DD | 49 | DF | 1 | 43 | 0 | D | 12B | 46 | 3A |
| Octal | 335 | 111 | 337 | 1 | 103 | 0 | 15 | 453 | 106 | 72 |
| Binary | 11011101 | 1001001 | 11011111 | 1 | 1000011 | 0 | 1101 | 100101011 | 1000110 | 111010 |
Color Harmonies of #DD49DF
Complementary color
Monochromatic Colors of #DD49DF
Black with #DD49DF
Text Example
Text Example
White with #DD49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49DF; }
p { color: rgb(221,73,223); }
H1.HeaderClassName
{
color: #DD49DF;
}
.AnyTagClassName
{
color: #DD49DF;
}
</style>
background-color css
<style>
a { background-color: #DD49DF; }
a { background-color: rgb(221,73,223); }
div.DivClassName
{
background-color: #DD49DF;
}
.BgClassName
{
background-color: #DD49DF;
}
</style>
border-color css
<style>
span { border-color: #DD49DF; }
span { border-color: rgb(221,73,223); }
td.TdClassName
{
border-color: #DD49DF;
}
.TagClassName
{
border-color: #DD49DF;
}
</style>