Html Css Color HEX #DB5CDE Free Speech Magenta
📋 copy color: '#DB5CDE'red 219 ◦ green 92 ◦ blue 222
Shades of Free Speech Magenta #DB5CDE
Tints of Free Speech Magenta #DB5CDE
RGB
CMYK
RGB Variations
Color information
#DB5CDE (or 0xDB5CDE) is known color: Free Speech Magenta. HEX triplet: DB, 5C and DE. RGB value is (219,92,222). Sum of RGB (Red+Green+Blue) = 219+92+222=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CDE is #24A321. Grayscale: #909090. Windows color (decimal): -2401058 or 14572763. OLE color: 14572763.
HSL color Cylindrical-coordinate representation of color #DB5CDE: hue angle of 298.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5CDE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 92 | 222 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.13 |
| HSL | 298.62º | 0.66% | 0.62% | - |
| HSV(B) | 298.62º | 0.59% | 0.87% | - |
| XYZ | 46.23 | 27.99 | 72.07 | - |
| YUV | 144.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 222 | 0.01 | 0.59 | 0 | 0.13 | 298.62 | 0.66 | 0.62 |
| Hex | DB | 5C | DE | 1 | 3B | 0 | D | 12B | 42 | 3E |
| Octal | 333 | 134 | 336 | 1 | 73 | 0 | 15 | 453 | 102 | 76 |
| Binary | 11011011 | 1011100 | 11011110 | 1 | 111011 | 0 | 1101 | 100101011 | 1000010 | 111110 |
Color Harmonies of #DB5CDE
Complementary color
Monochromatic Colors of #DB5CDE
Black with #DB5CDE
Text Example
Text Example
White with #DB5CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CDE; }
p { color: rgb(219,92,222); }
H1.HeaderClassName
{
color: #DB5CDE;
}
.AnyTagClassName
{
color: #DB5CDE;
}
</style>
background-color css
<style>
a { background-color: #DB5CDE; }
a { background-color: rgb(219,92,222); }
div.DivClassName
{
background-color: #DB5CDE;
}
.BgClassName
{
background-color: #DB5CDE;
}
</style>
border-color css
<style>
span { border-color: #DB5CDE; }
span { border-color: rgb(219,92,222); }
td.TdClassName
{
border-color: #DB5CDE;
}
.TagClassName
{
border-color: #DB5CDE;
}
</style>