Html Css Color HEX #DF4ADB Free Speech Magenta
📋 copy color: '#DF4ADB'red 223 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #DF4ADB
Tints of Free Speech Magenta #DF4ADB
RGB
CMYK
RGB Variations
Color information
#DF4ADB (or 0xDF4ADB) is known color: Free Speech Magenta. HEX triplet: DF, 4A and DB. RGB value is (223,74,219). Sum of RGB (Red+Green+Blue) = 223+74+219=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4ADB is #20B524. Grayscale: #868686. Windows color (decimal): -2143525 or 14371551. OLE color: 14371551.
HSL color Cylindrical-coordinate representation of color #DF4ADB: hue angle of 301.61º 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 #DF4ADB is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 219 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.13 |
| HSL | 301.61º | 0.7% | 0.58% | - |
| HSV(B) | 301.61º | 0.67% | 0.87% | - |
| XYZ | 45.67 | 25.7 | 69.57 | - |
| YUV | 135.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 219 | 0 | 0.67 | 0.02 | 0.13 | 301.61 | 0.7 | 0.58 |
| Hex | DF | 4A | DB | 0 | 43 | 2 | D | 12E | 46 | 3A |
| Octal | 337 | 112 | 333 | 0 | 103 | 2 | 15 | 456 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11011011 | 0 | 1000011 | 10 | 1101 | 100101110 | 1000110 | 111010 |
Color Harmonies of #DF4ADB
Complementary color
Monochromatic Colors of #DF4ADB
Black with #DF4ADB
Text Example
Text Example
White with #DF4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ADB; }
p { color: rgb(223,74,219); }
H1.HeaderClassName
{
color: #DF4ADB;
}
.AnyTagClassName
{
color: #DF4ADB;
}
</style>
background-color css
<style>
a { background-color: #DF4ADB; }
a { background-color: rgb(223,74,219); }
div.DivClassName
{
background-color: #DF4ADB;
}
.BgClassName
{
background-color: #DF4ADB;
}
</style>
border-color css
<style>
span { border-color: #DF4ADB; }
span { border-color: rgb(223,74,219); }
td.TdClassName
{
border-color: #DF4ADB;
}
.TagClassName
{
border-color: #DF4ADB;
}
</style>