Html Css Color HEX #DB4BDE Free Speech Magenta
📋 copy color: '#DB4BDE'red 219 ◦ green 75 ◦ blue 222
Shades of Free Speech Magenta #DB4BDE
Tints of Free Speech Magenta #DB4BDE
RGB
CMYK
RGB Variations
Color information
#DB4BDE (or 0xDB4BDE) is known color: Free Speech Magenta. HEX triplet: DB, 4B and DE. RGB value is (219,75,222). Sum of RGB (Red+Green+Blue) = 219+75+222=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB4BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BDE is #24B421. Grayscale: #868686. Windows color (decimal): -2405410 or 14568411. OLE color: 14568411.
HSL color Cylindrical-coordinate representation of color #DB4BDE: hue angle of 298.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BDE is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 75 | 222 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.13 |
| HSL | 298.78º | 0.69% | 0.58% | - |
| HSV(B) | 298.78º | 0.66% | 0.87% | - |
| XYZ | 44.91 | 25.37 | 71.64 | - |
| YUV | 134.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 222 | 0.01 | 0.66 | 0 | 0.13 | 298.78 | 0.69 | 0.58 |
| Hex | DB | 4B | DE | 1 | 42 | 0 | D | 12B | 45 | 3A |
| Octal | 333 | 113 | 336 | 1 | 102 | 0 | 15 | 453 | 105 | 72 |
| Binary | 11011011 | 1001011 | 11011110 | 1 | 1000010 | 0 | 1101 | 100101011 | 1000101 | 111010 |
Color Harmonies of #DB4BDE
Complementary color
Monochromatic Colors of #DB4BDE
Black with #DB4BDE
Text Example
Text Example
White with #DB4BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BDE; }
p { color: rgb(219,75,222); }
H1.HeaderClassName
{
color: #DB4BDE;
}
.AnyTagClassName
{
color: #DB4BDE;
}
</style>
background-color css
<style>
a { background-color: #DB4BDE; }
a { background-color: rgb(219,75,222); }
div.DivClassName
{
background-color: #DB4BDE;
}
.BgClassName
{
background-color: #DB4BDE;
}
</style>
border-color css
<style>
span { border-color: #DB4BDE; }
span { border-color: rgb(219,75,222); }
td.TdClassName
{
border-color: #DB4BDE;
}
.TagClassName
{
border-color: #DB4BDE;
}
</style>