Html Css Color HEX #DF40CF Free Speech Magenta
📋 copy color: '#DF40CF'red 223 ◦ green 64 ◦ blue 207
Shades of Free Speech Magenta #DF40CF
Tints of Free Speech Magenta #DF40CF
RGB
CMYK
RGB Variations
Color information
#DF40CF (or 0xDF40CF) is known color: Free Speech Magenta. HEX triplet: DF, 40 and CF. RGB value is (223,64,207). Sum of RGB (Red+Green+Blue) = 223+64+207=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40CF is #20BF30. Grayscale: #7F7F7F. Windows color (decimal): -2146097 or 13582559. OLE color: 13582559.
HSL color Cylindrical-coordinate representation of color #DF40CF: hue angle of 306.04º 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 #DF40CF is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 207 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.13 |
| HSL | 306.04º | 0.71% | 0.56% | - |
| HSV(B) | 306.04º | 0.71% | 0.87% | - |
| XYZ | 43.53 | 23.86 | 61.34 | - |
| YUV | 127.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 207 | 0 | 0.71 | 0.07 | 0.13 | 306.04 | 0.71 | 0.56 |
| Hex | DF | 40 | CF | 0 | 47 | 7 | D | 132 | 47 | 38 |
| Octal | 337 | 100 | 317 | 0 | 107 | 7 | 15 | 462 | 107 | 70 |
| Binary | 11011111 | 1000000 | 11001111 | 0 | 1000111 | 111 | 1101 | 100110010 | 1000111 | 111000 |
Color Harmonies of #DF40CF
Complementary color
Monochromatic Colors of #DF40CF
Black with #DF40CF
Text Example
Text Example
White with #DF40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40CF; }
p { color: rgb(223,64,207); }
H1.HeaderClassName
{
color: #DF40CF;
}
.AnyTagClassName
{
color: #DF40CF;
}
</style>
background-color css
<style>
a { background-color: #DF40CF; }
a { background-color: rgb(223,64,207); }
div.DivClassName
{
background-color: #DF40CF;
}
.BgClassName
{
background-color: #DF40CF;
}
</style>
border-color css
<style>
span { border-color: #DF40CF; }
span { border-color: rgb(223,64,207); }
td.TdClassName
{
border-color: #DF40CF;
}
.TagClassName
{
border-color: #DF40CF;
}
</style>