Html Css Color HEX #DF40D3 Free Speech Magenta
📋 copy color: '#DF40D3'red 223 ◦ green 64 ◦ blue 211
Shades of Free Speech Magenta #DF40D3
Tints of Free Speech Magenta #DF40D3
RGB
CMYK
RGB Variations
Color information
#DF40D3 (or 0xDF40D3) is known color: Free Speech Magenta. HEX triplet: DF, 40 and D3. RGB value is (223,64,211). Sum of RGB (Red+Green+Blue) = 223+64+211=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40D3 is #20BF2C. Grayscale: #7F7F7F. Windows color (decimal): -2146093 or 13844703. OLE color: 13844703.
HSL color Cylindrical-coordinate representation of color #DF40D3: hue angle of 304.53º 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 #DF40D3 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 211 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.13 |
| HSL | 304.53º | 0.71% | 0.56% | - |
| HSV(B) | 304.53º | 0.71% | 0.87% | - |
| XYZ | 44.02 | 24.06 | 63.95 | - |
| YUV | 128.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 211 | 0 | 0.71 | 0.05 | 0.13 | 304.53 | 0.71 | 0.56 |
| Hex | DF | 40 | D3 | 0 | 47 | 5 | D | 131 | 47 | 38 |
| Octal | 337 | 100 | 323 | 0 | 107 | 5 | 15 | 461 | 107 | 70 |
| Binary | 11011111 | 1000000 | 11010011 | 0 | 1000111 | 101 | 1101 | 100110001 | 1000111 | 111000 |
Color Harmonies of #DF40D3
Complementary color
Monochromatic Colors of #DF40D3
Black with #DF40D3
Text Example
Text Example
White with #DF40D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40D3; }
p { color: rgb(223,64,211); }
H1.HeaderClassName
{
color: #DF40D3;
}
.AnyTagClassName
{
color: #DF40D3;
}
</style>
background-color css
<style>
a { background-color: #DF40D3; }
a { background-color: rgb(223,64,211); }
div.DivClassName
{
background-color: #DF40D3;
}
.BgClassName
{
background-color: #DF40D3;
}
</style>
border-color css
<style>
span { border-color: #DF40D3; }
span { border-color: rgb(223,64,211); }
td.TdClassName
{
border-color: #DF40D3;
}
.TagClassName
{
border-color: #DF40D3;
}
</style>