Html Css Color HEX #DF3DDB Free Speech Magenta
📋 copy color: '#DF3DDB'red 223 ◦ green 61 ◦ blue 219
Shades of Free Speech Magenta #DF3DDB
Tints of Free Speech Magenta #DF3DDB
RGB
CMYK
RGB Variations
Color information
#DF3DDB (or 0xDF3DDB) is known color: Free Speech Magenta. HEX triplet: DF, 3D and DB. RGB value is (223,61,219). Sum of RGB (Red+Green+Blue) = 223+61+219=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3DDB is #20C224. Grayscale: #7E7E7E. Windows color (decimal): -2146853 or 14368223. OLE color: 14368223.
HSL color Cylindrical-coordinate representation of color #DF3DDB: hue angle of 301.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3DDB is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 219 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.13 |
| HSL | 301.48º | 0.72% | 0.56% | - |
| HSV(B) | 301.48º | 0.73% | 0.87% | - |
| XYZ | 44.89 | 24.14 | 69.31 | - |
| YUV | 127.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 219 | 0 | 0.73 | 0.02 | 0.13 | 301.48 | 0.72 | 0.56 |
| Hex | DF | 3D | DB | 0 | 49 | 2 | D | 12D | 48 | 38 |
| Octal | 337 | 75 | 333 | 0 | 111 | 2 | 15 | 455 | 110 | 70 |
| Binary | 11011111 | 111101 | 11011011 | 0 | 1001001 | 10 | 1101 | 100101101 | 1001000 | 111000 |
Color Harmonies of #DF3DDB
Complementary color
Monochromatic Colors of #DF3DDB
Black with #DF3DDB
Text Example
Text Example
White with #DF3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DDB; }
p { color: rgb(223,61,219); }
H1.HeaderClassName
{
color: #DF3DDB;
}
.AnyTagClassName
{
color: #DF3DDB;
}
</style>
background-color css
<style>
a { background-color: #DF3DDB; }
a { background-color: rgb(223,61,219); }
div.DivClassName
{
background-color: #DF3DDB;
}
.BgClassName
{
background-color: #DF3DDB;
}
</style>
border-color css
<style>
span { border-color: #DF3DDB; }
span { border-color: rgb(223,61,219); }
td.TdClassName
{
border-color: #DF3DDB;
}
.TagClassName
{
border-color: #DF3DDB;
}
</style>