Html Css Color HEX #DB54C6 Free Speech Magenta
📋 copy color: '#DB54C6'red 219 ◦ green 84 ◦ blue 198
Shades of Free Speech Magenta #DB54C6
Tints of Free Speech Magenta #DB54C6
RGB
CMYK
RGB Variations
Color information
#DB54C6 (or 0xDB54C6) is known color: Free Speech Magenta. HEX triplet: DB, 54 and C6. RGB value is (219,84,198). Sum of RGB (Red+Green+Blue) = 219+84+198=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54C6 is #24AB39. Grayscale: #898989. Windows color (decimal): -2403130 or 12997851. OLE color: 12997851.
HSL color Cylindrical-coordinate representation of color #DB54C6: hue angle of 309.33º 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 #DB54C6 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 198 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.14 |
| HSL | 309.33º | 0.65% | 0.59% | - |
| HSV(B) | 309.33º | 0.62% | 0.86% | - |
| XYZ | 42.58 | 25.48 | 56.1 | - |
| YUV | 137.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 198 | 0 | 0.62 | 0.10 | 0.14 | 309.33 | 0.65 | 0.59 |
| Hex | DB | 54 | C6 | 0 | 3E | A | E | 135 | 41 | 3B |
| Octal | 333 | 124 | 306 | 0 | 76 | 12 | 16 | 465 | 101 | 73 |
| Binary | 11011011 | 1010100 | 11000110 | 0 | 111110 | 1010 | 1110 | 100110101 | 1000001 | 111011 |
Color Harmonies of #DB54C6
Complementary color
Monochromatic Colors of #DB54C6
Black with #DB54C6
Text Example
Text Example
White with #DB54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54C6; }
p { color: rgb(219,84,198); }
H1.HeaderClassName
{
color: #DB54C6;
}
.AnyTagClassName
{
color: #DB54C6;
}
</style>
background-color css
<style>
a { background-color: #DB54C6; }
a { background-color: rgb(219,84,198); }
div.DivClassName
{
background-color: #DB54C6;
}
.BgClassName
{
background-color: #DB54C6;
}
</style>
border-color css
<style>
span { border-color: #DB54C6; }
span { border-color: rgb(219,84,198); }
td.TdClassName
{
border-color: #DB54C6;
}
.TagClassName
{
border-color: #DB54C6;
}
</style>