Html Css Color HEX #DE4FC0 Free Speech Magenta
📋 copy color: '#DE4FC0'red 222 ◦ green 79 ◦ blue 192
Shades of Free Speech Magenta #DE4FC0
Tints of Free Speech Magenta #DE4FC0
RGB
CMYK
RGB Variations
Color information
#DE4FC0 (or 0xDE4FC0) is known color: Free Speech Magenta. HEX triplet: DE, 4F and C0. RGB value is (222,79,192). Sum of RGB (Red+Green+Blue) = 222+79+192=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4FC0 is #21B03F. Grayscale: #868686. Windows color (decimal): -2207808 or 12603358. OLE color: 12603358.
HSL color Cylindrical-coordinate representation of color #DE4FC0: hue angle of 312.59º 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 #DE4FC0 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 192 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.13 |
| HSL | 312.59º | 0.68% | 0.59% | - |
| HSV(B) | 312.59º | 0.64% | 0.87% | - |
| XYZ | 42.43 | 24.93 | 52.44 | - |
| YUV | 134.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 192 | 0 | 0.64 | 0.14 | 0.13 | 312.59 | 0.68 | 0.59 |
| Hex | DE | 4F | C0 | 0 | 40 | E | D | 139 | 44 | 3B |
| Octal | 336 | 117 | 300 | 0 | 100 | 16 | 15 | 471 | 104 | 73 |
| Binary | 11011110 | 1001111 | 11000000 | 0 | 1000000 | 1110 | 1101 | 100111001 | 1000100 | 111011 |
Color Harmonies of #DE4FC0
Complementary color
Monochromatic Colors of #DE4FC0
Black with #DE4FC0
Text Example
Text Example
White with #DE4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4FC0; }
p { color: rgb(222,79,192); }
H1.HeaderClassName
{
color: #DE4FC0;
}
.AnyTagClassName
{
color: #DE4FC0;
}
</style>
background-color css
<style>
a { background-color: #DE4FC0; }
a { background-color: rgb(222,79,192); }
div.DivClassName
{
background-color: #DE4FC0;
}
.BgClassName
{
background-color: #DE4FC0;
}
</style>
border-color css
<style>
span { border-color: #DE4FC0; }
span { border-color: rgb(222,79,192); }
td.TdClassName
{
border-color: #DE4FC0;
}
.TagClassName
{
border-color: #DE4FC0;
}
</style>