Html Css Color HEX #DF34DB Free Speech Magenta
📋 copy color: '#DF34DB'red 223 ◦ green 52 ◦ blue 219
Shades of Free Speech Magenta #DF34DB
Tints of Free Speech Magenta #DF34DB
RGB
CMYK
RGB Variations
Color information
#DF34DB (or 0xDF34DB) is known color: Free Speech Magenta. HEX triplet: DF, 34 and DB. RGB value is (223,52,219). Sum of RGB (Red+Green+Blue) = 223+52+219=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34DB is #20CB24. Grayscale: #797979. Windows color (decimal): -2149157 or 14365919. OLE color: 14365919.
HSL color Cylindrical-coordinate representation of color #DF34DB: hue angle of 301.4º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF34DB is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 219 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.13 |
| HSL | 301.4º | 0.73% | 0.54% | - |
| HSV(B) | 301.4º | 0.77% | 0.87% | - |
| XYZ | 44.45 | 23.26 | 69.16 | - |
| YUV | 122.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 219 | 0 | 0.77 | 0.02 | 0.13 | 301.4 | 0.73 | 0.54 |
| Hex | DF | 34 | DB | 0 | 4D | 2 | D | 12D | 49 | 36 |
| Octal | 337 | 64 | 333 | 0 | 115 | 2 | 15 | 455 | 111 | 66 |
| Binary | 11011111 | 110100 | 11011011 | 0 | 1001101 | 10 | 1101 | 100101101 | 1001001 | 110110 |
Color Harmonies of #DF34DB
Complementary color
Monochromatic Colors of #DF34DB
Black with #DF34DB
Text Example
Text Example
White with #DF34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34DB; }
p { color: rgb(223,52,219); }
H1.HeaderClassName
{
color: #DF34DB;
}
.AnyTagClassName
{
color: #DF34DB;
}
</style>
background-color css
<style>
a { background-color: #DF34DB; }
a { background-color: rgb(223,52,219); }
div.DivClassName
{
background-color: #DF34DB;
}
.BgClassName
{
background-color: #DF34DB;
}
</style>
border-color css
<style>
span { border-color: #DF34DB; }
span { border-color: rgb(223,52,219); }
td.TdClassName
{
border-color: #DF34DB;
}
.TagClassName
{
border-color: #DF34DB;
}
</style>