Html Css Color HEX #DB53C5 Free Speech Magenta
📋 copy color: '#DB53C5'red 219 ◦ green 83 ◦ blue 197
Shades of Free Speech Magenta #DB53C5
Tints of Free Speech Magenta #DB53C5
RGB
CMYK
RGB Variations
Color information
#DB53C5 (or 0xDB53C5) is known color: Free Speech Magenta. HEX triplet: DB, 53 and C5. RGB value is (219,83,197). Sum of RGB (Red+Green+Blue) = 219+83+197=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53C5 is #24AC3A. Grayscale: #888888. Windows color (decimal): -2403387 or 12932059. OLE color: 12932059.
HSL color Cylindrical-coordinate representation of color #DB53C5: hue angle of 309.71º 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 #DB53C5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 197 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.14 |
| HSL | 309.71º | 0.65% | 0.59% | - |
| HSV(B) | 309.71º | 0.62% | 0.86% | - |
| XYZ | 42.38 | 25.28 | 55.47 | - |
| YUV | 136.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 197 | 0 | 0.62 | 0.10 | 0.14 | 309.71 | 0.65 | 0.59 |
| Hex | DB | 53 | C5 | 0 | 3E | A | E | 136 | 41 | 3B |
| Octal | 333 | 123 | 305 | 0 | 76 | 12 | 16 | 466 | 101 | 73 |
| Binary | 11011011 | 1010011 | 11000101 | 0 | 111110 | 1010 | 1110 | 100110110 | 1000001 | 111011 |
Color Harmonies of #DB53C5
Complementary color
Monochromatic Colors of #DB53C5
Black with #DB53C5
Text Example
Text Example
White with #DB53C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53C5; }
p { color: rgb(219,83,197); }
H1.HeaderClassName
{
color: #DB53C5;
}
.AnyTagClassName
{
color: #DB53C5;
}
</style>
background-color css
<style>
a { background-color: #DB53C5; }
a { background-color: rgb(219,83,197); }
div.DivClassName
{
background-color: #DB53C5;
}
.BgClassName
{
background-color: #DB53C5;
}
</style>
border-color css
<style>
span { border-color: #DB53C5; }
span { border-color: rgb(219,83,197); }
td.TdClassName
{
border-color: #DB53C5;
}
.TagClassName
{
border-color: #DB53C5;
}
</style>