Html Css Color HEX #DF40FB Free Speech Magenta
📋 copy color: '#DF40FB'red 223 ◦ green 64 ◦ blue 251
Shades of Free Speech Magenta #DF40FB
Tints of Free Speech Magenta #DF40FB
RGB
CMYK
RGB Variations
Color information
#DF40FB (or 0xDF40FB) is known color: Free Speech Magenta. HEX triplet: DF, 40 and FB. RGB value is (223,64,251). Sum of RGB (Red+Green+Blue) = 223+64+251=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 64 (25.39% from 255 or 11.90% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF40FB is #20BF04. Grayscale: #848484. Windows color (decimal): -2146053 or 16466143. OLE color: 16466143.
HSL color Cylindrical-coordinate representation of color #DF40FB: hue angle of 291.02º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF40FB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 64 | 251 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.02 |
| HSL | 291.02º | 0.96% | 0.62% | - |
| HSV(B) | 291.02º | 0.75% | 0.98% | - |
| XYZ | 49.68 | 26.32 | 93.73 | - |
| YUV | 132.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 251 | 0.11 | 0.75 | 0 | 0.02 | 291.02 | 0.96 | 0.62 |
| Hex | DF | 40 | FB | B | 4B | 0 | 2 | 123 | 60 | 3E |
| Octal | 337 | 100 | 373 | 13 | 113 | 0 | 2 | 443 | 140 | 76 |
| Binary | 11011111 | 1000000 | 11111011 | 1011 | 1001011 | 0 | 10 | 100100011 | 1100000 | 111110 |
Color Harmonies of #DF40FB
Complementary color
Monochromatic Colors of #DF40FB
Black with #DF40FB
Text Example
Text Example
White with #DF40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40FB; }
p { color: rgb(223,64,251); }
H1.HeaderClassName
{
color: #DF40FB;
}
.AnyTagClassName
{
color: #DF40FB;
}
</style>
background-color css
<style>
a { background-color: #DF40FB; }
a { background-color: rgb(223,64,251); }
div.DivClassName
{
background-color: #DF40FB;
}
.BgClassName
{
background-color: #DF40FB;
}
</style>
border-color css
<style>
span { border-color: #DF40FB; }
span { border-color: rgb(223,64,251); }
td.TdClassName
{
border-color: #DF40FB;
}
.TagClassName
{
border-color: #DF40FB;
}
</style>