Html Css Color HEX #DF3ADB Free Speech Magenta
📋 copy color: '#DF3ADB'red 223 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #DF3ADB
Tints of Free Speech Magenta #DF3ADB
RGB
CMYK
RGB Variations
Color information
#DF3ADB (or 0xDF3ADB) is known color: Free Speech Magenta. HEX triplet: DF, 3A and DB. RGB value is (223,58,219). Sum of RGB (Red+Green+Blue) = 223+58+219=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3ADB is #20C524. Grayscale: #7D7D7D. Windows color (decimal): -2147621 or 14367455. OLE color: 14367455.
HSL color Cylindrical-coordinate representation of color #DF3ADB: hue angle of 301.45º 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 #DF3ADB is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 219 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.13 |
| HSL | 301.45º | 0.72% | 0.55% | - |
| HSV(B) | 301.45º | 0.74% | 0.87% | - |
| XYZ | 44.73 | 23.83 | 69.26 | - |
| YUV | 125.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 219 | 0 | 0.74 | 0.02 | 0.13 | 301.45 | 0.72 | 0.55 |
| Hex | DF | 3A | DB | 0 | 4A | 2 | D | 12D | 48 | 37 |
| Octal | 337 | 72 | 333 | 0 | 112 | 2 | 15 | 455 | 110 | 67 |
| Binary | 11011111 | 111010 | 11011011 | 0 | 1001010 | 10 | 1101 | 100101101 | 1001000 | 110111 |
Color Harmonies of #DF3ADB
Complementary color
Monochromatic Colors of #DF3ADB
Black with #DF3ADB
Text Example
Text Example
White with #DF3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3ADB; }
p { color: rgb(223,58,219); }
H1.HeaderClassName
{
color: #DF3ADB;
}
.AnyTagClassName
{
color: #DF3ADB;
}
</style>
background-color css
<style>
a { background-color: #DF3ADB; }
a { background-color: rgb(223,58,219); }
div.DivClassName
{
background-color: #DF3ADB;
}
.BgClassName
{
background-color: #DF3ADB;
}
</style>
border-color css
<style>
span { border-color: #DF3ADB; }
span { border-color: rgb(223,58,219); }
td.TdClassName
{
border-color: #DF3ADB;
}
.TagClassName
{
border-color: #DF3ADB;
}
</style>