Html Css Color HEX #DF49F5 Free Speech Magenta
📋 copy color: '#DF49F5'red 223 ◦ green 73 ◦ blue 245
Shades of Free Speech Magenta #DF49F5
Tints of Free Speech Magenta #DF49F5
RGB
CMYK
RGB Variations
Color information
#DF49F5 (or 0xDF49F5) is known color: Free Speech Magenta. HEX triplet: DF, 49 and F5. RGB value is (223,73,245). Sum of RGB (Red+Green+Blue) = 223+73+245=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF49F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49F5 is #20B60A. Grayscale: #888888. Windows color (decimal): -2143755 or 16075231. OLE color: 16075231.
HSL color Cylindrical-coordinate representation of color #DF49F5: hue angle of 292.33º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF49F5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 73 | 245 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.04 |
| HSL | 292.33º | 0.9% | 0.62% | - |
| HSV(B) | 292.33º | 0.7% | 0.96% | - |
| XYZ | 49.3 | 27.05 | 89.01 | - |
| YUV | 137.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 245 | 0.09 | 0.70 | 0 | 0.04 | 292.33 | 0.9 | 0.62 |
| Hex | DF | 49 | F5 | 9 | 46 | 0 | 4 | 124 | 5A | 3E |
| Octal | 337 | 111 | 365 | 11 | 106 | 0 | 4 | 444 | 132 | 76 |
| Binary | 11011111 | 1001001 | 11110101 | 1001 | 1000110 | 0 | 100 | 100100100 | 1011010 | 111110 |
Color Harmonies of #DF49F5
Complementary color
Monochromatic Colors of #DF49F5
Black with #DF49F5
Text Example
Text Example
White with #DF49F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49F5; }
p { color: rgb(223,73,245); }
H1.HeaderClassName
{
color: #DF49F5;
}
.AnyTagClassName
{
color: #DF49F5;
}
</style>
background-color css
<style>
a { background-color: #DF49F5; }
a { background-color: rgb(223,73,245); }
div.DivClassName
{
background-color: #DF49F5;
}
.BgClassName
{
background-color: #DF49F5;
}
</style>
border-color css
<style>
span { border-color: #DF49F5; }
span { border-color: rgb(223,73,245); }
td.TdClassName
{
border-color: #DF49F5;
}
.TagClassName
{
border-color: #DF49F5;
}
</style>