Html Css Color HEX #DB4BEA Free Speech Magenta
📋 copy color: '#DB4BEA'red 219 ◦ green 75 ◦ blue 234
Shades of Free Speech Magenta #DB4BEA
Tints of Free Speech Magenta #DB4BEA
RGB
CMYK
RGB Variations
Color information
#DB4BEA (or 0xDB4BEA) is known color: Free Speech Magenta. HEX triplet: DB, 4B and EA. RGB value is (219,75,234). Sum of RGB (Red+Green+Blue) = 219+75+234=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BEA is #24B415. Grayscale: #878787. Windows color (decimal): -2405398 or 15354843. OLE color: 15354843.
HSL color Cylindrical-coordinate representation of color #DB4BEA: hue angle of 294.34º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4BEA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 75 | 234 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.08 |
| HSL | 294.34º | 0.79% | 0.61% | - |
| HSV(B) | 294.34º | 0.68% | 0.92% | - |
| XYZ | 46.58 | 26.03 | 80.41 | - |
| YUV | 136.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 234 | 0.06 | 0.68 | 0 | 0.08 | 294.34 | 0.79 | 0.61 |
| Hex | DB | 4B | EA | 6 | 44 | 0 | 8 | 126 | 4F | 3D |
| Octal | 333 | 113 | 352 | 6 | 104 | 0 | 10 | 446 | 117 | 75 |
| Binary | 11011011 | 1001011 | 11101010 | 110 | 1000100 | 0 | 1000 | 100100110 | 1001111 | 111101 |
Color Harmonies of #DB4BEA
Complementary color
Monochromatic Colors of #DB4BEA
Black with #DB4BEA
Text Example
Text Example
White with #DB4BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BEA; }
p { color: rgb(219,75,234); }
H1.HeaderClassName
{
color: #DB4BEA;
}
.AnyTagClassName
{
color: #DB4BEA;
}
</style>
background-color css
<style>
a { background-color: #DB4BEA; }
a { background-color: rgb(219,75,234); }
div.DivClassName
{
background-color: #DB4BEA;
}
.BgClassName
{
background-color: #DB4BEA;
}
</style>
border-color css
<style>
span { border-color: #DB4BEA; }
span { border-color: rgb(219,75,234); }
td.TdClassName
{
border-color: #DB4BEA;
}
.TagClassName
{
border-color: #DB4BEA;
}
</style>