Html Css Color HEX #DB3CEB Free Speech Magenta
📋 copy color: '#DB3CEB'red 219 ◦ green 60 ◦ blue 235
Shades of Free Speech Magenta #DB3CEB
Tints of Free Speech Magenta #DB3CEB
RGB
CMYK
RGB Variations
Color information
#DB3CEB (or 0xDB3CEB) is known color: Free Speech Magenta. HEX triplet: DB, 3C and EB. RGB value is (219,60,235). Sum of RGB (Red+Green+Blue) = 219+60+235=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3CEB is #24C314. Grayscale: #7E7E7E. Windows color (decimal): -2409237 or 15416539. OLE color: 15416539.
HSL color Cylindrical-coordinate representation of color #DB3CEB: hue angle of 294.51º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3CEB is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 60 | 235 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.08 |
| HSL | 294.51º | 0.81% | 0.58% | - |
| HSV(B) | 294.51º | 0.74% | 0.92% | - |
| XYZ | 45.82 | 24.29 | 80.87 | - |
| YUV | 127.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 235 | 0.07 | 0.74 | 0 | 0.08 | 294.51 | 0.81 | 0.58 |
| Hex | DB | 3C | EB | 7 | 4A | 0 | 8 | 127 | 51 | 3A |
| Octal | 333 | 74 | 353 | 7 | 112 | 0 | 10 | 447 | 121 | 72 |
| Binary | 11011011 | 111100 | 11101011 | 111 | 1001010 | 0 | 1000 | 100100111 | 1010001 | 111010 |
Color Harmonies of #DB3CEB
Complementary color
Monochromatic Colors of #DB3CEB
Black with #DB3CEB
Text Example
Text Example
White with #DB3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CEB; }
p { color: rgb(219,60,235); }
H1.HeaderClassName
{
color: #DB3CEB;
}
.AnyTagClassName
{
color: #DB3CEB;
}
</style>
background-color css
<style>
a { background-color: #DB3CEB; }
a { background-color: rgb(219,60,235); }
div.DivClassName
{
background-color: #DB3CEB;
}
.BgClassName
{
background-color: #DB3CEB;
}
</style>
border-color css
<style>
span { border-color: #DB3CEB; }
span { border-color: rgb(219,60,235); }
td.TdClassName
{
border-color: #DB3CEB;
}
.TagClassName
{
border-color: #DB3CEB;
}
</style>