Html Css Color HEX #DB5CE3 Free Speech Magenta
📋 copy color: '#DB5CE3'red 219 ◦ green 92 ◦ blue 227
Shades of Free Speech Magenta #DB5CE3
Tints of Free Speech Magenta #DB5CE3
RGB
CMYK
RGB Variations
Color information
#DB5CE3 (or 0xDB5CE3) is known color: Free Speech Magenta. HEX triplet: DB, 5C and E3. RGB value is (219,92,227). Sum of RGB (Red+Green+Blue) = 219+92+227=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB5CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CE3 is #24A31C. Grayscale: #909090. Windows color (decimal): -2401053 or 14900443. OLE color: 14900443.
HSL color Cylindrical-coordinate representation of color #DB5CE3: hue angle of 296.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5CE3 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 92 | 227 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.11 |
| HSL | 296.44º | 0.71% | 0.63% | - |
| HSV(B) | 296.44º | 0.59% | 0.89% | - |
| XYZ | 46.91 | 28.26 | 75.66 | - |
| YUV | 145.36 | 174.08 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 227 | 0.04 | 0.59 | 0 | 0.11 | 296.44 | 0.71 | 0.63 |
| Hex | DB | 5C | E3 | 4 | 3B | 0 | B | 128 | 47 | 3F |
| Octal | 333 | 134 | 343 | 4 | 73 | 0 | 13 | 450 | 107 | 77 |
| Binary | 11011011 | 1011100 | 11100011 | 100 | 111011 | 0 | 1011 | 100101000 | 1000111 | 111111 |
Color Harmonies of #DB5CE3
Complementary color
Monochromatic Colors of #DB5CE3
Black with #DB5CE3
Text Example
Text Example
White with #DB5CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CE3; }
p { color: rgb(219,92,227); }
H1.HeaderClassName
{
color: #DB5CE3;
}
.AnyTagClassName
{
color: #DB5CE3;
}
</style>
background-color css
<style>
a { background-color: #DB5CE3; }
a { background-color: rgb(219,92,227); }
div.DivClassName
{
background-color: #DB5CE3;
}
.BgClassName
{
background-color: #DB5CE3;
}
</style>
border-color css
<style>
span { border-color: #DB5CE3; }
span { border-color: rgb(219,92,227); }
td.TdClassName
{
border-color: #DB5CE3;
}
.TagClassName
{
border-color: #DB5CE3;
}
</style>