Html Css Color HEX #DE4FDE Free Speech Magenta
📋 copy color: '#DE4FDE'red 222 ◦ green 79 ◦ blue 222
Shades of Free Speech Magenta #DE4FDE
Tints of Free Speech Magenta #DE4FDE
RGB
CMYK
RGB Variations
Color information
#DE4FDE (or 0xDE4FDE) is known color: Free Speech Magenta. HEX triplet: DE, 4F and DE. RGB value is (222,79,222). Sum of RGB (Red+Green+Blue) = 222+79+222=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE4FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4FDE is #21B021. Grayscale: #898989. Windows color (decimal): -2207778 or 14569438. OLE color: 14569438.
HSL color Cylindrical-coordinate representation of color #DE4FDE: hue angle of 300º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE4FDE is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 222 | - |
| CMYK | 0 | 0.64 | 0 | 0.13 |
| HSL | 300º | 0.68% | 0.59% | - |
| HSV(B) | 300º | 0.64% | 0.87% | - |
| XYZ | 46.11 | 26.4 | 71.77 | - |
| YUV | 138.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 222 | 0 | 0.64 | 0 | 0.13 | 300 | 0.68 | 0.59 |
| Hex | DE | 4F | DE | 0 | 40 | 0 | D | 12C | 44 | 3B |
| Octal | 336 | 117 | 336 | 0 | 100 | 0 | 15 | 454 | 104 | 73 |
| Binary | 11011110 | 1001111 | 11011110 | 0 | 1000000 | 0 | 1101 | 100101100 | 1000100 | 111011 |
Color Harmonies of #DE4FDE
Complementary color
Monochromatic Colors of #DE4FDE
Black with #DE4FDE
Text Example
Text Example
White with #DE4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4FDE; }
p { color: rgb(222,79,222); }
H1.HeaderClassName
{
color: #DE4FDE;
}
.AnyTagClassName
{
color: #DE4FDE;
}
</style>
background-color css
<style>
a { background-color: #DE4FDE; }
a { background-color: rgb(222,79,222); }
div.DivClassName
{
background-color: #DE4FDE;
}
.BgClassName
{
background-color: #DE4FDE;
}
</style>
border-color css
<style>
span { border-color: #DE4FDE; }
span { border-color: rgb(222,79,222); }
td.TdClassName
{
border-color: #DE4FDE;
}
.TagClassName
{
border-color: #DE4FDE;
}
</style>