Html Css Color HEX #DB5CBF Free Speech Magenta
📋 copy color: '#DB5CBF'red 219 ◦ green 92 ◦ blue 191
Shades of Free Speech Magenta #DB5CBF
Tints of Free Speech Magenta #DB5CBF
RGB
CMYK
RGB Variations
Color information
#DB5CBF (or 0xDB5CBF) is known color: Free Speech Magenta. HEX triplet: DB, 5C and BF. RGB value is (219,92,191). Sum of RGB (Red+Green+Blue) = 219+92+191=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CBF is #24A340. Grayscale: #8C8C8C. Windows color (decimal): -2401089 or 12541147. OLE color: 12541147.
HSL color Cylindrical-coordinate representation of color #DB5CBF: hue angle of 313.23º 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 #DB5CBF is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 191 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.14 |
| HSL | 313.23º | 0.64% | 0.61% | - |
| HSV(B) | 313.23º | 0.58% | 0.86% | - |
| XYZ | 42.44 | 26.48 | 52.16 | - |
| YUV | 141.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 191 | 0 | 0.58 | 0.13 | 0.14 | 313.23 | 0.64 | 0.61 |
| Hex | DB | 5C | BF | 0 | 3A | D | E | 139 | 40 | 3D |
| Octal | 333 | 134 | 277 | 0 | 72 | 15 | 16 | 471 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10111111 | 0 | 111010 | 1101 | 1110 | 100111001 | 1000000 | 111101 |
Color Harmonies of #DB5CBF
Complementary color
Monochromatic Colors of #DB5CBF
Black with #DB5CBF
Text Example
Text Example
White with #DB5CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CBF; }
p { color: rgb(219,92,191); }
H1.HeaderClassName
{
color: #DB5CBF;
}
.AnyTagClassName
{
color: #DB5CBF;
}
</style>
background-color css
<style>
a { background-color: #DB5CBF; }
a { background-color: rgb(219,92,191); }
div.DivClassName
{
background-color: #DB5CBF;
}
.BgClassName
{
background-color: #DB5CBF;
}
</style>
border-color css
<style>
span { border-color: #DB5CBF; }
span { border-color: rgb(219,92,191); }
td.TdClassName
{
border-color: #DB5CBF;
}
.TagClassName
{
border-color: #DB5CBF;
}
</style>