Html Css Color HEX #DB46C2 Free Speech Magenta
📋 copy color: '#DB46C2'red 219 ◦ green 70 ◦ blue 194
Shades of Free Speech Magenta #DB46C2
Tints of Free Speech Magenta #DB46C2
RGB
CMYK
RGB Variations
Color information
#DB46C2 (or 0xDB46C2) is known color: Free Speech Magenta. HEX triplet: DB, 46 and C2. RGB value is (219,70,194). Sum of RGB (Red+Green+Blue) = 219+70+194=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46C2 is #24B93D. Grayscale: #808080. Windows color (decimal): -2406718 or 12732123. OLE color: 12732123.
HSL color Cylindrical-coordinate representation of color #DB46C2: hue angle of 310.07º 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 #DB46C2 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 194 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.14 |
| HSL | 310.07º | 0.67% | 0.57% | - |
| HSV(B) | 310.07º | 0.68% | 0.86% | - |
| XYZ | 41.14 | 23.34 | 53.37 | - |
| YUV | 128.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 194 | 0 | 0.68 | 0.11 | 0.14 | 310.07 | 0.67 | 0.57 |
| Hex | DB | 46 | C2 | 0 | 44 | B | E | 136 | 43 | 39 |
| Octal | 333 | 106 | 302 | 0 | 104 | 13 | 16 | 466 | 103 | 71 |
| Binary | 11011011 | 1000110 | 11000010 | 0 | 1000100 | 1011 | 1110 | 100110110 | 1000011 | 111001 |
Color Harmonies of #DB46C2
Complementary color
Monochromatic Colors of #DB46C2
Black with #DB46C2
Text Example
Text Example
White with #DB46C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46C2; }
p { color: rgb(219,70,194); }
H1.HeaderClassName
{
color: #DB46C2;
}
.AnyTagClassName
{
color: #DB46C2;
}
</style>
background-color css
<style>
a { background-color: #DB46C2; }
a { background-color: rgb(219,70,194); }
div.DivClassName
{
background-color: #DB46C2;
}
.BgClassName
{
background-color: #DB46C2;
}
</style>
border-color css
<style>
span { border-color: #DB46C2; }
span { border-color: rgb(219,70,194); }
td.TdClassName
{
border-color: #DB46C2;
}
.TagClassName
{
border-color: #DB46C2;
}
</style>