Html Css Color HEX #DB46DF Free Speech Magenta
📋 copy color: '#DB46DF'red 219 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #DB46DF
Tints of Free Speech Magenta #DB46DF
RGB
CMYK
RGB Variations
Color information
#DB46DF (or 0xDB46DF) is known color: Free Speech Magenta. HEX triplet: DB, 46 and DF. RGB value is (219,70,223). Sum of RGB (Red+Green+Blue) = 219+70+223=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46DF is #24B920. Grayscale: #838383. Windows color (decimal): -2406689 or 14632667. OLE color: 14632667.
HSL color Cylindrical-coordinate representation of color #DB46DF: hue angle of 298.43º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB46DF is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 70 | 223 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.13 |
| HSL | 298.43º | 0.71% | 0.57% | - |
| HSV(B) | 298.43º | 0.69% | 0.87% | - |
| XYZ | 44.72 | 24.77 | 72.24 | - |
| YUV | 131.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 223 | 0.02 | 0.69 | 0 | 0.13 | 298.43 | 0.71 | 0.57 |
| Hex | DB | 46 | DF | 2 | 45 | 0 | D | 12A | 47 | 39 |
| Octal | 333 | 106 | 337 | 2 | 105 | 0 | 15 | 452 | 107 | 71 |
| Binary | 11011011 | 1000110 | 11011111 | 10 | 1000101 | 0 | 1101 | 100101010 | 1000111 | 111001 |
Color Harmonies of #DB46DF
Complementary color
Monochromatic Colors of #DB46DF
Black with #DB46DF
Text Example
Text Example
White with #DB46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46DF; }
p { color: rgb(219,70,223); }
H1.HeaderClassName
{
color: #DB46DF;
}
.AnyTagClassName
{
color: #DB46DF;
}
</style>
background-color css
<style>
a { background-color: #DB46DF; }
a { background-color: rgb(219,70,223); }
div.DivClassName
{
background-color: #DB46DF;
}
.BgClassName
{
background-color: #DB46DF;
}
</style>
border-color css
<style>
span { border-color: #DB46DF; }
span { border-color: rgb(219,70,223); }
td.TdClassName
{
border-color: #DB46DF;
}
.TagClassName
{
border-color: #DB46DF;
}
</style>