Html Css Color HEX #DE57CD Free Speech Magenta
📋 copy color: '#DE57CD'red 222 ◦ green 87 ◦ blue 205
Shades of Free Speech Magenta #DE57CD
Tints of Free Speech Magenta #DE57CD
RGB
CMYK
RGB Variations
Color information
#DE57CD (or 0xDE57CD) is known color: Free Speech Magenta. HEX triplet: DE, 57 and CD. RGB value is (222,87,205). Sum of RGB (Red+Green+Blue) = 222+87+205=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE57CD is #21A832. Grayscale: #8C8C8C. Windows color (decimal): -2205747 or 13457374. OLE color: 13457374.
HSL color Cylindrical-coordinate representation of color #DE57CD: hue angle of 307.56º 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 #DE57CD is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 87 | 205 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.13 |
| HSL | 307.56º | 0.67% | 0.61% | - |
| HSV(B) | 307.56º | 0.61% | 0.87% | - |
| XYZ | 44.55 | 26.75 | 60.57 | - |
| YUV | 140.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 205 | 0 | 0.61 | 0.08 | 0.13 | 307.56 | 0.67 | 0.61 |
| Hex | DE | 57 | CD | 0 | 3D | 8 | D | 134 | 43 | 3D |
| Octal | 336 | 127 | 315 | 0 | 75 | 10 | 15 | 464 | 103 | 75 |
| Binary | 11011110 | 1010111 | 11001101 | 0 | 111101 | 1000 | 1101 | 100110100 | 1000011 | 111101 |
Color Harmonies of #DE57CD
Complementary color
Monochromatic Colors of #DE57CD
Black with #DE57CD
Text Example
Text Example
White with #DE57CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE57CD; }
p { color: rgb(222,87,205); }
H1.HeaderClassName
{
color: #DE57CD;
}
.AnyTagClassName
{
color: #DE57CD;
}
</style>
background-color css
<style>
a { background-color: #DE57CD; }
a { background-color: rgb(222,87,205); }
div.DivClassName
{
background-color: #DE57CD;
}
.BgClassName
{
background-color: #DE57CD;
}
</style>
border-color css
<style>
span { border-color: #DE57CD; }
span { border-color: rgb(222,87,205); }
td.TdClassName
{
border-color: #DE57CD;
}
.TagClassName
{
border-color: #DE57CD;
}
</style>