Html Css Color HEX #DB53BC Free Speech Magenta
📋 copy color: '#DB53BC'red 219 ◦ green 83 ◦ blue 188
Shades of Free Speech Magenta #DB53BC
Tints of Free Speech Magenta #DB53BC
RGB
CMYK
RGB Variations
Color information
#DB53BC (or 0xDB53BC) is known color: Free Speech Magenta. HEX triplet: DB, 53 and BC. RGB value is (219,83,188). Sum of RGB (Red+Green+Blue) = 219+83+188=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53BC is #24AC43. Grayscale: #878787. Windows color (decimal): -2403396 or 12342235. OLE color: 12342235.
HSL color Cylindrical-coordinate representation of color #DB53BC: hue angle of 313.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB53BC is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 188 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.14 |
| HSL | 313.68º | 0.65% | 0.59% | - |
| HSV(B) | 313.68º | 0.62% | 0.86% | - |
| XYZ | 41.38 | 24.88 | 50.2 | - |
| YUV | 135.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 188 | 0 | 0.62 | 0.14 | 0.14 | 313.68 | 0.65 | 0.59 |
| Hex | DB | 53 | BC | 0 | 3E | E | E | 13A | 41 | 3B |
| Octal | 333 | 123 | 274 | 0 | 76 | 16 | 16 | 472 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10111100 | 0 | 111110 | 1110 | 1110 | 100111010 | 1000001 | 111011 |
Color Harmonies of #DB53BC
Complementary color
Monochromatic Colors of #DB53BC
Black with #DB53BC
Text Example
Text Example
White with #DB53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53BC; }
p { color: rgb(219,83,188); }
H1.HeaderClassName
{
color: #DB53BC;
}
.AnyTagClassName
{
color: #DB53BC;
}
</style>
background-color css
<style>
a { background-color: #DB53BC; }
a { background-color: rgb(219,83,188); }
div.DivClassName
{
background-color: #DB53BC;
}
.BgClassName
{
background-color: #DB53BC;
}
</style>
border-color css
<style>
span { border-color: #DB53BC; }
span { border-color: rgb(219,83,188); }
td.TdClassName
{
border-color: #DB53BC;
}
.TagClassName
{
border-color: #DB53BC;
}
</style>