Html Css Color HEX #DF40C6 Free Speech Magenta
📋 copy color: '#DF40C6'red 223 ◦ green 64 ◦ blue 198
Shades of Free Speech Magenta #DF40C6
Tints of Free Speech Magenta #DF40C6
RGB
CMYK
RGB Variations
Color information
#DF40C6 (or 0xDF40C6) is known color: Free Speech Magenta. HEX triplet: DF, 40 and C6. RGB value is (223,64,198). Sum of RGB (Red+Green+Blue) = 223+64+198=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40C6 is #20BF39. Grayscale: #7E7E7E. Windows color (decimal): -2146106 or 12992735. OLE color: 12992735.
HSL color Cylindrical-coordinate representation of color #DF40C6: hue angle of 309.43º 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 #DF40C6 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 198 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.13 |
| HSL | 309.43º | 0.71% | 0.56% | - |
| HSV(B) | 309.43º | 0.71% | 0.87% | - |
| XYZ | 42.46 | 23.43 | 55.71 | - |
| YUV | 126.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 198 | 0 | 0.71 | 0.11 | 0.13 | 309.43 | 0.71 | 0.56 |
| Hex | DF | 40 | C6 | 0 | 47 | B | D | 135 | 47 | 38 |
| Octal | 337 | 100 | 306 | 0 | 107 | 13 | 15 | 465 | 107 | 70 |
| Binary | 11011111 | 1000000 | 11000110 | 0 | 1000111 | 1011 | 1101 | 100110101 | 1000111 | 111000 |
Color Harmonies of #DF40C6
Complementary color
Monochromatic Colors of #DF40C6
Black with #DF40C6
Text Example
Text Example
White with #DF40C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40C6; }
p { color: rgb(223,64,198); }
H1.HeaderClassName
{
color: #DF40C6;
}
.AnyTagClassName
{
color: #DF40C6;
}
</style>
background-color css
<style>
a { background-color: #DF40C6; }
a { background-color: rgb(223,64,198); }
div.DivClassName
{
background-color: #DF40C6;
}
.BgClassName
{
background-color: #DF40C6;
}
</style>
border-color css
<style>
span { border-color: #DF40C6; }
span { border-color: rgb(223,64,198); }
td.TdClassName
{
border-color: #DF40C6;
}
.TagClassName
{
border-color: #DF40C6;
}
</style>