Html Css Color HEX #DF4CDB Free Speech Magenta
📋 copy color: '#DF4CDB'red 223 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #DF4CDB
Tints of Free Speech Magenta #DF4CDB
RGB
CMYK
RGB Variations
Color information
#DF4CDB (or 0xDF4CDB) is known color: Free Speech Magenta. HEX triplet: DF, 4C and DB. RGB value is (223,76,219). Sum of RGB (Red+Green+Blue) = 223+76+219=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CDB is #20B324. Grayscale: #878787. Windows color (decimal): -2143013 or 14372063. OLE color: 14372063.
HSL color Cylindrical-coordinate representation of color #DF4CDB: hue angle of 301.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CDB is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 219 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.13 |
| HSL | 301.63º | 0.7% | 0.59% | - |
| HSV(B) | 301.63º | 0.66% | 0.87% | - |
| XYZ | 45.8 | 25.97 | 69.62 | - |
| YUV | 136.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 219 | 0 | 0.66 | 0.02 | 0.13 | 301.63 | 0.7 | 0.59 |
| Hex | DF | 4C | DB | 0 | 42 | 2 | D | 12E | 46 | 3B |
| Octal | 337 | 114 | 333 | 0 | 102 | 2 | 15 | 456 | 106 | 73 |
| Binary | 11011111 | 1001100 | 11011011 | 0 | 1000010 | 10 | 1101 | 100101110 | 1000110 | 111011 |
Color Harmonies of #DF4CDB
Complementary color
Monochromatic Colors of #DF4CDB
Black with #DF4CDB
Text Example
Text Example
White with #DF4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CDB; }
p { color: rgb(223,76,219); }
H1.HeaderClassName
{
color: #DF4CDB;
}
.AnyTagClassName
{
color: #DF4CDB;
}
</style>
background-color css
<style>
a { background-color: #DF4CDB; }
a { background-color: rgb(223,76,219); }
div.DivClassName
{
background-color: #DF4CDB;
}
.BgClassName
{
background-color: #DF4CDB;
}
</style>
border-color css
<style>
span { border-color: #DF4CDB; }
span { border-color: rgb(223,76,219); }
td.TdClassName
{
border-color: #DF4CDB;
}
.TagClassName
{
border-color: #DF4CDB;
}
</style>