Html Css Color HEX #DB34DF Free Speech Magenta
📋 copy color: '#DB34DF'red 219 ◦ green 52 ◦ blue 223
Shades of Free Speech Magenta #DB34DF
Tints of Free Speech Magenta #DB34DF
RGB
CMYK
RGB Variations
Color information
#DB34DF (or 0xDB34DF) is known color: Free Speech Magenta. HEX triplet: DB, 34 and DF. RGB value is (219,52,223). Sum of RGB (Red+Green+Blue) = 219+52+223=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34DF is #24CB20. Grayscale: #787878. Windows color (decimal): -2411297 or 14628059. OLE color: 14628059.
HSL color Cylindrical-coordinate representation of color #DB34DF: hue angle of 298.6º 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 #DB34DF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 52 | 223 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.13 |
| HSL | 298.6º | 0.73% | 0.54% | - |
| HSV(B) | 298.6º | 0.77% | 0.87% | - |
| XYZ | 43.76 | 22.84 | 71.91 | - |
| YUV | 121.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 223 | 0.02 | 0.77 | 0 | 0.13 | 298.6 | 0.73 | 0.54 |
| Hex | DB | 34 | DF | 2 | 4D | 0 | D | 12B | 49 | 36 |
| Octal | 333 | 64 | 337 | 2 | 115 | 0 | 15 | 453 | 111 | 66 |
| Binary | 11011011 | 110100 | 11011111 | 10 | 1001101 | 0 | 1101 | 100101011 | 1001001 | 110110 |
Color Harmonies of #DB34DF
Complementary color
Monochromatic Colors of #DB34DF
Black with #DB34DF
Text Example
Text Example
White with #DB34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34DF; }
p { color: rgb(219,52,223); }
H1.HeaderClassName
{
color: #DB34DF;
}
.AnyTagClassName
{
color: #DB34DF;
}
</style>
background-color css
<style>
a { background-color: #DB34DF; }
a { background-color: rgb(219,52,223); }
div.DivClassName
{
background-color: #DB34DF;
}
.BgClassName
{
background-color: #DB34DF;
}
</style>
border-color css
<style>
span { border-color: #DB34DF; }
span { border-color: rgb(219,52,223); }
td.TdClassName
{
border-color: #DB34DF;
}
.TagClassName
{
border-color: #DB34DF;
}
</style>