Html Css Color HEX #DE59DE Free Speech Magenta
📋 copy color: '#DE59DE'red 222 ◦ green 89 ◦ blue 222
Shades of Free Speech Magenta #DE59DE
Tints of Free Speech Magenta #DE59DE
RGB
CMYK
RGB Variations
Color information
#DE59DE (or 0xDE59DE) is known color: Free Speech Magenta. HEX triplet: DE, 59 and DE. RGB value is (222,89,222). Sum of RGB (Red+Green+Blue) = 222+89+222=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE59DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE59DE is #21A621. Grayscale: #8F8F8F. Windows color (decimal): -2205218 or 14571998. OLE color: 14571998.
HSL color Cylindrical-coordinate representation of color #DE59DE: 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.6%. Process color model (Four color, CMYK) of #DE59DE is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 222 | - |
| CMYK | 0 | 0.60 | 0 | 0.13 |
| HSL | 300º | 0.67% | 0.61% | - |
| HSV(B) | 300º | 0.6% | 0.87% | - |
| XYZ | 46.88 | 27.95 | 72.03 | - |
| YUV | 143.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 222 | 0 | 0.60 | 0 | 0.13 | 300 | 0.67 | 0.61 |
| Hex | DE | 59 | DE | 0 | 3C | 0 | D | 12C | 43 | 3D |
| Octal | 336 | 131 | 336 | 0 | 74 | 0 | 15 | 454 | 103 | 75 |
| Binary | 11011110 | 1011001 | 11011110 | 0 | 111100 | 0 | 1101 | 100101100 | 1000011 | 111101 |
Color Harmonies of #DE59DE
Complementary color
Monochromatic Colors of #DE59DE
Black with #DE59DE
Text Example
Text Example
White with #DE59DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE59DE; }
p { color: rgb(222,89,222); }
H1.HeaderClassName
{
color: #DE59DE;
}
.AnyTagClassName
{
color: #DE59DE;
}
</style>
background-color css
<style>
a { background-color: #DE59DE; }
a { background-color: rgb(222,89,222); }
div.DivClassName
{
background-color: #DE59DE;
}
.BgClassName
{
background-color: #DE59DE;
}
</style>
border-color css
<style>
span { border-color: #DE59DE; }
span { border-color: rgb(222,89,222); }
td.TdClassName
{
border-color: #DE59DE;
}
.TagClassName
{
border-color: #DE59DE;
}
</style>