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