Html Css Color HEX #DB5FDF Free Speech Magenta
📋 copy color: '#DB5FDF'red 219 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #DB5FDF
Tints of Free Speech Magenta #DB5FDF
RGB
CMYK
RGB Variations
Color information
#DB5FDF (or 0xDB5FDF) is known color: Free Speech Magenta. HEX triplet: DB, 5F and DF. RGB value is (219,95,223). Sum of RGB (Red+Green+Blue) = 219+95+223=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FDF is #24A020. Grayscale: #929292. Windows color (decimal): -2400289 or 14639067. OLE color: 14639067.
HSL color Cylindrical-coordinate representation of color #DB5FDF: hue angle of 298.12º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FDF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 95 | 223 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.13 |
| HSL | 298.13º | 0.67% | 0.62% | - |
| HSV(B) | 298.13º | 0.57% | 0.87% | - |
| XYZ | 46.62 | 28.57 | 72.87 | - |
| YUV | 146.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 223 | 0.02 | 0.57 | 0 | 0.13 | 298.13 | 0.67 | 0.62 |
| Hex | DB | 5F | DF | 2 | 39 | 0 | D | 12A | 43 | 3E |
| Octal | 333 | 137 | 337 | 2 | 71 | 0 | 15 | 452 | 103 | 76 |
| Binary | 11011011 | 1011111 | 11011111 | 10 | 111001 | 0 | 1101 | 100101010 | 1000011 | 111110 |
Color Harmonies of #DB5FDF
Complementary color
Monochromatic Colors of #DB5FDF
Black with #DB5FDF
Text Example
Text Example
White with #DB5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FDF; }
p { color: rgb(219,95,223); }
H1.HeaderClassName
{
color: #DB5FDF;
}
.AnyTagClassName
{
color: #DB5FDF;
}
</style>
background-color css
<style>
a { background-color: #DB5FDF; }
a { background-color: rgb(219,95,223); }
div.DivClassName
{
background-color: #DB5FDF;
}
.BgClassName
{
background-color: #DB5FDF;
}
</style>
border-color css
<style>
span { border-color: #DB5FDF; }
span { border-color: rgb(219,95,223); }
td.TdClassName
{
border-color: #DB5FDF;
}
.TagClassName
{
border-color: #DB5FDF;
}
</style>