Html Css Color HEX #DF4ABF Free Speech Magenta
📋 copy color: '#DF4ABF'red 223 ◦ green 74 ◦ blue 191
Shades of Free Speech Magenta #DF4ABF
Tints of Free Speech Magenta #DF4ABF
RGB
CMYK
RGB Variations
Color information
#DF4ABF (or 0xDF4ABF) is known color: Free Speech Magenta. HEX triplet: DF, 4A and BF. RGB value is (223,74,191). Sum of RGB (Red+Green+Blue) = 223+74+191=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4ABF is #20B540. Grayscale: #838383. Windows color (decimal): -2143553 or 12536543. OLE color: 12536543.
HSL color Cylindrical-coordinate representation of color #DF4ABF: hue angle of 312.89º 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 #DF4ABF is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 191 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.13 |
| HSL | 312.89º | 0.7% | 0.58% | - |
| HSV(B) | 312.89º | 0.67% | 0.87% | - |
| XYZ | 42.28 | 24.35 | 51.76 | - |
| YUV | 131.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 191 | 0 | 0.67 | 0.14 | 0.13 | 312.89 | 0.7 | 0.58 |
| Hex | DF | 4A | BF | 0 | 43 | E | D | 139 | 46 | 3A |
| Octal | 337 | 112 | 277 | 0 | 103 | 16 | 15 | 471 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10111111 | 0 | 1000011 | 1110 | 1101 | 100111001 | 1000110 | 111010 |
Color Harmonies of #DF4ABF
Complementary color
Monochromatic Colors of #DF4ABF
Black with #DF4ABF
Text Example
Text Example
White with #DF4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ABF; }
p { color: rgb(223,74,191); }
H1.HeaderClassName
{
color: #DF4ABF;
}
.AnyTagClassName
{
color: #DF4ABF;
}
</style>
background-color css
<style>
a { background-color: #DF4ABF; }
a { background-color: rgb(223,74,191); }
div.DivClassName
{
background-color: #DF4ABF;
}
.BgClassName
{
background-color: #DF4ABF;
}
</style>
border-color css
<style>
span { border-color: #DF4ABF; }
span { border-color: rgb(223,74,191); }
td.TdClassName
{
border-color: #DF4ABF;
}
.TagClassName
{
border-color: #DF4ABF;
}
</style>