Html Css Color HEX #DB4BC2 Free Speech Magenta
📋 copy color: '#DB4BC2'red 219 ◦ green 75 ◦ blue 194
Shades of Free Speech Magenta #DB4BC2
Tints of Free Speech Magenta #DB4BC2
RGB
CMYK
RGB Variations
Color information
#DB4BC2 (or 0xDB4BC2) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C2. RGB value is (219,75,194). Sum of RGB (Red+Green+Blue) = 219+75+194=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC2 is #24B43D. Grayscale: #838383. Windows color (decimal): -2405438 or 12733403. OLE color: 12733403.
HSL color Cylindrical-coordinate representation of color #DB4BC2: hue angle of 310.42º 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 #DB4BC2 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 194 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.14 |
| HSL | 310.42º | 0.67% | 0.58% | - |
| HSV(B) | 310.42º | 0.66% | 0.86% | - |
| XYZ | 41.47 | 23.99 | 53.48 | - |
| YUV | 131.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 194 | 0 | 0.66 | 0.11 | 0.14 | 310.42 | 0.67 | 0.58 |
| Hex | DB | 4B | C2 | 0 | 42 | B | E | 136 | 43 | 3A |
| Octal | 333 | 113 | 302 | 0 | 102 | 13 | 16 | 466 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11000010 | 0 | 1000010 | 1011 | 1110 | 100110110 | 1000011 | 111010 |
Color Harmonies of #DB4BC2
Complementary color
Monochromatic Colors of #DB4BC2
Black with #DB4BC2
Text Example
Text Example
White with #DB4BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BC2; }
p { color: rgb(219,75,194); }
H1.HeaderClassName
{
color: #DB4BC2;
}
.AnyTagClassName
{
color: #DB4BC2;
}
</style>
background-color css
<style>
a { background-color: #DB4BC2; }
a { background-color: rgb(219,75,194); }
div.DivClassName
{
background-color: #DB4BC2;
}
.BgClassName
{
background-color: #DB4BC2;
}
</style>
border-color css
<style>
span { border-color: #DB4BC2; }
span { border-color: rgb(219,75,194); }
td.TdClassName
{
border-color: #DB4BC2;
}
.TagClassName
{
border-color: #DB4BC2;
}
</style>