Html Css Color HEX #DF47C6 Free Speech Magenta
📋 copy color: '#DF47C6'red 223 ◦ green 71 ◦ blue 198
Shades of Free Speech Magenta #DF47C6
Tints of Free Speech Magenta #DF47C6
RGB
CMYK
RGB Variations
Color information
#DF47C6 (or 0xDF47C6) is known color: Free Speech Magenta. HEX triplet: DF, 47 and C6. RGB value is (223,71,198). Sum of RGB (Red+Green+Blue) = 223+71+198=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47C6 is #20B839. Grayscale: #828282. Windows color (decimal): -2144314 or 12994527. OLE color: 12994527.
HSL color Cylindrical-coordinate representation of color #DF47C6: hue angle of 309.87º 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 #DF47C6 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 198 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.13 |
| HSL | 309.87º | 0.7% | 0.58% | - |
| HSV(B) | 309.87º | 0.68% | 0.87% | - |
| XYZ | 42.88 | 24.27 | 55.85 | - |
| YUV | 130.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 198 | 0 | 0.68 | 0.11 | 0.13 | 309.87 | 0.7 | 0.58 |
| Hex | DF | 47 | C6 | 0 | 44 | B | D | 136 | 46 | 3A |
| Octal | 337 | 107 | 306 | 0 | 104 | 13 | 15 | 466 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11000110 | 0 | 1000100 | 1011 | 1101 | 100110110 | 1000110 | 111010 |
Color Harmonies of #DF47C6
Complementary color
Monochromatic Colors of #DF47C6
Black with #DF47C6
Text Example
Text Example
White with #DF47C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47C6; }
p { color: rgb(223,71,198); }
H1.HeaderClassName
{
color: #DF47C6;
}
.AnyTagClassName
{
color: #DF47C6;
}
</style>
background-color css
<style>
a { background-color: #DF47C6; }
a { background-color: rgb(223,71,198); }
div.DivClassName
{
background-color: #DF47C6;
}
.BgClassName
{
background-color: #DF47C6;
}
</style>
border-color css
<style>
span { border-color: #DF47C6; }
span { border-color: rgb(223,71,198); }
td.TdClassName
{
border-color: #DF47C6;
}
.TagClassName
{
border-color: #DF47C6;
}
</style>