Html Css Color HEX #DB54C5 Free Speech Magenta
📋 copy color: '#DB54C5'red 219 ◦ green 84 ◦ blue 197
Shades of Free Speech Magenta #DB54C5
Tints of Free Speech Magenta #DB54C5
RGB
CMYK
RGB Variations
Color information
#DB54C5 (or 0xDB54C5) is known color: Free Speech Magenta. HEX triplet: DB, 54 and C5. RGB value is (219,84,197). Sum of RGB (Red+Green+Blue) = 219+84+197=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54C5 is #24AB3A. Grayscale: #888888. Windows color (decimal): -2403131 or 12932315. OLE color: 12932315.
HSL color Cylindrical-coordinate representation of color #DB54C5: hue angle of 309.78º 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 #DB54C5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 197 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.14 |
| HSL | 309.78º | 0.65% | 0.59% | - |
| HSV(B) | 309.78º | 0.62% | 0.86% | - |
| XYZ | 42.46 | 25.43 | 55.49 | - |
| YUV | 137.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 197 | 0 | 0.62 | 0.10 | 0.14 | 309.78 | 0.65 | 0.59 |
| Hex | DB | 54 | C5 | 0 | 3E | A | E | 136 | 41 | 3B |
| Octal | 333 | 124 | 305 | 0 | 76 | 12 | 16 | 466 | 101 | 73 |
| Binary | 11011011 | 1010100 | 11000101 | 0 | 111110 | 1010 | 1110 | 100110110 | 1000001 | 111011 |
Color Harmonies of #DB54C5
Complementary color
Monochromatic Colors of #DB54C5
Black with #DB54C5
Text Example
Text Example
White with #DB54C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54C5; }
p { color: rgb(219,84,197); }
H1.HeaderClassName
{
color: #DB54C5;
}
.AnyTagClassName
{
color: #DB54C5;
}
</style>
background-color css
<style>
a { background-color: #DB54C5; }
a { background-color: rgb(219,84,197); }
div.DivClassName
{
background-color: #DB54C5;
}
.BgClassName
{
background-color: #DB54C5;
}
</style>
border-color css
<style>
span { border-color: #DB54C5; }
span { border-color: rgb(219,84,197); }
td.TdClassName
{
border-color: #DB54C5;
}
.TagClassName
{
border-color: #DB54C5;
}
</style>