Html Css Color HEX #DE40D7 Free Speech Magenta
📋 copy color: '#DE40D7'red 222 ◦ green 64 ◦ blue 215
Shades of Free Speech Magenta #DE40D7
Tints of Free Speech Magenta #DE40D7
RGB
CMYK
RGB Variations
Color information
#DE40D7 (or 0xDE40D7) is known color: Free Speech Magenta. HEX triplet: DE, 40 and D7. RGB value is (222,64,215). Sum of RGB (Red+Green+Blue) = 222+64+215=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE40D7 is #21BF28. Grayscale: #808080. Windows color (decimal): -2211625 or 14106846. OLE color: 14106846.
HSL color Cylindrical-coordinate representation of color #DE40D7: hue angle of 302.66º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE40D7 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 215 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.13 |
| HSL | 302.66º | 0.71% | 0.56% | - |
| HSV(B) | 302.66º | 0.71% | 0.87% | - |
| XYZ | 44.22 | 24.1 | 66.61 | - |
| YUV | 128.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 215 | 0 | 0.71 | 0.03 | 0.13 | 302.66 | 0.71 | 0.56 |
| Hex | DE | 40 | D7 | 0 | 47 | 3 | D | 12F | 47 | 38 |
| Octal | 336 | 100 | 327 | 0 | 107 | 3 | 15 | 457 | 107 | 70 |
| Binary | 11011110 | 1000000 | 11010111 | 0 | 1000111 | 11 | 1101 | 100101111 | 1000111 | 111000 |
Color Harmonies of #DE40D7
Complementary color
Monochromatic Colors of #DE40D7
Black with #DE40D7
Text Example
Text Example
White with #DE40D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40D7; }
p { color: rgb(222,64,215); }
H1.HeaderClassName
{
color: #DE40D7;
}
.AnyTagClassName
{
color: #DE40D7;
}
</style>
background-color css
<style>
a { background-color: #DE40D7; }
a { background-color: rgb(222,64,215); }
div.DivClassName
{
background-color: #DE40D7;
}
.BgClassName
{
background-color: #DE40D7;
}
</style>
border-color css
<style>
span { border-color: #DE40D7; }
span { border-color: rgb(222,64,215); }
td.TdClassName
{
border-color: #DE40D7;
}
.TagClassName
{
border-color: #DE40D7;
}
</style>