Html Css Color HEX #DF42F0 Free Speech Magenta
📋 copy color: '#DF42F0'red 223 ◦ green 66 ◦ blue 240
Shades of Free Speech Magenta #DF42F0
Tints of Free Speech Magenta #DF42F0
RGB
CMYK
RGB Variations
Color information
#DF42F0 (or 0xDF42F0) is known color: Free Speech Magenta. HEX triplet: DF, 42 and F0. RGB value is (223,66,240). Sum of RGB (Red+Green+Blue) = 223+66+240=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF42F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42F0 is #20BD0F. Grayscale: #848484. Windows color (decimal): -2145552 or 15745759. OLE color: 15745759.
HSL color Cylindrical-coordinate representation of color #DF42F0: hue angle of 294.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF42F0 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 66 | 240 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.06 |
| HSL | 294.14º | 0.85% | 0.6% | - |
| HSV(B) | 294.14º | 0.73% | 0.94% | - |
| XYZ | 48.11 | 25.88 | 84.9 | - |
| YUV | 132.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 240 | 0.07 | 0.72 | 0 | 0.06 | 294.14 | 0.85 | 0.6 |
| Hex | DF | 42 | F0 | 7 | 48 | 0 | 6 | 126 | 55 | 3C |
| Octal | 337 | 102 | 360 | 7 | 110 | 0 | 6 | 446 | 125 | 74 |
| Binary | 11011111 | 1000010 | 11110000 | 111 | 1001000 | 0 | 110 | 100100110 | 1010101 | 111100 |
Color Harmonies of #DF42F0
Complementary color
Monochromatic Colors of #DF42F0
Black with #DF42F0
Text Example
Text Example
White with #DF42F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42F0; }
p { color: rgb(223,66,240); }
H1.HeaderClassName
{
color: #DF42F0;
}
.AnyTagClassName
{
color: #DF42F0;
}
</style>
background-color css
<style>
a { background-color: #DF42F0; }
a { background-color: rgb(223,66,240); }
div.DivClassName
{
background-color: #DF42F0;
}
.BgClassName
{
background-color: #DF42F0;
}
</style>
border-color css
<style>
span { border-color: #DF42F0; }
span { border-color: rgb(223,66,240); }
td.TdClassName
{
border-color: #DF42F0;
}
.TagClassName
{
border-color: #DF42F0;
}
</style>