Html Css Color HEX #DF50DB Free Speech Magenta
📋 copy color: '#DF50DB'red 223 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #DF50DB
Tints of Free Speech Magenta #DF50DB
RGB
CMYK
RGB Variations
Color information
#DF50DB (or 0xDF50DB) is known color: Free Speech Magenta. HEX triplet: DF, 50 and DB. RGB value is (223,80,219). Sum of RGB (Red+Green+Blue) = 223+80+219=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50DB is #20AF24. Grayscale: #8A8A8A. Windows color (decimal): -2141989 or 14373087. OLE color: 14373087.
HSL color Cylindrical-coordinate representation of color #DF50DB: hue angle of 301.68º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50DB is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 219 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.13 |
| HSL | 301.68º | 0.69% | 0.59% | - |
| HSV(B) | 301.68º | 0.64% | 0.87% | - |
| XYZ | 46.09 | 26.54 | 69.71 | - |
| YUV | 138.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 219 | 0 | 0.64 | 0.02 | 0.13 | 301.68 | 0.69 | 0.59 |
| Hex | DF | 50 | DB | 0 | 40 | 2 | D | 12E | 45 | 3B |
| Octal | 337 | 120 | 333 | 0 | 100 | 2 | 15 | 456 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11011011 | 0 | 1000000 | 10 | 1101 | 100101110 | 1000101 | 111011 |
Color Harmonies of #DF50DB
Complementary color
Monochromatic Colors of #DF50DB
Black with #DF50DB
Text Example
Text Example
White with #DF50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50DB; }
p { color: rgb(223,80,219); }
H1.HeaderClassName
{
color: #DF50DB;
}
.AnyTagClassName
{
color: #DF50DB;
}
</style>
background-color css
<style>
a { background-color: #DF50DB; }
a { background-color: rgb(223,80,219); }
div.DivClassName
{
background-color: #DF50DB;
}
.BgClassName
{
background-color: #DF50DB;
}
</style>
border-color css
<style>
span { border-color: #DF50DB; }
span { border-color: rgb(223,80,219); }
td.TdClassName
{
border-color: #DF50DB;
}
.TagClassName
{
border-color: #DF50DB;
}
</style>