Html Css Color HEX #DB4BC0 Free Speech Magenta
📋 copy color: '#DB4BC0'red 219 ◦ green 75 ◦ blue 192
Shades of Free Speech Magenta #DB4BC0
Tints of Free Speech Magenta #DB4BC0
RGB
CMYK
RGB Variations
Color information
#DB4BC0 (or 0xDB4BC0) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C0. RGB value is (219,75,192). Sum of RGB (Red+Green+Blue) = 219+75+192=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC0 is #24B43F. Grayscale: #838383. Windows color (decimal): -2405440 or 12602331. OLE color: 12602331.
HSL color Cylindrical-coordinate representation of color #DB4BC0: hue angle of 311.25º 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 #DB4BC0 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 192 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.14 |
| HSL | 311.25º | 0.67% | 0.58% | - |
| HSV(B) | 311.25º | 0.66% | 0.86% | - |
| XYZ | 41.24 | 23.9 | 52.31 | - |
| YUV | 131.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 192 | 0 | 0.66 | 0.12 | 0.14 | 311.25 | 0.67 | 0.58 |
| Hex | DB | 4B | C0 | 0 | 42 | C | E | 137 | 43 | 3A |
| Octal | 333 | 113 | 300 | 0 | 102 | 14 | 16 | 467 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11000000 | 0 | 1000010 | 1100 | 1110 | 100110111 | 1000011 | 111010 |
Color Harmonies of #DB4BC0
Complementary color
Monochromatic Colors of #DB4BC0
Black with #DB4BC0
Text Example
Text Example
White with #DB4BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BC0; }
p { color: rgb(219,75,192); }
H1.HeaderClassName
{
color: #DB4BC0;
}
.AnyTagClassName
{
color: #DB4BC0;
}
</style>
background-color css
<style>
a { background-color: #DB4BC0; }
a { background-color: rgb(219,75,192); }
div.DivClassName
{
background-color: #DB4BC0;
}
.BgClassName
{
background-color: #DB4BC0;
}
</style>
border-color css
<style>
span { border-color: #DB4BC0; }
span { border-color: rgb(219,75,192); }
td.TdClassName
{
border-color: #DB4BC0;
}
.TagClassName
{
border-color: #DB4BC0;
}
</style>