Html Css Color HEX #DE4ABA Free Speech Magenta
📋 copy color: '#DE4ABA'red 222 ◦ green 74 ◦ blue 186
Shades of Free Speech Magenta #DE4ABA
Tints of Free Speech Magenta #DE4ABA
RGB
CMYK
RGB Variations
Color information
#DE4ABA (or 0xDE4ABA) is known color: Free Speech Magenta. HEX triplet: DE, 4A and BA. RGB value is (222,74,186). Sum of RGB (Red+Green+Blue) = 222+74+186=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4ABA is #21B545. Grayscale: #828282. Windows color (decimal): -2209094 or 12208862. OLE color: 12208862.
HSL color Cylindrical-coordinate representation of color #DE4ABA: hue angle of 314.59º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4ABA is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 186 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.13 |
| HSL | 314.59º | 0.69% | 0.58% | - |
| HSV(B) | 314.59º | 0.67% | 0.87% | - |
| XYZ | 41.44 | 23.97 | 48.9 | - |
| YUV | 131.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 186 | 0 | 0.67 | 0.16 | 0.13 | 314.59 | 0.69 | 0.58 |
| Hex | DE | 4A | BA | 0 | 43 | 10 | D | 13B | 45 | 3A |
| Octal | 336 | 112 | 272 | 0 | 103 | 20 | 15 | 473 | 105 | 72 |
| Binary | 11011110 | 1001010 | 10111010 | 0 | 1000011 | 10000 | 1101 | 100111011 | 1000101 | 111010 |
Color Harmonies of #DE4ABA
Complementary color
Monochromatic Colors of #DE4ABA
Black with #DE4ABA
Text Example
Text Example
White with #DE4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4ABA; }
p { color: rgb(222,74,186); }
H1.HeaderClassName
{
color: #DE4ABA;
}
.AnyTagClassName
{
color: #DE4ABA;
}
</style>
background-color css
<style>
a { background-color: #DE4ABA; }
a { background-color: rgb(222,74,186); }
div.DivClassName
{
background-color: #DE4ABA;
}
.BgClassName
{
background-color: #DE4ABA;
}
</style>
border-color css
<style>
span { border-color: #DE4ABA; }
span { border-color: rgb(222,74,186); }
td.TdClassName
{
border-color: #DE4ABA;
}
.TagClassName
{
border-color: #DE4ABA;
}
</style>