Html Css Color HEX #DB5CCD Free Speech Magenta
📋 copy color: '#DB5CCD'red 219 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #DB5CCD
Tints of Free Speech Magenta #DB5CCD
RGB
CMYK
RGB Variations
Color information
#DB5CCD (or 0xDB5CCD) is known color: Free Speech Magenta. HEX triplet: DB, 5C and CD. RGB value is (219,92,205). Sum of RGB (Red+Green+Blue) = 219+92+205=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CCD is #24A332. Grayscale: #8E8E8E. Windows color (decimal): -2401075 or 13458651. OLE color: 13458651.
HSL color Cylindrical-coordinate representation of color #DB5CCD: hue angle of 306.61º 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 #DB5CCD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 205 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.14 |
| HSL | 306.61º | 0.64% | 0.61% | - |
| HSV(B) | 306.61º | 0.58% | 0.86% | - |
| XYZ | 44.06 | 27.12 | 60.67 | - |
| YUV | 142.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 205 | 0 | 0.58 | 0.06 | 0.14 | 306.61 | 0.64 | 0.61 |
| Hex | DB | 5C | CD | 0 | 3A | 6 | E | 133 | 40 | 3D |
| Octal | 333 | 134 | 315 | 0 | 72 | 6 | 16 | 463 | 100 | 75 |
| Binary | 11011011 | 1011100 | 11001101 | 0 | 111010 | 110 | 1110 | 100110011 | 1000000 | 111101 |
Color Harmonies of #DB5CCD
Complementary color
Monochromatic Colors of #DB5CCD
Black with #DB5CCD
Text Example
Text Example
White with #DB5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CCD; }
p { color: rgb(219,92,205); }
H1.HeaderClassName
{
color: #DB5CCD;
}
.AnyTagClassName
{
color: #DB5CCD;
}
</style>
background-color css
<style>
a { background-color: #DB5CCD; }
a { background-color: rgb(219,92,205); }
div.DivClassName
{
background-color: #DB5CCD;
}
.BgClassName
{
background-color: #DB5CCD;
}
</style>
border-color css
<style>
span { border-color: #DB5CCD; }
span { border-color: rgb(219,92,205); }
td.TdClassName
{
border-color: #DB5CCD;
}
.TagClassName
{
border-color: #DB5CCD;
}
</style>