Html Css Color HEX #DB4BED Free Speech Magenta
📋 copy color: '#DB4BED'red 219 ◦ green 75 ◦ blue 237
Shades of Free Speech Magenta #DB4BED
Tints of Free Speech Magenta #DB4BED
RGB
CMYK
RGB Variations
Color information
#DB4BED (or 0xDB4BED) is known color: Free Speech Magenta. HEX triplet: DB, 4B and ED. RGB value is (219,75,237). Sum of RGB (Red+Green+Blue) = 219+75+237=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BED is #24B412. Grayscale: #888888. Windows color (decimal): -2405395 or 15551451. OLE color: 15551451.
HSL color Cylindrical-coordinate representation of color #DB4BED: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4BED is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 75 | 237 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.07 |
| HSL | 293.33º | 0.82% | 0.61% | - |
| HSV(B) | 293.33º | 0.68% | 0.93% | - |
| XYZ | 47.02 | 26.21 | 82.7 | - |
| YUV | 136.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 237 | 0.08 | 0.68 | 0 | 0.07 | 293.33 | 0.82 | 0.61 |
| Hex | DB | 4B | ED | 8 | 44 | 0 | 7 | 125 | 52 | 3D |
| Octal | 333 | 113 | 355 | 10 | 104 | 0 | 7 | 445 | 122 | 75 |
| Binary | 11011011 | 1001011 | 11101101 | 1000 | 1000100 | 0 | 111 | 100100101 | 1010010 | 111101 |
Color Harmonies of #DB4BED
Complementary color
Monochromatic Colors of #DB4BED
Black with #DB4BED
Text Example
Text Example
White with #DB4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BED; }
p { color: rgb(219,75,237); }
H1.HeaderClassName
{
color: #DB4BED;
}
.AnyTagClassName
{
color: #DB4BED;
}
</style>
background-color css
<style>
a { background-color: #DB4BED; }
a { background-color: rgb(219,75,237); }
div.DivClassName
{
background-color: #DB4BED;
}
.BgClassName
{
background-color: #DB4BED;
}
</style>
border-color css
<style>
span { border-color: #DB4BED; }
span { border-color: rgb(219,75,237); }
td.TdClassName
{
border-color: #DB4BED;
}
.TagClassName
{
border-color: #DB4BED;
}
</style>