Html Css Color HEX #DE63C7 Free Speech Magenta
📋 copy color: '#DE63C7'red 222 ◦ green 99 ◦ blue 199
Shades of Free Speech Magenta #DE63C7
Tints of Free Speech Magenta #DE63C7
RGB
CMYK
RGB Variations
Color information
#DE63C7 (or 0xDE63C7) is known color: Free Speech Magenta. HEX triplet: DE, 63 and C7. RGB value is (222,99,199). Sum of RGB (Red+Green+Blue) = 222+99+199=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63C7 is #219C38. Grayscale: #929292. Windows color (decimal): -2202681 or 13067230. OLE color: 13067230.
HSL color Cylindrical-coordinate representation of color #DE63C7: hue angle of 311.22º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE63C7 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 199 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.13 |
| HSL | 311.22º | 0.65% | 0.63% | - |
| HSV(B) | 311.22º | 0.55% | 0.87% | - |
| XYZ | 44.89 | 28.58 | 57.18 | - |
| YUV | 147.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 199 | 0 | 0.55 | 0.10 | 0.13 | 311.22 | 0.65 | 0.63 |
| Hex | DE | 63 | C7 | 0 | 37 | A | D | 137 | 41 | 3F |
| Octal | 336 | 143 | 307 | 0 | 67 | 12 | 15 | 467 | 101 | 77 |
| Binary | 11011110 | 1100011 | 11000111 | 0 | 110111 | 1010 | 1101 | 100110111 | 1000001 | 111111 |
Color Harmonies of #DE63C7
Complementary color
Monochromatic Colors of #DE63C7
Black with #DE63C7
Text Example
Text Example
White with #DE63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE63C7; }
p { color: rgb(222,99,199); }
H1.HeaderClassName
{
color: #DE63C7;
}
.AnyTagClassName
{
color: #DE63C7;
}
</style>
background-color css
<style>
a { background-color: #DE63C7; }
a { background-color: rgb(222,99,199); }
div.DivClassName
{
background-color: #DE63C7;
}
.BgClassName
{
background-color: #DE63C7;
}
</style>
border-color css
<style>
span { border-color: #DE63C7; }
span { border-color: rgb(222,99,199); }
td.TdClassName
{
border-color: #DE63C7;
}
.TagClassName
{
border-color: #DE63C7;
}
</style>