Html Css Color HEX #DB4BC6 Free Speech Magenta
📋 copy color: '#DB4BC6'red 219 ◦ green 75 ◦ blue 198
Shades of Free Speech Magenta #DB4BC6
Tints of Free Speech Magenta #DB4BC6
RGB
CMYK
RGB Variations
Color information
#DB4BC6 (or 0xDB4BC6) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C6. RGB value is (219,75,198). Sum of RGB (Red+Green+Blue) = 219+75+198=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC6 is #24B439. Grayscale: #838383. Windows color (decimal): -2405434 or 12995547. OLE color: 12995547.
HSL color Cylindrical-coordinate representation of color #DB4BC6: hue angle of 308.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BC6 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 198 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.14 |
| HSL | 308.75º | 0.67% | 0.58% | - |
| HSV(B) | 308.75º | 0.66% | 0.86% | - |
| XYZ | 41.92 | 24.17 | 55.88 | - |
| YUV | 132.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 198 | 0 | 0.66 | 0.10 | 0.14 | 308.75 | 0.67 | 0.58 |
| Hex | DB | 4B | C6 | 0 | 42 | A | E | 135 | 43 | 3A |
| Octal | 333 | 113 | 306 | 0 | 102 | 12 | 16 | 465 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11000110 | 0 | 1000010 | 1010 | 1110 | 100110101 | 1000011 | 111010 |
Color Harmonies of #DB4BC6
Complementary color
Monochromatic Colors of #DB4BC6
Black with #DB4BC6
Text Example
Text Example
White with #DB4BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BC6; }
p { color: rgb(219,75,198); }
H1.HeaderClassName
{
color: #DB4BC6;
}
.AnyTagClassName
{
color: #DB4BC6;
}
</style>
background-color css
<style>
a { background-color: #DB4BC6; }
a { background-color: rgb(219,75,198); }
div.DivClassName
{
background-color: #DB4BC6;
}
.BgClassName
{
background-color: #DB4BC6;
}
</style>
border-color css
<style>
span { border-color: #DB4BC6; }
span { border-color: rgb(219,75,198); }
td.TdClassName
{
border-color: #DB4BC6;
}
.TagClassName
{
border-color: #DB4BC6;
}
</style>