Html Css Color HEX #DB5ADD Free Speech Magenta
📋 copy color: '#DB5ADD'red 219 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #DB5ADD
Tints of Free Speech Magenta #DB5ADD
RGB
CMYK
RGB Variations
Color information
#DB5ADD (or 0xDB5ADD) is known color: Free Speech Magenta. HEX triplet: DB, 5A and DD. RGB value is (219,90,221). Sum of RGB (Red+Green+Blue) = 219+90+221=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ADD is #24A522. Grayscale: #8F8F8F. Windows color (decimal): -2401571 or 14506715. OLE color: 14506715.
HSL color Cylindrical-coordinate representation of color #DB5ADD: hue angle of 299.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5ADD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 90 | 221 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.13 |
| HSL | 299.08º | 0.66% | 0.61% | - |
| HSV(B) | 299.08º | 0.59% | 0.87% | - |
| XYZ | 45.92 | 27.59 | 71.31 | - |
| YUV | 143.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 221 | 0.01 | 0.59 | 0 | 0.13 | 299.08 | 0.66 | 0.61 |
| Hex | DB | 5A | DD | 1 | 3B | 0 | D | 12B | 42 | 3D |
| Octal | 333 | 132 | 335 | 1 | 73 | 0 | 15 | 453 | 102 | 75 |
| Binary | 11011011 | 1011010 | 11011101 | 1 | 111011 | 0 | 1101 | 100101011 | 1000010 | 111101 |
Color Harmonies of #DB5ADD
Complementary color
Monochromatic Colors of #DB5ADD
Black with #DB5ADD
Text Example
Text Example
White with #DB5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ADD; }
p { color: rgb(219,90,221); }
H1.HeaderClassName
{
color: #DB5ADD;
}
.AnyTagClassName
{
color: #DB5ADD;
}
</style>
background-color css
<style>
a { background-color: #DB5ADD; }
a { background-color: rgb(219,90,221); }
div.DivClassName
{
background-color: #DB5ADD;
}
.BgClassName
{
background-color: #DB5ADD;
}
</style>
border-color css
<style>
span { border-color: #DB5ADD; }
span { border-color: rgb(219,90,221); }
td.TdClassName
{
border-color: #DB5ADD;
}
.TagClassName
{
border-color: #DB5ADD;
}
</style>