Html Css Color HEX #DB5CBB Free Speech Magenta
📋 copy color: '#DB5CBB'red 219 ◦ green 92 ◦ blue 187
Shades of Free Speech Magenta #DB5CBB
Tints of Free Speech Magenta #DB5CBB
RGB
CMYK
RGB Variations
Color information
#DB5CBB (or 0xDB5CBB) is known color: Free Speech Magenta. HEX triplet: DB, 5C and BB. RGB value is (219,92,187). Sum of RGB (Red+Green+Blue) = 219+92+187=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CBB is #24A344. Grayscale: #8C8C8C. Windows color (decimal): -2401093 or 12279003. OLE color: 12279003.
HSL color Cylindrical-coordinate representation of color #DB5CBB: hue angle of 315.12º 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 #DB5CBB is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 187 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.14 |
| HSL | 315.12º | 0.64% | 0.61% | - |
| HSV(B) | 315.12º | 0.58% | 0.86% | - |
| XYZ | 42.01 | 26.3 | 49.88 | - |
| YUV | 140.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 187 | 0 | 0.58 | 0.15 | 0.14 | 315.12 | 0.64 | 0.61 |
| Hex | DB | 5C | BB | 0 | 3A | F | E | 13B | 40 | 3D |
| Octal | 333 | 134 | 273 | 0 | 72 | 17 | 16 | 473 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10111011 | 0 | 111010 | 1111 | 1110 | 100111011 | 1000000 | 111101 |
Color Harmonies of #DB5CBB
Complementary color
Monochromatic Colors of #DB5CBB
Black with #DB5CBB
Text Example
Text Example
White with #DB5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CBB; }
p { color: rgb(219,92,187); }
H1.HeaderClassName
{
color: #DB5CBB;
}
.AnyTagClassName
{
color: #DB5CBB;
}
</style>
background-color css
<style>
a { background-color: #DB5CBB; }
a { background-color: rgb(219,92,187); }
div.DivClassName
{
background-color: #DB5CBB;
}
.BgClassName
{
background-color: #DB5CBB;
}
</style>
border-color css
<style>
span { border-color: #DB5CBB; }
span { border-color: rgb(219,92,187); }
td.TdClassName
{
border-color: #DB5CBB;
}
.TagClassName
{
border-color: #DB5CBB;
}
</style>