Html Css Color HEX #DC49DD Free Speech Magenta
📋 copy color: '#DC49DD'red 220 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #DC49DD
Tints of Free Speech Magenta #DC49DD
RGB
CMYK
RGB Variations
Color information
#DC49DD (or 0xDC49DD) is known color: Free Speech Magenta. HEX triplet: DC, 49 and DD. RGB value is (220,73,221). Sum of RGB (Red+Green+Blue) = 220+73+221=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49DD is #23B622. Grayscale: #858585. Windows color (decimal): -2340387 or 14502364. OLE color: 14502364.
HSL color Cylindrical-coordinate representation of color #DC49DD: hue angle of 299.59º 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 #DC49DD is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 73 | 221 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.13 |
| HSL | 299.59º | 0.69% | 0.58% | - |
| HSV(B) | 299.59º | 0.67% | 0.87% | - |
| XYZ | 44.95 | 25.2 | 70.9 | - |
| YUV | 133.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 221 | 0.00 | 0.67 | 0 | 0.13 | 299.59 | 0.69 | 0.58 |
| Hex | DC | 49 | DD | 0 | 43 | 0 | D | 12C | 45 | 3A |
| Octal | 334 | 111 | 335 | 0 | 103 | 0 | 15 | 454 | 105 | 72 |
| Binary | 11011100 | 1001001 | 11011101 | 0 | 1000011 | 0 | 1101 | 100101100 | 1000101 | 111010 |
Color Harmonies of #DC49DD
Complementary color
Monochromatic Colors of #DC49DD
Black with #DC49DD
Text Example
Text Example
White with #DC49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49DD; }
p { color: rgb(220,73,221); }
H1.HeaderClassName
{
color: #DC49DD;
}
.AnyTagClassName
{
color: #DC49DD;
}
</style>
background-color css
<style>
a { background-color: #DC49DD; }
a { background-color: rgb(220,73,221); }
div.DivClassName
{
background-color: #DC49DD;
}
.BgClassName
{
background-color: #DC49DD;
}
</style>
border-color css
<style>
span { border-color: #DC49DD; }
span { border-color: rgb(220,73,221); }
td.TdClassName
{
border-color: #DC49DD;
}
.TagClassName
{
border-color: #DC49DD;
}
</style>