Html Css Color HEX #DF4DDB Free Speech Magenta
📋 copy color: '#DF4DDB'red 223 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #DF4DDB
Tints of Free Speech Magenta #DF4DDB
RGB
CMYK
RGB Variations
Color information
#DF4DDB (or 0xDF4DDB) is known color: Free Speech Magenta. HEX triplet: DF, 4D and DB. RGB value is (223,77,219). Sum of RGB (Red+Green+Blue) = 223+77+219=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DDB is #20B224. Grayscale: #888888. Windows color (decimal): -2142757 or 14372319. OLE color: 14372319.
HSL color Cylindrical-coordinate representation of color #DF4DDB: hue angle of 301.64º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4DDB is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 219 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.13 |
| HSL | 301.64º | 0.7% | 0.59% | - |
| HSV(B) | 301.64º | 0.65% | 0.87% | - |
| XYZ | 45.87 | 26.11 | 69.64 | - |
| YUV | 136.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 219 | 0 | 0.65 | 0.02 | 0.13 | 301.64 | 0.7 | 0.59 |
| Hex | DF | 4D | DB | 0 | 41 | 2 | D | 12E | 46 | 3B |
| Octal | 337 | 115 | 333 | 0 | 101 | 2 | 15 | 456 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11011011 | 0 | 1000001 | 10 | 1101 | 100101110 | 1000110 | 111011 |
Color Harmonies of #DF4DDB
Complementary color
Monochromatic Colors of #DF4DDB
Black with #DF4DDB
Text Example
Text Example
White with #DF4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DDB; }
p { color: rgb(223,77,219); }
H1.HeaderClassName
{
color: #DF4DDB;
}
.AnyTagClassName
{
color: #DF4DDB;
}
</style>
background-color css
<style>
a { background-color: #DF4DDB; }
a { background-color: rgb(223,77,219); }
div.DivClassName
{
background-color: #DF4DDB;
}
.BgClassName
{
background-color: #DF4DDB;
}
</style>
border-color css
<style>
span { border-color: #DF4DDB; }
span { border-color: rgb(223,77,219); }
td.TdClassName
{
border-color: #DF4DDB;
}
.TagClassName
{
border-color: #DF4DDB;
}
</style>