Html Css Color HEX #DF4ABE Free Speech Magenta
📋 copy color: '#DF4ABE'red 223 ◦ green 74 ◦ blue 190
Shades of Free Speech Magenta #DF4ABE
Tints of Free Speech Magenta #DF4ABE
RGB
CMYK
RGB Variations
Color information
#DF4ABE (or 0xDF4ABE) is known color: Free Speech Magenta. HEX triplet: DF, 4A and BE. RGB value is (223,74,190). Sum of RGB (Red+Green+Blue) = 223+74+190=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4ABE is #20B541. Grayscale: #838383. Windows color (decimal): -2143554 or 12471007. OLE color: 12471007.
HSL color Cylindrical-coordinate representation of color #DF4ABE: hue angle of 313.29º 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 #DF4ABE is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 190 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.13 |
| HSL | 313.29º | 0.7% | 0.58% | - |
| HSV(B) | 313.29º | 0.67% | 0.87% | - |
| XYZ | 42.17 | 24.3 | 51.18 | - |
| YUV | 131.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 190 | 0 | 0.67 | 0.15 | 0.13 | 313.29 | 0.7 | 0.58 |
| Hex | DF | 4A | BE | 0 | 43 | F | D | 139 | 46 | 3A |
| Octal | 337 | 112 | 276 | 0 | 103 | 17 | 15 | 471 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10111110 | 0 | 1000011 | 1111 | 1101 | 100111001 | 1000110 | 111010 |
Color Harmonies of #DF4ABE
Complementary color
Monochromatic Colors of #DF4ABE
Black with #DF4ABE
Text Example
Text Example
White with #DF4ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ABE; }
p { color: rgb(223,74,190); }
H1.HeaderClassName
{
color: #DF4ABE;
}
.AnyTagClassName
{
color: #DF4ABE;
}
</style>
background-color css
<style>
a { background-color: #DF4ABE; }
a { background-color: rgb(223,74,190); }
div.DivClassName
{
background-color: #DF4ABE;
}
.BgClassName
{
background-color: #DF4ABE;
}
</style>
border-color css
<style>
span { border-color: #DF4ABE; }
span { border-color: rgb(223,74,190); }
td.TdClassName
{
border-color: #DF4ABE;
}
.TagClassName
{
border-color: #DF4ABE;
}
</style>