Html Css Color HEX #DF49DD Free Speech Magenta
📋 copy color: '#DF49DD'red 223 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #DF49DD
Tints of Free Speech Magenta #DF49DD
RGB
CMYK
RGB Variations
Color information
#DF49DD (or 0xDF49DD) is known color: Free Speech Magenta. HEX triplet: DF, 49 and DD. RGB value is (223,73,221). Sum of RGB (Red+Green+Blue) = 223+73+221=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49DD is #20B622. Grayscale: #868686. Windows color (decimal): -2143779 or 14502367. OLE color: 14502367.
HSL color Cylindrical-coordinate representation of color #DF49DD: hue angle of 300.8º 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 #DF49DD is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 73 | 221 | - |
CMYK | 0 | 0.67 | 0.01 | 0.13 |
HSL | 300.8º | 0.7% | 0.58% | - |
HSV(B) | 300.8º | 0.67% | 0.87% | - |
XYZ | 45.87 | 25.67 | 70.94 | - |
YUV | 134.72 | 176.7 | 190.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 73 | 221 | 0 | 0.67 | 0.01 | 0.13 | 300.8 | 0.7 | 0.58 |
Hex | DF | 49 | DD | 0 | 43 | 1 | D | 12D | 46 | 3A |
Octal | 337 | 111 | 335 | 0 | 103 | 1 | 15 | 455 | 106 | 72 |
Binary | 11011111 | 1001001 | 11011101 | 0 | 1000011 | 1 | 1101 | 100101101 | 1000110 | 111010 |
Color Harmonies of #DF49DD
Complementary color
Monochromatic Colors of #DF49DD
Black with #DF49DD
Text Example
Text Example
White with #DF49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49DD; }
p { color: rgb(223,73,221); }
H1.HeaderClassName
{
color: #DF49DD;
}
.AnyTagClassName
{
color: #DF49DD;
}
</style>
background-color css
<style>
a { background-color: #DF49DD; }
a { background-color: rgb(223,73,221); }
div.DivClassName
{
background-color: #DF49DD;
}
.BgClassName
{
background-color: #DF49DD;
}
</style>
border-color css
<style>
span { border-color: #DF49DD; }
span { border-color: rgb(223,73,221); }
td.TdClassName
{
border-color: #DF49DD;
}
.TagClassName
{
border-color: #DF49DD;
}
</style>