Html Css Color HEX #DB5FDD Free Speech Magenta
📋 copy color: '#DB5FDD'red 219 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #DB5FDD
Tints of Free Speech Magenta #DB5FDD
RGB
CMYK
RGB Variations
Color information
#DB5FDD (or 0xDB5FDD) is known color: Free Speech Magenta. HEX triplet: DB, 5F and DD. RGB value is (219,95,221). Sum of RGB (Red+Green+Blue) = 219+95+221=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FDD is #24A022. Grayscale: #929292. Windows color (decimal): -2400291 or 14507995. OLE color: 14507995.
HSL color Cylindrical-coordinate representation of color #DB5FDD: hue angle of 299.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FDD is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 95 | 221 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.13 |
| HSL | 299.05º | 0.65% | 0.62% | - |
| HSV(B) | 299.05º | 0.57% | 0.87% | - |
| XYZ | 46.36 | 28.46 | 71.46 | - |
| YUV | 146.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 221 | 0.01 | 0.57 | 0 | 0.13 | 299.05 | 0.65 | 0.62 |
| Hex | DB | 5F | DD | 1 | 39 | 0 | D | 12B | 41 | 3E |
| Octal | 333 | 137 | 335 | 1 | 71 | 0 | 15 | 453 | 101 | 76 |
| Binary | 11011011 | 1011111 | 11011101 | 1 | 111001 | 0 | 1101 | 100101011 | 1000001 | 111110 |
Color Harmonies of #DB5FDD
Complementary color
Monochromatic Colors of #DB5FDD
Black with #DB5FDD
Text Example
Text Example
White with #DB5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FDD; }
p { color: rgb(219,95,221); }
H1.HeaderClassName
{
color: #DB5FDD;
}
.AnyTagClassName
{
color: #DB5FDD;
}
</style>
background-color css
<style>
a { background-color: #DB5FDD; }
a { background-color: rgb(219,95,221); }
div.DivClassName
{
background-color: #DB5FDD;
}
.BgClassName
{
background-color: #DB5FDD;
}
</style>
border-color css
<style>
span { border-color: #DB5FDD; }
span { border-color: rgb(219,95,221); }
td.TdClassName
{
border-color: #DB5FDD;
}
.TagClassName
{
border-color: #DB5FDD;
}
</style>