Html Css Color HEX #DB5BDD Free Speech Magenta
📋 copy color: '#DB5BDD'red 219 ◦ green 91 ◦ blue 221
Shades of Free Speech Magenta #DB5BDD
Tints of Free Speech Magenta #DB5BDD
RGB
CMYK
RGB Variations
Color information
#DB5BDD (or 0xDB5BDD) is known color: Free Speech Magenta. HEX triplet: DB, 5B and DD. RGB value is (219,91,221). Sum of RGB (Red+Green+Blue) = 219+91+221=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BDD is #24A422. Grayscale: #8F8F8F. Windows color (decimal): -2401315 or 14506971. OLE color: 14506971.
HSL color Cylindrical-coordinate representation of color #DB5BDD: 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 #DB5BDD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 91 | 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 | 46.01 | 27.76 | 71.34 | - |
| YUV | 144.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 221 | 0.01 | 0.59 | 0 | 0.13 | 299.08 | 0.66 | 0.61 |
| Hex | DB | 5B | DD | 1 | 3B | 0 | D | 12B | 42 | 3D |
| Octal | 333 | 133 | 335 | 1 | 73 | 0 | 15 | 453 | 102 | 75 |
| Binary | 11011011 | 1011011 | 11011101 | 1 | 111011 | 0 | 1101 | 100101011 | 1000010 | 111101 |
Color Harmonies of #DB5BDD
Complementary color
Monochromatic Colors of #DB5BDD
Black with #DB5BDD
Text Example
Text Example
White with #DB5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BDD; }
p { color: rgb(219,91,221); }
H1.HeaderClassName
{
color: #DB5BDD;
}
.AnyTagClassName
{
color: #DB5BDD;
}
</style>
background-color css
<style>
a { background-color: #DB5BDD; }
a { background-color: rgb(219,91,221); }
div.DivClassName
{
background-color: #DB5BDD;
}
.BgClassName
{
background-color: #DB5BDD;
}
</style>
border-color css
<style>
span { border-color: #DB5BDD; }
span { border-color: rgb(219,91,221); }
td.TdClassName
{
border-color: #DB5BDD;
}
.TagClassName
{
border-color: #DB5BDD;
}
</style>