Html Css Color HEX #DF4ABA Free Speech Magenta
📋 copy color: '#DF4ABA'red 223 ◦ green 74 ◦ blue 186
Shades of Free Speech Magenta #DF4ABA
Tints of Free Speech Magenta #DF4ABA
RGB
CMYK
RGB Variations
Color information
#DF4ABA (or 0xDF4ABA) is known color: Free Speech Magenta. HEX triplet: DF, 4A and BA. RGB value is (223,74,186). Sum of RGB (Red+Green+Blue) = 223+74+186=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4ABA is #20B545. Grayscale: #838383. Windows color (decimal): -2143558 or 12208863. OLE color: 12208863.
HSL color Cylindrical-coordinate representation of color #DF4ABA: hue angle of 314.9º degrees, saturation: 0.7, 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 #DF4ABA is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 186 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.13 |
| HSL | 314.9º | 0.7% | 0.58% | - |
| HSV(B) | 314.9º | 0.67% | 0.87% | - |
| XYZ | 41.74 | 24.13 | 48.91 | - |
| YUV | 131.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 186 | 0 | 0.67 | 0.17 | 0.13 | 314.9 | 0.7 | 0.58 |
| Hex | DF | 4A | BA | 0 | 43 | 11 | D | 13B | 46 | 3A |
| Octal | 337 | 112 | 272 | 0 | 103 | 21 | 15 | 473 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10111010 | 0 | 1000011 | 10001 | 1101 | 100111011 | 1000110 | 111010 |
Color Harmonies of #DF4ABA
Complementary color
Monochromatic Colors of #DF4ABA
Black with #DF4ABA
Text Example
Text Example
White with #DF4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ABA; }
p { color: rgb(223,74,186); }
H1.HeaderClassName
{
color: #DF4ABA;
}
.AnyTagClassName
{
color: #DF4ABA;
}
</style>
background-color css
<style>
a { background-color: #DF4ABA; }
a { background-color: rgb(223,74,186); }
div.DivClassName
{
background-color: #DF4ABA;
}
.BgClassName
{
background-color: #DF4ABA;
}
</style>
border-color css
<style>
span { border-color: #DF4ABA; }
span { border-color: rgb(223,74,186); }
td.TdClassName
{
border-color: #DF4ABA;
}
.TagClassName
{
border-color: #DF4ABA;
}
</style>