Html Css Color HEX #DF44D7 Free Speech Magenta
📋 copy color: '#DF44D7'red 223 ◦ green 68 ◦ blue 215
Shades of Free Speech Magenta #DF44D7
Tints of Free Speech Magenta #DF44D7
RGB
CMYK
RGB Variations
Color information
#DF44D7 (or 0xDF44D7) is known color: Free Speech Magenta. HEX triplet: DF, 44 and D7. RGB value is (223,68,215). Sum of RGB (Red+Green+Blue) = 223+68+215=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF44D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF44D7 is #20BB28. Grayscale: #828282. Windows color (decimal): -2145065 or 14107871. OLE color: 14107871.
HSL color Cylindrical-coordinate representation of color #DF44D7: hue angle of 303.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF44D7 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 215 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.13 |
| HSL | 303.1º | 0.71% | 0.57% | - |
| HSV(B) | 303.1º | 0.7% | 0.87% | - |
| XYZ | 44.76 | 24.73 | 66.7 | - |
| YUV | 131.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 215 | 0 | 0.70 | 0.04 | 0.13 | 303.1 | 0.71 | 0.57 |
| Hex | DF | 44 | D7 | 0 | 46 | 4 | D | 12F | 47 | 39 |
| Octal | 337 | 104 | 327 | 0 | 106 | 4 | 15 | 457 | 107 | 71 |
| Binary | 11011111 | 1000100 | 11010111 | 0 | 1000110 | 100 | 1101 | 100101111 | 1000111 | 111001 |
Color Harmonies of #DF44D7
Complementary color
Monochromatic Colors of #DF44D7
Black with #DF44D7
Text Example
Text Example
White with #DF44D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF44D7; }
p { color: rgb(223,68,215); }
H1.HeaderClassName
{
color: #DF44D7;
}
.AnyTagClassName
{
color: #DF44D7;
}
</style>
background-color css
<style>
a { background-color: #DF44D7; }
a { background-color: rgb(223,68,215); }
div.DivClassName
{
background-color: #DF44D7;
}
.BgClassName
{
background-color: #DF44D7;
}
</style>
border-color css
<style>
span { border-color: #DF44D7; }
span { border-color: rgb(223,68,215); }
td.TdClassName
{
border-color: #DF44D7;
}
.TagClassName
{
border-color: #DF44D7;
}
</style>