Html Css Color HEX #DF3FDB Free Speech Magenta
📋 copy color: '#DF3FDB'red 223 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #DF3FDB
Tints of Free Speech Magenta #DF3FDB
RGB
CMYK
RGB Variations
Color information
#DF3FDB (or 0xDF3FDB) is known color: Free Speech Magenta. HEX triplet: DF, 3F and DB. RGB value is (223,63,219). Sum of RGB (Red+Green+Blue) = 223+63+219=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3FDB is #20C024. Grayscale: #808080. Windows color (decimal): -2146341 or 14368735. OLE color: 14368735.
HSL color Cylindrical-coordinate representation of color #DF3FDB: hue angle of 301.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3FDB is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 219 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.13 |
| HSL | 301.5º | 0.71% | 0.56% | - |
| HSV(B) | 301.5º | 0.72% | 0.87% | - |
| XYZ | 45 | 24.36 | 69.35 | - |
| YUV | 128.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 219 | 0 | 0.72 | 0.02 | 0.13 | 301.5 | 0.71 | 0.56 |
| Hex | DF | 3F | DB | 0 | 48 | 2 | D | 12E | 47 | 38 |
| Octal | 337 | 77 | 333 | 0 | 110 | 2 | 15 | 456 | 107 | 70 |
| Binary | 11011111 | 111111 | 11011011 | 0 | 1001000 | 10 | 1101 | 100101110 | 1000111 | 111000 |
Color Harmonies of #DF3FDB
Complementary color
Monochromatic Colors of #DF3FDB
Black with #DF3FDB
Text Example
Text Example
White with #DF3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FDB; }
p { color: rgb(223,63,219); }
H1.HeaderClassName
{
color: #DF3FDB;
}
.AnyTagClassName
{
color: #DF3FDB;
}
</style>
background-color css
<style>
a { background-color: #DF3FDB; }
a { background-color: rgb(223,63,219); }
div.DivClassName
{
background-color: #DF3FDB;
}
.BgClassName
{
background-color: #DF3FDB;
}
</style>
border-color css
<style>
span { border-color: #DF3FDB; }
span { border-color: rgb(223,63,219); }
td.TdClassName
{
border-color: #DF3FDB;
}
.TagClassName
{
border-color: #DF3FDB;
}
</style>