Html Css Color HEX #DF49D7 Free Speech Magenta
📋 copy color: '#DF49D7'red 223 ◦ green 73 ◦ blue 215
Shades of Free Speech Magenta #DF49D7
Tints of Free Speech Magenta #DF49D7
RGB
CMYK
RGB Variations
Color information
#DF49D7 (or 0xDF49D7) is known color: Free Speech Magenta. HEX triplet: DF, 49 and D7. RGB value is (223,73,215). Sum of RGB (Red+Green+Blue) = 223+73+215=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49D7 is #20B628. Grayscale: #858585. Windows color (decimal): -2143785 or 14109151. OLE color: 14109151.
HSL color Cylindrical-coordinate representation of color #DF49D7: hue angle of 303.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 #DF49D7 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 215 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.13 |
| HSL | 303.2º | 0.7% | 0.58% | - |
| HSV(B) | 303.2º | 0.67% | 0.87% | - |
| XYZ | 45.08 | 25.36 | 66.81 | - |
| YUV | 134.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 215 | 0 | 0.67 | 0.04 | 0.13 | 303.2 | 0.7 | 0.58 |
| Hex | DF | 49 | D7 | 0 | 43 | 4 | D | 12F | 46 | 3A |
| Octal | 337 | 111 | 327 | 0 | 103 | 4 | 15 | 457 | 106 | 72 |
| Binary | 11011111 | 1001001 | 11010111 | 0 | 1000011 | 100 | 1101 | 100101111 | 1000110 | 111010 |
Color Harmonies of #DF49D7
Complementary color
Monochromatic Colors of #DF49D7
Black with #DF49D7
Text Example
Text Example
White with #DF49D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49D7; }
p { color: rgb(223,73,215); }
H1.HeaderClassName
{
color: #DF49D7;
}
.AnyTagClassName
{
color: #DF49D7;
}
</style>
background-color css
<style>
a { background-color: #DF49D7; }
a { background-color: rgb(223,73,215); }
div.DivClassName
{
background-color: #DF49D7;
}
.BgClassName
{
background-color: #DF49D7;
}
</style>
border-color css
<style>
span { border-color: #DF49D7; }
span { border-color: rgb(223,73,215); }
td.TdClassName
{
border-color: #DF49D7;
}
.TagClassName
{
border-color: #DF49D7;
}
</style>