Html Css Color HEX #DE61BD Free Speech Magenta
📋 copy color: '#DE61BD'red 222 ◦ green 97 ◦ blue 189
Shades of Free Speech Magenta #DE61BD
Tints of Free Speech Magenta #DE61BD
RGB
CMYK
RGB Variations
Color information
#DE61BD (or 0xDE61BD) is known color: Free Speech Magenta. HEX triplet: DE, 61 and BD. RGB value is (222,97,189). Sum of RGB (Red+Green+Blue) = 222+97+189=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE61BD is #219E42. Grayscale: #909090. Windows color (decimal): -2203203 or 12411358. OLE color: 12411358.
HSL color Cylindrical-coordinate representation of color #DE61BD: hue angle of 315.84º 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 #DE61BD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 189 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.13 |
| HSL | 315.84º | 0.65% | 0.63% | - |
| HSV(B) | 315.84º | 0.56% | 0.87% | - |
| XYZ | 43.58 | 27.75 | 51.2 | - |
| YUV | 144.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 189 | 0 | 0.56 | 0.15 | 0.13 | 315.84 | 0.65 | 0.63 |
| Hex | DE | 61 | BD | 0 | 38 | F | D | 13C | 41 | 3F |
| Octal | 336 | 141 | 275 | 0 | 70 | 17 | 15 | 474 | 101 | 77 |
| Binary | 11011110 | 1100001 | 10111101 | 0 | 111000 | 1111 | 1101 | 100111100 | 1000001 | 111111 |
Color Harmonies of #DE61BD
Complementary color
Monochromatic Colors of #DE61BD
Black with #DE61BD
Text Example
Text Example
White with #DE61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE61BD; }
p { color: rgb(222,97,189); }
H1.HeaderClassName
{
color: #DE61BD;
}
.AnyTagClassName
{
color: #DE61BD;
}
</style>
background-color css
<style>
a { background-color: #DE61BD; }
a { background-color: rgb(222,97,189); }
div.DivClassName
{
background-color: #DE61BD;
}
.BgClassName
{
background-color: #DE61BD;
}
</style>
border-color css
<style>
span { border-color: #DE61BD; }
span { border-color: rgb(222,97,189); }
td.TdClassName
{
border-color: #DE61BD;
}
.TagClassName
{
border-color: #DE61BD;
}
</style>