Html Css Color HEX #DB5BC8 Free Speech Magenta
📋 copy color: '#DB5BC8'red 219 ◦ green 91 ◦ blue 200
Shades of Free Speech Magenta #DB5BC8
Tints of Free Speech Magenta #DB5BC8
RGB
CMYK
RGB Variations
Color information
#DB5BC8 (or 0xDB5BC8) is known color: Free Speech Magenta. HEX triplet: DB, 5B and C8. RGB value is (219,91,200). Sum of RGB (Red+Green+Blue) = 219+91+200=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BC8 is #24A437. Grayscale: #8D8D8D. Windows color (decimal): -2401336 or 13130715. OLE color: 13130715.
HSL color Cylindrical-coordinate representation of color #DB5BC8: hue angle of 308.91º 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 #DB5BC8 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 200 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.14 |
| HSL | 308.91º | 0.64% | 0.61% | - |
| HSV(B) | 308.91º | 0.58% | 0.86% | - |
| XYZ | 43.38 | 26.71 | 57.51 | - |
| YUV | 141.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 200 | 0 | 0.58 | 0.09 | 0.14 | 308.91 | 0.64 | 0.61 |
| Hex | DB | 5B | C8 | 0 | 3A | 9 | E | 135 | 40 | 3D |
| Octal | 333 | 133 | 310 | 0 | 72 | 11 | 16 | 465 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11001000 | 0 | 111010 | 1001 | 1110 | 100110101 | 1000000 | 111101 |
Color Harmonies of #DB5BC8
Complementary color
Monochromatic Colors of #DB5BC8
Black with #DB5BC8
Text Example
Text Example
White with #DB5BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BC8; }
p { color: rgb(219,91,200); }
H1.HeaderClassName
{
color: #DB5BC8;
}
.AnyTagClassName
{
color: #DB5BC8;
}
</style>
background-color css
<style>
a { background-color: #DB5BC8; }
a { background-color: rgb(219,91,200); }
div.DivClassName
{
background-color: #DB5BC8;
}
.BgClassName
{
background-color: #DB5BC8;
}
</style>
border-color css
<style>
span { border-color: #DB5BC8; }
span { border-color: rgb(219,91,200); }
td.TdClassName
{
border-color: #DB5BC8;
}
.TagClassName
{
border-color: #DB5BC8;
}
</style>