Html Css Color HEX #DB4DEE Free Speech Magenta
📋 copy color: '#DB4DEE'red 219 ◦ green 77 ◦ blue 238
Shades of Free Speech Magenta #DB4DEE
Tints of Free Speech Magenta #DB4DEE
RGB
CMYK
RGB Variations
Color information
#DB4DEE (or 0xDB4DEE) is known color: Free Speech Magenta. HEX triplet: DB, 4D and EE. RGB value is (219,77,238). Sum of RGB (Red+Green+Blue) = 219+77+238=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DEE is #24B211. Grayscale: #898989. Windows color (decimal): -2404882 or 15617499. OLE color: 15617499.
HSL color Cylindrical-coordinate representation of color #DB4DEE: hue angle of 292.92º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4DEE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 77 | 238 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.07 |
| HSL | 292.92º | 0.83% | 0.62% | - |
| HSV(B) | 292.92º | 0.68% | 0.93% | - |
| XYZ | 47.3 | 26.54 | 83.52 | - |
| YUV | 137.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 238 | 0.08 | 0.68 | 0 | 0.07 | 292.92 | 0.83 | 0.62 |
| Hex | DB | 4D | EE | 8 | 44 | 0 | 7 | 125 | 53 | 3E |
| Octal | 333 | 115 | 356 | 10 | 104 | 0 | 7 | 445 | 123 | 76 |
| Binary | 11011011 | 1001101 | 11101110 | 1000 | 1000100 | 0 | 111 | 100100101 | 1010011 | 111110 |
Color Harmonies of #DB4DEE
Complementary color
Monochromatic Colors of #DB4DEE
Black with #DB4DEE
Text Example
Text Example
White with #DB4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DEE; }
p { color: rgb(219,77,238); }
H1.HeaderClassName
{
color: #DB4DEE;
}
.AnyTagClassName
{
color: #DB4DEE;
}
</style>
background-color css
<style>
a { background-color: #DB4DEE; }
a { background-color: rgb(219,77,238); }
div.DivClassName
{
background-color: #DB4DEE;
}
.BgClassName
{
background-color: #DB4DEE;
}
</style>
border-color css
<style>
span { border-color: #DB4DEE; }
span { border-color: rgb(219,77,238); }
td.TdClassName
{
border-color: #DB4DEE;
}
.TagClassName
{
border-color: #DB4DEE;
}
</style>