Html Css Color HEX #DD49CF Free Speech Magenta
📋 copy color: '#DD49CF'red 221 ◦ green 73 ◦ blue 207
Shades of Free Speech Magenta #DD49CF
Tints of Free Speech Magenta #DD49CF
RGB
CMYK
RGB Variations
Color information
#DD49CF (or 0xDD49CF) is known color: Free Speech Magenta. HEX triplet: DD, 49 and CF. RGB value is (221,73,207). Sum of RGB (Red+Green+Blue) = 221+73+207=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49CF is #22B630. Grayscale: #848484. Windows color (decimal): -2274865 or 13584861. OLE color: 13584861.
HSL color Cylindrical-coordinate representation of color #DD49CF: hue angle of 305.68º degrees, saturation: 0.69, 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 #DD49CF is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 207 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.13 |
| HSL | 305.68º | 0.69% | 0.58% | - |
| HSV(B) | 305.68º | 0.67% | 0.87% | - |
| XYZ | 43.46 | 24.64 | 61.5 | - |
| YUV | 132.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 207 | 0 | 0.67 | 0.06 | 0.13 | 305.68 | 0.69 | 0.58 |
| Hex | DD | 49 | CF | 0 | 43 | 6 | D | 132 | 45 | 3A |
| Octal | 335 | 111 | 317 | 0 | 103 | 6 | 15 | 462 | 105 | 72 |
| Binary | 11011101 | 1001001 | 11001111 | 0 | 1000011 | 110 | 1101 | 100110010 | 1000101 | 111010 |
Color Harmonies of #DD49CF
Complementary color
Monochromatic Colors of #DD49CF
Black with #DD49CF
Text Example
Text Example
White with #DD49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49CF; }
p { color: rgb(221,73,207); }
H1.HeaderClassName
{
color: #DD49CF;
}
.AnyTagClassName
{
color: #DD49CF;
}
</style>
background-color css
<style>
a { background-color: #DD49CF; }
a { background-color: rgb(221,73,207); }
div.DivClassName
{
background-color: #DD49CF;
}
.BgClassName
{
background-color: #DD49CF;
}
</style>
border-color css
<style>
span { border-color: #DD49CF; }
span { border-color: rgb(221,73,207); }
td.TdClassName
{
border-color: #DD49CF;
}
.TagClassName
{
border-color: #DD49CF;
}
</style>