Html Css Color HEX #DB5DDC Free Speech Magenta
📋 copy color: '#DB5DDC'red 219 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #DB5DDC
Tints of Free Speech Magenta #DB5DDC
RGB
CMYK
RGB Variations
Color information
#DB5DDC (or 0xDB5DDC) is known color: Free Speech Magenta. HEX triplet: DB, 5D and DC. RGB value is (219,93,220). Sum of RGB (Red+Green+Blue) = 219+93+220=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DDC is #24A223. Grayscale: #909090. Windows color (decimal): -2400804 or 14441947. OLE color: 14441947.
HSL color Cylindrical-coordinate representation of color #DB5DDC: hue angle of 299.53º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DDC is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 220 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.14 |
| HSL | 299.53º | 0.64% | 0.61% | - |
| HSV(B) | 299.53º | 0.58% | 0.86% | - |
| XYZ | 46.05 | 28.06 | 70.7 | - |
| YUV | 145.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 220 | 0.00 | 0.58 | 0 | 0.14 | 299.53 | 0.64 | 0.61 |
| Hex | DB | 5D | DC | 0 | 3A | 0 | E | 12C | 40 | 3D |
| Octal | 333 | 135 | 334 | 0 | 72 | 0 | 16 | 454 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11011100 | 0 | 111010 | 0 | 1110 | 100101100 | 1000000 | 111101 |
Color Harmonies of #DB5DDC
Complementary color
Monochromatic Colors of #DB5DDC
Black with #DB5DDC
Text Example
Text Example
White with #DB5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DDC; }
p { color: rgb(219,93,220); }
H1.HeaderClassName
{
color: #DB5DDC;
}
.AnyTagClassName
{
color: #DB5DDC;
}
</style>
background-color css
<style>
a { background-color: #DB5DDC; }
a { background-color: rgb(219,93,220); }
div.DivClassName
{
background-color: #DB5DDC;
}
.BgClassName
{
background-color: #DB5DDC;
}
</style>
border-color css
<style>
span { border-color: #DB5DDC; }
span { border-color: rgb(219,93,220); }
td.TdClassName
{
border-color: #DB5DDC;
}
.TagClassName
{
border-color: #DB5DDC;
}
</style>