Html Css Color HEX #DF47C9 Free Speech Magenta
📋 copy color: '#DF47C9'red 223 ◦ green 71 ◦ blue 201
Shades of Free Speech Magenta #DF47C9
Tints of Free Speech Magenta #DF47C9
RGB
CMYK
RGB Variations
Color information
#DF47C9 (or 0xDF47C9) is known color: Free Speech Magenta. HEX triplet: DF, 47 and C9. RGB value is (223,71,201). Sum of RGB (Red+Green+Blue) = 223+71+201=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47C9 is #20B836. Grayscale: #828282. Windows color (decimal): -2144311 or 13191135. OLE color: 13191135.
HSL color Cylindrical-coordinate representation of color #DF47C9: hue angle of 308.68º 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 #DF47C9 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 201 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.13 |
| HSL | 308.68º | 0.7% | 0.58% | - |
| HSV(B) | 308.68º | 0.68% | 0.87% | - |
| XYZ | 43.23 | 24.41 | 57.69 | - |
| YUV | 131.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 201 | 0 | 0.68 | 0.10 | 0.13 | 308.68 | 0.7 | 0.58 |
| Hex | DF | 47 | C9 | 0 | 44 | A | D | 135 | 46 | 3A |
| Octal | 337 | 107 | 311 | 0 | 104 | 12 | 15 | 465 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11001001 | 0 | 1000100 | 1010 | 1101 | 100110101 | 1000110 | 111010 |
Color Harmonies of #DF47C9
Complementary color
Monochromatic Colors of #DF47C9
Black with #DF47C9
Text Example
Text Example
White with #DF47C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47C9; }
p { color: rgb(223,71,201); }
H1.HeaderClassName
{
color: #DF47C9;
}
.AnyTagClassName
{
color: #DF47C9;
}
</style>
background-color css
<style>
a { background-color: #DF47C9; }
a { background-color: rgb(223,71,201); }
div.DivClassName
{
background-color: #DF47C9;
}
.BgClassName
{
background-color: #DF47C9;
}
</style>
border-color css
<style>
span { border-color: #DF47C9; }
span { border-color: rgb(223,71,201); }
td.TdClassName
{
border-color: #DF47C9;
}
.TagClassName
{
border-color: #DF47C9;
}
</style>