Html Css Color HEX #DB4BEF Free Speech Magenta
📋 copy color: '#DB4BEF'red 219 ◦ green 75 ◦ blue 239
Shades of Free Speech Magenta #DB4BEF
Tints of Free Speech Magenta #DB4BEF
RGB
CMYK
RGB Variations
Color information
#DB4BEF (or 0xDB4BEF) is known color: Free Speech Magenta. HEX triplet: DB, 4B and EF. RGB value is (219,75,239). Sum of RGB (Red+Green+Blue) = 219+75+239=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BEF is #24B410. Grayscale: #888888. Windows color (decimal): -2405393 or 15682523. OLE color: 15682523.
HSL color Cylindrical-coordinate representation of color #DB4BEF: hue angle of 292.68º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4BEF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 75 | 239 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.06 |
| HSL | 292.68º | 0.84% | 0.62% | - |
| HSV(B) | 292.68º | 0.69% | 0.94% | - |
| XYZ | 47.31 | 26.32 | 84.25 | - |
| YUV | 136.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 239 | 0.08 | 0.69 | 0 | 0.06 | 292.68 | 0.84 | 0.62 |
| Hex | DB | 4B | EF | 8 | 45 | 0 | 6 | 125 | 54 | 3E |
| Octal | 333 | 113 | 357 | 10 | 105 | 0 | 6 | 445 | 124 | 76 |
| Binary | 11011011 | 1001011 | 11101111 | 1000 | 1000101 | 0 | 110 | 100100101 | 1010100 | 111110 |
Color Harmonies of #DB4BEF
Complementary color
Monochromatic Colors of #DB4BEF
Black with #DB4BEF
Text Example
Text Example
White with #DB4BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BEF; }
p { color: rgb(219,75,239); }
H1.HeaderClassName
{
color: #DB4BEF;
}
.AnyTagClassName
{
color: #DB4BEF;
}
</style>
background-color css
<style>
a { background-color: #DB4BEF; }
a { background-color: rgb(219,75,239); }
div.DivClassName
{
background-color: #DB4BEF;
}
.BgClassName
{
background-color: #DB4BEF;
}
</style>
border-color css
<style>
span { border-color: #DB4BEF; }
span { border-color: rgb(219,75,239); }
td.TdClassName
{
border-color: #DB4BEF;
}
.TagClassName
{
border-color: #DB4BEF;
}
</style>