Html Css Color HEX #DB5EDC Free Speech Magenta
📋 copy color: '#DB5EDC'red 219 ◦ green 94 ◦ blue 220
Shades of Free Speech Magenta #DB5EDC
Tints of Free Speech Magenta #DB5EDC
RGB
CMYK
RGB Variations
Color information
#DB5EDC (or 0xDB5EDC) is known color: Free Speech Magenta. HEX triplet: DB, 5E and DC. RGB value is (219,94,220). Sum of RGB (Red+Green+Blue) = 219+94+220=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EDC is #24A123. Grayscale: #919191. Windows color (decimal): -2400548 or 14442203. OLE color: 14442203.
HSL color Cylindrical-coordinate representation of color #DB5EDC: hue angle of 299.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5EDC is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 220 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.14 |
| HSL | 299.52º | 0.64% | 0.62% | - |
| HSV(B) | 299.52º | 0.57% | 0.86% | - |
| XYZ | 46.13 | 28.23 | 70.73 | - |
| YUV | 145.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 220 | 0.00 | 0.57 | 0 | 0.14 | 299.52 | 0.64 | 0.62 |
| Hex | DB | 5E | DC | 0 | 39 | 0 | E | 12C | 40 | 3E |
| Octal | 333 | 136 | 334 | 0 | 71 | 0 | 16 | 454 | 100 | 76 |
| Binary | 11011011 | 1011110 | 11011100 | 0 | 111001 | 0 | 1110 | 100101100 | 1000000 | 111110 |
Color Harmonies of #DB5EDC
Complementary color
Monochromatic Colors of #DB5EDC
Black with #DB5EDC
Text Example
Text Example
White with #DB5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EDC; }
p { color: rgb(219,94,220); }
H1.HeaderClassName
{
color: #DB5EDC;
}
.AnyTagClassName
{
color: #DB5EDC;
}
</style>
background-color css
<style>
a { background-color: #DB5EDC; }
a { background-color: rgb(219,94,220); }
div.DivClassName
{
background-color: #DB5EDC;
}
.BgClassName
{
background-color: #DB5EDC;
}
</style>
border-color css
<style>
span { border-color: #DB5EDC; }
span { border-color: rgb(219,94,220); }
td.TdClassName
{
border-color: #DB5EDC;
}
.TagClassName
{
border-color: #DB5EDC;
}
</style>