Html Css Color HEX #DF38F0 Free Speech Magenta
📋 copy color: '#DF38F0'red 223 ◦ green 56 ◦ blue 240
Shades of Free Speech Magenta #DF38F0
Tints of Free Speech Magenta #DF38F0
RGB
CMYK
RGB Variations
Color information
#DF38F0 (or 0xDF38F0) is known color: Free Speech Magenta. HEX triplet: DF, 38 and F0. RGB value is (223,56,240). Sum of RGB (Red+Green+Blue) = 223+56+240=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF38F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF38F0 is #20C70F. Grayscale: #7E7E7E. Windows color (decimal): -2148112 or 15743199. OLE color: 15743199.
HSL color Cylindrical-coordinate representation of color #DF38F0: hue angle of 294.46º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF38F0 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 56 | 240 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.06 |
| HSL | 294.46º | 0.86% | 0.58% | - |
| HSV(B) | 294.46º | 0.77% | 0.94% | - |
| XYZ | 47.57 | 24.81 | 84.72 | - |
| YUV | 126.91 | 191.83 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 240 | 0.07 | 0.77 | 0 | 0.06 | 294.46 | 0.86 | 0.58 |
| Hex | DF | 38 | F0 | 7 | 4D | 0 | 6 | 126 | 56 | 3A |
| Octal | 337 | 70 | 360 | 7 | 115 | 0 | 6 | 446 | 126 | 72 |
| Binary | 11011111 | 111000 | 11110000 | 111 | 1001101 | 0 | 110 | 100100110 | 1010110 | 111010 |
Color Harmonies of #DF38F0
Complementary color
Monochromatic Colors of #DF38F0
Black with #DF38F0
Text Example
Text Example
White with #DF38F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38F0; }
p { color: rgb(223,56,240); }
H1.HeaderClassName
{
color: #DF38F0;
}
.AnyTagClassName
{
color: #DF38F0;
}
</style>
background-color css
<style>
a { background-color: #DF38F0; }
a { background-color: rgb(223,56,240); }
div.DivClassName
{
background-color: #DF38F0;
}
.BgClassName
{
background-color: #DF38F0;
}
</style>
border-color css
<style>
span { border-color: #DF38F0; }
span { border-color: rgb(223,56,240); }
td.TdClassName
{
border-color: #DF38F0;
}
.TagClassName
{
border-color: #DF38F0;
}
</style>