Html Css Color HEX #DF40C9 Free Speech Magenta
📋 copy color: '#DF40C9'red 223 ◦ green 64 ◦ blue 201
Shades of Free Speech Magenta #DF40C9
Tints of Free Speech Magenta #DF40C9
RGB
CMYK
RGB Variations
Color information
#DF40C9 (or 0xDF40C9) is known color: Free Speech Magenta. HEX triplet: DF, 40 and C9. RGB value is (223,64,201). Sum of RGB (Red+Green+Blue) = 223+64+201=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40C9 is #20BF36. Grayscale: #7E7E7E. Windows color (decimal): -2146103 or 13189343. OLE color: 13189343.
HSL color Cylindrical-coordinate representation of color #DF40C9: hue angle of 308.3º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40C9 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 201 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.13 |
| HSL | 308.3º | 0.71% | 0.56% | - |
| HSV(B) | 308.3º | 0.71% | 0.87% | - |
| XYZ | 42.81 | 23.57 | 57.55 | - |
| YUV | 127.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 201 | 0 | 0.71 | 0.10 | 0.13 | 308.3 | 0.71 | 0.56 |
| Hex | DF | 40 | C9 | 0 | 47 | A | D | 134 | 47 | 38 |
| Octal | 337 | 100 | 311 | 0 | 107 | 12 | 15 | 464 | 107 | 70 |
| Binary | 11011111 | 1000000 | 11001001 | 0 | 1000111 | 1010 | 1101 | 100110100 | 1000111 | 111000 |
Color Harmonies of #DF40C9
Complementary color
Monochromatic Colors of #DF40C9
Black with #DF40C9
Text Example
Text Example
White with #DF40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40C9; }
p { color: rgb(223,64,201); }
H1.HeaderClassName
{
color: #DF40C9;
}
.AnyTagClassName
{
color: #DF40C9;
}
</style>
background-color css
<style>
a { background-color: #DF40C9; }
a { background-color: rgb(223,64,201); }
div.DivClassName
{
background-color: #DF40C9;
}
.BgClassName
{
background-color: #DF40C9;
}
</style>
border-color css
<style>
span { border-color: #DF40C9; }
span { border-color: rgb(223,64,201); }
td.TdClassName
{
border-color: #DF40C9;
}
.TagClassName
{
border-color: #DF40C9;
}
</style>