Html Css Color HEX #DB3BDF Free Speech Magenta
📋 copy color: '#DB3BDF'red 219 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #DB3BDF
Tints of Free Speech Magenta #DB3BDF
RGB
CMYK
RGB Variations
Color information
#DB3BDF (or 0xDB3BDF) is known color: Free Speech Magenta. HEX triplet: DB, 3B and DF. RGB value is (219,59,223). Sum of RGB (Red+Green+Blue) = 219+59+223=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BDF is #24C420. Grayscale: #7D7D7D. Windows color (decimal): -2409505 or 14629851. OLE color: 14629851.
HSL color Cylindrical-coordinate representation of color #DB3BDF: hue angle of 298.54º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3BDF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 59 | 223 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.13 |
| HSL | 298.54º | 0.72% | 0.55% | - |
| HSV(B) | 298.54º | 0.74% | 0.87% | - |
| XYZ | 44.1 | 23.52 | 72.03 | - |
| YUV | 125.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 223 | 0.02 | 0.74 | 0 | 0.13 | 298.54 | 0.72 | 0.55 |
| Hex | DB | 3B | DF | 2 | 4A | 0 | D | 12B | 48 | 37 |
| Octal | 333 | 73 | 337 | 2 | 112 | 0 | 15 | 453 | 110 | 67 |
| Binary | 11011011 | 111011 | 11011111 | 10 | 1001010 | 0 | 1101 | 100101011 | 1001000 | 110111 |
Color Harmonies of #DB3BDF
Complementary color
Monochromatic Colors of #DB3BDF
Black with #DB3BDF
Text Example
Text Example
White with #DB3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BDF; }
p { color: rgb(219,59,223); }
H1.HeaderClassName
{
color: #DB3BDF;
}
.AnyTagClassName
{
color: #DB3BDF;
}
</style>
background-color css
<style>
a { background-color: #DB3BDF; }
a { background-color: rgb(219,59,223); }
div.DivClassName
{
background-color: #DB3BDF;
}
.BgClassName
{
background-color: #DB3BDF;
}
</style>
border-color css
<style>
span { border-color: #DB3BDF; }
span { border-color: rgb(219,59,223); }
td.TdClassName
{
border-color: #DB3BDF;
}
.TagClassName
{
border-color: #DB3BDF;
}
</style>