Html Css Color HEX #DB5CDC Free Speech Magenta
📋 copy color: '#DB5CDC'red 219 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #DB5CDC
Tints of Free Speech Magenta #DB5CDC
RGB
CMYK
RGB Variations
Color information
#DB5CDC (or 0xDB5CDC) is known color: Free Speech Magenta. HEX triplet: DB, 5C and DC. RGB value is (219,92,220). Sum of RGB (Red+Green+Blue) = 219+92+220=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CDC is #24A323. Grayscale: #909090. Windows color (decimal): -2401060 or 14441691. OLE color: 14441691.
HSL color Cylindrical-coordinate representation of color #DB5CDC: 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.58%. Process color model (Four color, CMYK) of #DB5CDC is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 220 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.14 |
| HSL | 299.53º | 0.65% | 0.61% | - |
| HSV(B) | 299.53º | 0.58% | 0.86% | - |
| XYZ | 45.96 | 27.88 | 70.67 | - |
| YUV | 144.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 220 | 0.00 | 0.58 | 0 | 0.14 | 299.53 | 0.65 | 0.61 |
| Hex | DB | 5C | DC | 0 | 3A | 0 | E | 12C | 41 | 3D |
| Octal | 333 | 134 | 334 | 0 | 72 | 0 | 16 | 454 | 101 | 75 |
| Binary | 11011011 | 1011100 | 11011100 | 0 | 111010 | 0 | 1110 | 100101100 | 1000001 | 111101 |
Color Harmonies of #DB5CDC
Complementary color
Monochromatic Colors of #DB5CDC
Black with #DB5CDC
Text Example
Text Example
White with #DB5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CDC; }
p { color: rgb(219,92,220); }
H1.HeaderClassName
{
color: #DB5CDC;
}
.AnyTagClassName
{
color: #DB5CDC;
}
</style>
background-color css
<style>
a { background-color: #DB5CDC; }
a { background-color: rgb(219,92,220); }
div.DivClassName
{
background-color: #DB5CDC;
}
.BgClassName
{
background-color: #DB5CDC;
}
</style>
border-color css
<style>
span { border-color: #DB5CDC; }
span { border-color: rgb(219,92,220); }
td.TdClassName
{
border-color: #DB5CDC;
}
.TagClassName
{
border-color: #DB5CDC;
}
</style>