Html Css Color HEX #DB5DD5 Free Speech Magenta
📋 copy color: '#DB5DD5'red 219 ◦ green 93 ◦ blue 213
Shades of Free Speech Magenta #DB5DD5
Tints of Free Speech Magenta #DB5DD5
RGB
CMYK
RGB Variations
Color information
#DB5DD5 (or 0xDB5DD5) is known color: Free Speech Magenta. HEX triplet: DB, 5D and D5. RGB value is (219,93,213). Sum of RGB (Red+Green+Blue) = 219+93+213=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DD5 is #24A22A. Grayscale: #909090. Windows color (decimal): -2400811 or 13983195. OLE color: 13983195.
HSL color Cylindrical-coordinate representation of color #DB5DD5: hue angle of 302.86º 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 #DB5DD5 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 213 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.14 |
| HSL | 302.86º | 0.64% | 0.61% | - |
| HSV(B) | 302.86º | 0.58% | 0.86% | - |
| XYZ | 45.14 | 27.69 | 65.92 | - |
| YUV | 144.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 213 | 0 | 0.58 | 0.03 | 0.14 | 302.86 | 0.64 | 0.61 |
| Hex | DB | 5D | D5 | 0 | 3A | 3 | E | 12F | 40 | 3D |
| Octal | 333 | 135 | 325 | 0 | 72 | 3 | 16 | 457 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11010101 | 0 | 111010 | 11 | 1110 | 100101111 | 1000000 | 111101 |
Color Harmonies of #DB5DD5
Complementary color
Monochromatic Colors of #DB5DD5
Black with #DB5DD5
Text Example
Text Example
White with #DB5DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DD5; }
p { color: rgb(219,93,213); }
H1.HeaderClassName
{
color: #DB5DD5;
}
.AnyTagClassName
{
color: #DB5DD5;
}
</style>
background-color css
<style>
a { background-color: #DB5DD5; }
a { background-color: rgb(219,93,213); }
div.DivClassName
{
background-color: #DB5DD5;
}
.BgClassName
{
background-color: #DB5DD5;
}
</style>
border-color css
<style>
span { border-color: #DB5DD5; }
span { border-color: rgb(219,93,213); }
td.TdClassName
{
border-color: #DB5DD5;
}
.TagClassName
{
border-color: #DB5DD5;
}
</style>