Html Css Color HEX #DB5DD6 Free Speech Magenta
📋 copy color: '#DB5DD6'red 219 ◦ green 93 ◦ blue 214
Shades of Free Speech Magenta #DB5DD6
Tints of Free Speech Magenta #DB5DD6
RGB
CMYK
RGB Variations
Color information
#DB5DD6 (or 0xDB5DD6) is known color: Free Speech Magenta. HEX triplet: DB, 5D and D6. RGB value is (219,93,214). Sum of RGB (Red+Green+Blue) = 219+93+214=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DD6 is #24A229. Grayscale: #909090. Windows color (decimal): -2400810 or 14048731. OLE color: 14048731.
HSL color Cylindrical-coordinate representation of color #DB5DD6: hue angle of 302.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DD6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 214 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.14 |
| HSL | 302.38º | 0.64% | 0.61% | - |
| HSV(B) | 302.38º | 0.58% | 0.86% | - |
| XYZ | 45.27 | 27.74 | 66.59 | - |
| YUV | 144.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 214 | 0 | 0.58 | 0.02 | 0.14 | 302.38 | 0.64 | 0.61 |
| Hex | DB | 5D | D6 | 0 | 3A | 2 | E | 12E | 40 | 3D |
| Octal | 333 | 135 | 326 | 0 | 72 | 2 | 16 | 456 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11010110 | 0 | 111010 | 10 | 1110 | 100101110 | 1000000 | 111101 |
Color Harmonies of #DB5DD6
Complementary color
Monochromatic Colors of #DB5DD6
Black with #DB5DD6
Text Example
Text Example
White with #DB5DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DD6; }
p { color: rgb(219,93,214); }
H1.HeaderClassName
{
color: #DB5DD6;
}
.AnyTagClassName
{
color: #DB5DD6;
}
</style>
background-color css
<style>
a { background-color: #DB5DD6; }
a { background-color: rgb(219,93,214); }
div.DivClassName
{
background-color: #DB5DD6;
}
.BgClassName
{
background-color: #DB5DD6;
}
</style>
border-color css
<style>
span { border-color: #DB5DD6; }
span { border-color: rgb(219,93,214); }
td.TdClassName
{
border-color: #DB5DD6;
}
.TagClassName
{
border-color: #DB5DD6;
}
</style>