Html Css Color HEX #DE4FDC Free Speech Magenta
📋 copy color: '#DE4FDC'red 222 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #DE4FDC
Tints of Free Speech Magenta #DE4FDC
RGB
CMYK
RGB Variations
Color information
#DE4FDC (or 0xDE4FDC) is known color: Free Speech Magenta. HEX triplet: DE, 4F and DC. RGB value is (222,79,220). Sum of RGB (Red+Green+Blue) = 222+79+220=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4FDC is #21B023. Grayscale: #898989. Windows color (decimal): -2207780 or 14438366. OLE color: 14438366.
HSL color Cylindrical-coordinate representation of color #DE4FDC: hue angle of 300.84º 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 #DE4FDC is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 220 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.13 |
| HSL | 300.84º | 0.68% | 0.59% | - |
| HSV(B) | 300.84º | 0.64% | 0.87% | - |
| XYZ | 45.84 | 26.29 | 70.37 | - |
| YUV | 137.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 220 | 0 | 0.64 | 0.01 | 0.13 | 300.84 | 0.68 | 0.59 |
| Hex | DE | 4F | DC | 0 | 40 | 1 | D | 12D | 44 | 3B |
| Octal | 336 | 117 | 334 | 0 | 100 | 1 | 15 | 455 | 104 | 73 |
| Binary | 11011110 | 1001111 | 11011100 | 0 | 1000000 | 1 | 1101 | 100101101 | 1000100 | 111011 |
Color Harmonies of #DE4FDC
Complementary color
Monochromatic Colors of #DE4FDC
Black with #DE4FDC
Text Example
Text Example
White with #DE4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4FDC; }
p { color: rgb(222,79,220); }
H1.HeaderClassName
{
color: #DE4FDC;
}
.AnyTagClassName
{
color: #DE4FDC;
}
</style>
background-color css
<style>
a { background-color: #DE4FDC; }
a { background-color: rgb(222,79,220); }
div.DivClassName
{
background-color: #DE4FDC;
}
.BgClassName
{
background-color: #DE4FDC;
}
</style>
border-color css
<style>
span { border-color: #DE4FDC; }
span { border-color: rgb(222,79,220); }
td.TdClassName
{
border-color: #DE4FDC;
}
.TagClassName
{
border-color: #DE4FDC;
}
</style>