Html Css Color HEX #DB5BCB Free Speech Magenta
📋 copy color: '#DB5BCB'red 219 ◦ green 91 ◦ blue 203
Shades of Free Speech Magenta #DB5BCB
Tints of Free Speech Magenta #DB5BCB
RGB
CMYK
RGB Variations
Color information
#DB5BCB (or 0xDB5BCB) is known color: Free Speech Magenta. HEX triplet: DB, 5B and CB. RGB value is (219,91,203). Sum of RGB (Red+Green+Blue) = 219+91+203=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BCB is #24A434. Grayscale: #8D8D8D. Windows color (decimal): -2401333 or 13327323. OLE color: 13327323.
HSL color Cylindrical-coordinate representation of color #DB5BCB: hue angle of 307.5º 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 #DB5BCB is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 203 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.14 |
| HSL | 307.5º | 0.64% | 0.61% | - |
| HSV(B) | 307.5º | 0.58% | 0.86% | - |
| XYZ | 43.73 | 26.85 | 59.38 | - |
| YUV | 142.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 203 | 0 | 0.58 | 0.07 | 0.14 | 307.5 | 0.64 | 0.61 |
| Hex | DB | 5B | CB | 0 | 3A | 7 | E | 134 | 40 | 3D |
| Octal | 333 | 133 | 313 | 0 | 72 | 7 | 16 | 464 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11001011 | 0 | 111010 | 111 | 1110 | 100110100 | 1000000 | 111101 |
Color Harmonies of #DB5BCB
Complementary color
Monochromatic Colors of #DB5BCB
Black with #DB5BCB
Text Example
Text Example
White with #DB5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BCB; }
p { color: rgb(219,91,203); }
H1.HeaderClassName
{
color: #DB5BCB;
}
.AnyTagClassName
{
color: #DB5BCB;
}
</style>
background-color css
<style>
a { background-color: #DB5BCB; }
a { background-color: rgb(219,91,203); }
div.DivClassName
{
background-color: #DB5BCB;
}
.BgClassName
{
background-color: #DB5BCB;
}
</style>
border-color css
<style>
span { border-color: #DB5BCB; }
span { border-color: rgb(219,91,203); }
td.TdClassName
{
border-color: #DB5BCB;
}
.TagClassName
{
border-color: #DB5BCB;
}
</style>