Html Css Color HEX #DB46CB Free Speech Magenta
📋 copy color: '#DB46CB'red 219 ◦ green 70 ◦ blue 203
Shades of Free Speech Magenta #DB46CB
Tints of Free Speech Magenta #DB46CB
RGB
CMYK
RGB Variations
Color information
#DB46CB (or 0xDB46CB) is known color: Free Speech Magenta. HEX triplet: DB, 46 and CB. RGB value is (219,70,203). Sum of RGB (Red+Green+Blue) = 219+70+203=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46CB is #24B934. Grayscale: #818181. Windows color (decimal): -2406709 or 13321947. OLE color: 13321947.
HSL color Cylindrical-coordinate representation of color #DB46CB: hue angle of 306.44º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46CB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 203 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.14 |
| HSL | 306.44º | 0.67% | 0.57% | - |
| HSV(B) | 306.44º | 0.68% | 0.86% | - |
| XYZ | 42.18 | 23.75 | 58.86 | - |
| YUV | 129.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 203 | 0 | 0.68 | 0.07 | 0.14 | 306.44 | 0.67 | 0.57 |
| Hex | DB | 46 | CB | 0 | 44 | 7 | E | 132 | 43 | 39 |
| Octal | 333 | 106 | 313 | 0 | 104 | 7 | 16 | 462 | 103 | 71 |
| Binary | 11011011 | 1000110 | 11001011 | 0 | 1000100 | 111 | 1110 | 100110010 | 1000011 | 111001 |
Color Harmonies of #DB46CB
Complementary color
Monochromatic Colors of #DB46CB
Black with #DB46CB
Text Example
Text Example
White with #DB46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46CB; }
p { color: rgb(219,70,203); }
H1.HeaderClassName
{
color: #DB46CB;
}
.AnyTagClassName
{
color: #DB46CB;
}
</style>
background-color css
<style>
a { background-color: #DB46CB; }
a { background-color: rgb(219,70,203); }
div.DivClassName
{
background-color: #DB46CB;
}
.BgClassName
{
background-color: #DB46CB;
}
</style>
border-color css
<style>
span { border-color: #DB46CB; }
span { border-color: rgb(219,70,203); }
td.TdClassName
{
border-color: #DB46CB;
}
.TagClassName
{
border-color: #DB46CB;
}
</style>