Html Css Color HEX #DB56DD Free Speech Magenta
📋 copy color: '#DB56DD'red 219 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #DB56DD
Tints of Free Speech Magenta #DB56DD
RGB
CMYK
RGB Variations
Color information
#DB56DD (or 0xDB56DD) is known color: Free Speech Magenta. HEX triplet: DB, 56 and DD. RGB value is (219,86,221). Sum of RGB (Red+Green+Blue) = 219+86+221=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56DD is #24A922. Grayscale: #8C8C8C. Windows color (decimal): -2402595 or 14505691. OLE color: 14505691.
HSL color Cylindrical-coordinate representation of color #DB56DD: hue angle of 299.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB56DD is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 86 | 221 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.13 |
| HSL | 299.11º | 0.67% | 0.6% | - |
| HSV(B) | 299.11º | 0.61% | 0.87% | - |
| XYZ | 45.59 | 26.94 | 71.2 | - |
| YUV | 141.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 221 | 0.01 | 0.61 | 0 | 0.13 | 299.11 | 0.67 | 0.6 |
| Hex | DB | 56 | DD | 1 | 3D | 0 | D | 12B | 43 | 3C |
| Octal | 333 | 126 | 335 | 1 | 75 | 0 | 15 | 453 | 103 | 74 |
| Binary | 11011011 | 1010110 | 11011101 | 1 | 111101 | 0 | 1101 | 100101011 | 1000011 | 111100 |
Color Harmonies of #DB56DD
Complementary color
Monochromatic Colors of #DB56DD
Black with #DB56DD
Text Example
Text Example
White with #DB56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56DD; }
p { color: rgb(219,86,221); }
H1.HeaderClassName
{
color: #DB56DD;
}
.AnyTagClassName
{
color: #DB56DD;
}
</style>
background-color css
<style>
a { background-color: #DB56DD; }
a { background-color: rgb(219,86,221); }
div.DivClassName
{
background-color: #DB56DD;
}
.BgClassName
{
background-color: #DB56DD;
}
</style>
border-color css
<style>
span { border-color: #DB56DD; }
span { border-color: rgb(219,86,221); }
td.TdClassName
{
border-color: #DB56DD;
}
.TagClassName
{
border-color: #DB56DD;
}
</style>