Html Css Color HEX #DE61C1 Free Speech Magenta
📋 copy color: '#DE61C1'red 222 ◦ green 97 ◦ blue 193
Shades of Free Speech Magenta #DE61C1
Tints of Free Speech Magenta #DE61C1
RGB
CMYK
RGB Variations
Color information
#DE61C1 (or 0xDE61C1) is known color: Free Speech Magenta. HEX triplet: DE, 61 and C1. RGB value is (222,97,193). Sum of RGB (Red+Green+Blue) = 222+97+193=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE61C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE61C1 is #219E3E. Grayscale: #919191. Windows color (decimal): -2203199 or 12673502. OLE color: 12673502.
HSL color Cylindrical-coordinate representation of color #DE61C1: hue angle of 313.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE61C1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 193 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.13 |
| HSL | 313.92º | 0.65% | 0.63% | - |
| HSV(B) | 313.92º | 0.56% | 0.87% | - |
| XYZ | 44.02 | 27.93 | 53.52 | - |
| YUV | 145.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 193 | 0 | 0.56 | 0.13 | 0.13 | 313.92 | 0.65 | 0.63 |
| Hex | DE | 61 | C1 | 0 | 38 | D | D | 13A | 41 | 3F |
| Octal | 336 | 141 | 301 | 0 | 70 | 15 | 15 | 472 | 101 | 77 |
| Binary | 11011110 | 1100001 | 11000001 | 0 | 111000 | 1101 | 1101 | 100111010 | 1000001 | 111111 |
Color Harmonies of #DE61C1
Complementary color
Monochromatic Colors of #DE61C1
Black with #DE61C1
Text Example
Text Example
White with #DE61C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE61C1; }
p { color: rgb(222,97,193); }
H1.HeaderClassName
{
color: #DE61C1;
}
.AnyTagClassName
{
color: #DE61C1;
}
</style>
background-color css
<style>
a { background-color: #DE61C1; }
a { background-color: rgb(222,97,193); }
div.DivClassName
{
background-color: #DE61C1;
}
.BgClassName
{
background-color: #DE61C1;
}
</style>
border-color css
<style>
span { border-color: #DE61C1; }
span { border-color: rgb(222,97,193); }
td.TdClassName
{
border-color: #DE61C1;
}
.TagClassName
{
border-color: #DE61C1;
}
</style>