Html Css Color HEX #DB53C7 Free Speech Magenta
📋 copy color: '#DB53C7'red 219 ◦ green 83 ◦ blue 199
Shades of Free Speech Magenta #DB53C7
Tints of Free Speech Magenta #DB53C7
RGB
CMYK
RGB Variations
Color information
#DB53C7 (or 0xDB53C7) is known color: Free Speech Magenta. HEX triplet: DB, 53 and C7. RGB value is (219,83,199). Sum of RGB (Red+Green+Blue) = 219+83+199=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53C7 is #24AC38. Grayscale: #888888. Windows color (decimal): -2403385 or 13063131. OLE color: 13063131.
HSL color Cylindrical-coordinate representation of color #DB53C7: hue angle of 308.82º 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 #DB53C7 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 199 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.14 |
| HSL | 308.82º | 0.65% | 0.59% | - |
| HSV(B) | 308.82º | 0.62% | 0.86% | - |
| XYZ | 42.62 | 25.37 | 56.68 | - |
| YUV | 136.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 199 | 0 | 0.62 | 0.09 | 0.14 | 308.82 | 0.65 | 0.59 |
| Hex | DB | 53 | C7 | 0 | 3E | 9 | E | 135 | 41 | 3B |
| Octal | 333 | 123 | 307 | 0 | 76 | 11 | 16 | 465 | 101 | 73 |
| Binary | 11011011 | 1010011 | 11000111 | 0 | 111110 | 1001 | 1110 | 100110101 | 1000001 | 111011 |
Color Harmonies of #DB53C7
Complementary color
Monochromatic Colors of #DB53C7
Black with #DB53C7
Text Example
Text Example
White with #DB53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53C7; }
p { color: rgb(219,83,199); }
H1.HeaderClassName
{
color: #DB53C7;
}
.AnyTagClassName
{
color: #DB53C7;
}
</style>
background-color css
<style>
a { background-color: #DB53C7; }
a { background-color: rgb(219,83,199); }
div.DivClassName
{
background-color: #DB53C7;
}
.BgClassName
{
background-color: #DB53C7;
}
</style>
border-color css
<style>
span { border-color: #DB53C7; }
span { border-color: rgb(219,83,199); }
td.TdClassName
{
border-color: #DB53C7;
}
.TagClassName
{
border-color: #DB53C7;
}
</style>