Html Css Color HEX #DF47CF Free Speech Magenta
📋 copy color: '#DF47CF'red 223 ◦ green 71 ◦ blue 207
Shades of Free Speech Magenta #DF47CF
Tints of Free Speech Magenta #DF47CF
RGB
CMYK
RGB Variations
Color information
#DF47CF (or 0xDF47CF) is known color: Free Speech Magenta. HEX triplet: DF, 47 and CF. RGB value is (223,71,207). Sum of RGB (Red+Green+Blue) = 223+71+207=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47CF is #20B830. Grayscale: #838383. Windows color (decimal): -2144305 or 13584351. OLE color: 13584351.
HSL color Cylindrical-coordinate representation of color #DF47CF: hue angle of 306.32º 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 #DF47CF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 207 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.13 |
| HSL | 306.32º | 0.7% | 0.58% | - |
| HSV(B) | 306.32º | 0.68% | 0.87% | - |
| XYZ | 43.95 | 24.7 | 61.48 | - |
| YUV | 131.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 207 | 0 | 0.68 | 0.07 | 0.13 | 306.32 | 0.7 | 0.58 |
| Hex | DF | 47 | CF | 0 | 44 | 7 | D | 132 | 46 | 3A |
| Octal | 337 | 107 | 317 | 0 | 104 | 7 | 15 | 462 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11001111 | 0 | 1000100 | 111 | 1101 | 100110010 | 1000110 | 111010 |
Color Harmonies of #DF47CF
Complementary color
Monochromatic Colors of #DF47CF
Black with #DF47CF
Text Example
Text Example
White with #DF47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47CF; }
p { color: rgb(223,71,207); }
H1.HeaderClassName
{
color: #DF47CF;
}
.AnyTagClassName
{
color: #DF47CF;
}
</style>
background-color css
<style>
a { background-color: #DF47CF; }
a { background-color: rgb(223,71,207); }
div.DivClassName
{
background-color: #DF47CF;
}
.BgClassName
{
background-color: #DF47CF;
}
</style>
border-color css
<style>
span { border-color: #DF47CF; }
span { border-color: rgb(223,71,207); }
td.TdClassName
{
border-color: #DF47CF;
}
.TagClassName
{
border-color: #DF47CF;
}
</style>