Html Css Color HEX #DB5CDA Free Speech Magenta
📋 copy color: '#DB5CDA'red 219 ◦ green 92 ◦ blue 218
Shades of Free Speech Magenta #DB5CDA
Tints of Free Speech Magenta #DB5CDA
RGB
CMYK
RGB Variations
Color information
#DB5CDA (or 0xDB5CDA) is known color: Free Speech Magenta. HEX triplet: DB, 5C and DA. RGB value is (219,92,218). Sum of RGB (Red+Green+Blue) = 219+92+218=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CDA is #24A325. Grayscale: #8F8F8F. Windows color (decimal): -2401062 or 14310619. OLE color: 14310619.
HSL color Cylindrical-coordinate representation of color #DB5CDA: hue angle of 300.47º 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 #DB5CDA is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 218 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.14 |
| HSL | 300.47º | 0.64% | 0.61% | - |
| HSV(B) | 300.47º | 0.58% | 0.86% | - |
| XYZ | 45.7 | 27.78 | 69.28 | - |
| YUV | 144.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 218 | 0 | 0.58 | 0.00 | 0.14 | 300.47 | 0.64 | 0.61 |
| Hex | DB | 5C | DA | 0 | 3A | 0 | E | 12C | 40 | 3D |
| Octal | 333 | 134 | 332 | 0 | 72 | 0 | 16 | 454 | 100 | 75 |
| Binary | 11011011 | 1011100 | 11011010 | 0 | 111010 | 0 | 1110 | 100101100 | 1000000 | 111101 |
Color Harmonies of #DB5CDA
Complementary color
Monochromatic Colors of #DB5CDA
Black with #DB5CDA
Text Example
Text Example
White with #DB5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CDA; }
p { color: rgb(219,92,218); }
H1.HeaderClassName
{
color: #DB5CDA;
}
.AnyTagClassName
{
color: #DB5CDA;
}
</style>
background-color css
<style>
a { background-color: #DB5CDA; }
a { background-color: rgb(219,92,218); }
div.DivClassName
{
background-color: #DB5CDA;
}
.BgClassName
{
background-color: #DB5CDA;
}
</style>
border-color css
<style>
span { border-color: #DB5CDA; }
span { border-color: rgb(219,92,218); }
td.TdClassName
{
border-color: #DB5CDA;
}
.TagClassName
{
border-color: #DB5CDA;
}
</style>