Html Css Color HEX #DE42F9 Free Speech Magenta
📋 copy color: '#DE42F9'red 222 ◦ green 66 ◦ blue 249
Shades of Free Speech Magenta #DE42F9
Tints of Free Speech Magenta #DE42F9
RGB
CMYK
RGB Variations
Color information
#DE42F9 (or 0xDE42F9) is known color: Free Speech Magenta. HEX triplet: DE, 42 and F9. RGB value is (222,66,249). Sum of RGB (Red+Green+Blue) = 222+66+249=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 66 (26.17% from 255 or 12.29% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE42F9 is #21BD06. Grayscale: #848484. Windows color (decimal): -2211079 or 16335582. OLE color: 16335582.
HSL color Cylindrical-coordinate representation of color #DE42F9: hue angle of 291.15º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE42F9 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 66 | 249 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.02 |
| HSL | 291.15º | 0.94% | 0.62% | - |
| HSV(B) | 291.15º | 0.73% | 0.98% | - |
| XYZ | 49.17 | 26.27 | 92.1 | - |
| YUV | 133.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 249 | 0.11 | 0.73 | 0 | 0.02 | 291.15 | 0.94 | 0.62 |
| Hex | DE | 42 | F9 | B | 49 | 0 | 2 | 123 | 5E | 3E |
| Octal | 336 | 102 | 371 | 13 | 111 | 0 | 2 | 443 | 136 | 76 |
| Binary | 11011110 | 1000010 | 11111001 | 1011 | 1001001 | 0 | 10 | 100100011 | 1011110 | 111110 |
Color Harmonies of #DE42F9
Complementary color
Monochromatic Colors of #DE42F9
Black with #DE42F9
Text Example
Text Example
White with #DE42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE42F9; }
p { color: rgb(222,66,249); }
H1.HeaderClassName
{
color: #DE42F9;
}
.AnyTagClassName
{
color: #DE42F9;
}
</style>
background-color css
<style>
a { background-color: #DE42F9; }
a { background-color: rgb(222,66,249); }
div.DivClassName
{
background-color: #DE42F9;
}
.BgClassName
{
background-color: #DE42F9;
}
</style>
border-color css
<style>
span { border-color: #DE42F9; }
span { border-color: rgb(222,66,249); }
td.TdClassName
{
border-color: #DE42F9;
}
.TagClassName
{
border-color: #DE42F9;
}
</style>