Html Css Color HEX #DF47D7 Free Speech Magenta
📋 copy color: '#DF47D7'red 223 ◦ green 71 ◦ blue 215
Shades of Free Speech Magenta #DF47D7
Tints of Free Speech Magenta #DF47D7
RGB
CMYK
RGB Variations
Color information
#DF47D7 (or 0xDF47D7) is known color: Free Speech Magenta. HEX triplet: DF, 47 and D7. RGB value is (223,71,215). Sum of RGB (Red+Green+Blue) = 223+71+215=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47D7 is #20B828. Grayscale: #848484. Windows color (decimal): -2144297 or 14108639. OLE color: 14108639.
HSL color Cylindrical-coordinate representation of color #DF47D7: hue angle of 303.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47D7 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 215 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.13 |
| HSL | 303.16º | 0.7% | 0.58% | - |
| HSV(B) | 303.16º | 0.68% | 0.87% | - |
| XYZ | 44.95 | 25.1 | 66.77 | - |
| YUV | 132.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 215 | 0 | 0.68 | 0.04 | 0.13 | 303.16 | 0.7 | 0.58 |
| Hex | DF | 47 | D7 | 0 | 44 | 4 | D | 12F | 46 | 3A |
| Octal | 337 | 107 | 327 | 0 | 104 | 4 | 15 | 457 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11010111 | 0 | 1000100 | 100 | 1101 | 100101111 | 1000110 | 111010 |
Color Harmonies of #DF47D7
Complementary color
Monochromatic Colors of #DF47D7
Black with #DF47D7
Text Example
Text Example
White with #DF47D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47D7; }
p { color: rgb(223,71,215); }
H1.HeaderClassName
{
color: #DF47D7;
}
.AnyTagClassName
{
color: #DF47D7;
}
</style>
background-color css
<style>
a { background-color: #DF47D7; }
a { background-color: rgb(223,71,215); }
div.DivClassName
{
background-color: #DF47D7;
}
.BgClassName
{
background-color: #DF47D7;
}
</style>
border-color css
<style>
span { border-color: #DF47D7; }
span { border-color: rgb(223,71,215); }
td.TdClassName
{
border-color: #DF47D7;
}
.TagClassName
{
border-color: #DF47D7;
}
</style>