Html Css Color HEX #DF3BDB Free Speech Magenta
📋 copy color: '#DF3BDB'red 223 ◦ green 59 ◦ blue 219
Shades of Free Speech Magenta #DF3BDB
Tints of Free Speech Magenta #DF3BDB
RGB
CMYK
RGB Variations
Color information
#DF3BDB (or 0xDF3BDB) is known color: Free Speech Magenta. HEX triplet: DF, 3B and DB. RGB value is (223,59,219). Sum of RGB (Red+Green+Blue) = 223+59+219=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3BDB is #20C424. Grayscale: #7D7D7D. Windows color (decimal): -2147365 or 14367711. OLE color: 14367711.
HSL color Cylindrical-coordinate representation of color #DF3BDB: hue angle of 301.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3BDB is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 219 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.13 |
| HSL | 301.46º | 0.72% | 0.55% | - |
| HSV(B) | 301.46º | 0.74% | 0.87% | - |
| XYZ | 44.78 | 23.93 | 69.28 | - |
| YUV | 126.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 219 | 0 | 0.74 | 0.02 | 0.13 | 301.46 | 0.72 | 0.55 |
| Hex | DF | 3B | DB | 0 | 4A | 2 | D | 12D | 48 | 37 |
| Octal | 337 | 73 | 333 | 0 | 112 | 2 | 15 | 455 | 110 | 67 |
| Binary | 11011111 | 111011 | 11011011 | 0 | 1001010 | 10 | 1101 | 100101101 | 1001000 | 110111 |
Color Harmonies of #DF3BDB
Complementary color
Monochromatic Colors of #DF3BDB
Black with #DF3BDB
Text Example
Text Example
White with #DF3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BDB; }
p { color: rgb(223,59,219); }
H1.HeaderClassName
{
color: #DF3BDB;
}
.AnyTagClassName
{
color: #DF3BDB;
}
</style>
background-color css
<style>
a { background-color: #DF3BDB; }
a { background-color: rgb(223,59,219); }
div.DivClassName
{
background-color: #DF3BDB;
}
.BgClassName
{
background-color: #DF3BDB;
}
</style>
border-color css
<style>
span { border-color: #DF3BDB; }
span { border-color: rgb(223,59,219); }
td.TdClassName
{
border-color: #DF3BDB;
}
.TagClassName
{
border-color: #DF3BDB;
}
</style>