Html Css Color HEX #DB5BDC Free Speech Magenta
📋 copy color: '#DB5BDC'red 219 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #DB5BDC
Tints of Free Speech Magenta #DB5BDC
RGB
CMYK
RGB Variations
Color information
#DB5BDC (or 0xDB5BDC) is known color: Free Speech Magenta. HEX triplet: DB, 5B and DC. RGB value is (219,91,220). Sum of RGB (Red+Green+Blue) = 219+91+220=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BDC is #24A423. Grayscale: #8F8F8F. Windows color (decimal): -2401316 or 14441435. OLE color: 14441435.
HSL color Cylindrical-coordinate representation of color #DB5BDC: hue angle of 299.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5BDC is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 220 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.14 |
| HSL | 299.53º | 0.65% | 0.61% | - |
| HSV(B) | 299.53º | 0.59% | 0.86% | - |
| XYZ | 45.87 | 27.71 | 70.64 | - |
| YUV | 143.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 220 | 0.00 | 0.59 | 0 | 0.14 | 299.53 | 0.65 | 0.61 |
| Hex | DB | 5B | DC | 0 | 3B | 0 | E | 12C | 41 | 3D |
| Octal | 333 | 133 | 334 | 0 | 73 | 0 | 16 | 454 | 101 | 75 |
| Binary | 11011011 | 1011011 | 11011100 | 0 | 111011 | 0 | 1110 | 100101100 | 1000001 | 111101 |
Color Harmonies of #DB5BDC
Complementary color
Monochromatic Colors of #DB5BDC
Black with #DB5BDC
Text Example
Text Example
White with #DB5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BDC; }
p { color: rgb(219,91,220); }
H1.HeaderClassName
{
color: #DB5BDC;
}
.AnyTagClassName
{
color: #DB5BDC;
}
</style>
background-color css
<style>
a { background-color: #DB5BDC; }
a { background-color: rgb(219,91,220); }
div.DivClassName
{
background-color: #DB5BDC;
}
.BgClassName
{
background-color: #DB5BDC;
}
</style>
border-color css
<style>
span { border-color: #DB5BDC; }
span { border-color: rgb(219,91,220); }
td.TdClassName
{
border-color: #DB5BDC;
}
.TagClassName
{
border-color: #DB5BDC;
}
</style>