Html Css Color HEX #DE57DE Free Speech Magenta
📋 copy color: '#DE57DE'red 222 ◦ green 87 ◦ blue 222
Shades of Free Speech Magenta #DE57DE
Tints of Free Speech Magenta #DE57DE
RGB
CMYK
RGB Variations
Color information
#DE57DE (or 0xDE57DE) is known color: Free Speech Magenta. HEX triplet: DE, 57 and DE. RGB value is (222,87,222). Sum of RGB (Red+Green+Blue) = 222+87+222=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE57DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE57DE is #21A821. Grayscale: #8E8E8E. Windows color (decimal): -2205730 or 14571486. OLE color: 14571486.
HSL color Cylindrical-coordinate representation of color #DE57DE: hue angle of 300º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE57DE is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 87 | 222 | - |
| CMYK | 0 | 0.61 | 0 | 0.13 |
| HSL | 300º | 0.67% | 0.61% | - |
| HSV(B) | 300º | 0.61% | 0.87% | - |
| XYZ | 46.72 | 27.62 | 71.98 | - |
| YUV | 142.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 222 | 0 | 0.61 | 0 | 0.13 | 300 | 0.67 | 0.61 |
| Hex | DE | 57 | DE | 0 | 3D | 0 | D | 12C | 43 | 3D |
| Octal | 336 | 127 | 336 | 0 | 75 | 0 | 15 | 454 | 103 | 75 |
| Binary | 11011110 | 1010111 | 11011110 | 0 | 111101 | 0 | 1101 | 100101100 | 1000011 | 111101 |
Color Harmonies of #DE57DE
Complementary color
Monochromatic Colors of #DE57DE
Black with #DE57DE
Text Example
Text Example
White with #DE57DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE57DE; }
p { color: rgb(222,87,222); }
H1.HeaderClassName
{
color: #DE57DE;
}
.AnyTagClassName
{
color: #DE57DE;
}
</style>
background-color css
<style>
a { background-color: #DE57DE; }
a { background-color: rgb(222,87,222); }
div.DivClassName
{
background-color: #DE57DE;
}
.BgClassName
{
background-color: #DE57DE;
}
</style>
border-color css
<style>
span { border-color: #DE57DE; }
span { border-color: rgb(222,87,222); }
td.TdClassName
{
border-color: #DE57DE;
}
.TagClassName
{
border-color: #DE57DE;
}
</style>