Html Css Color HEX #DB54C8 Free Speech Magenta
📋 copy color: '#DB54C8'red 219 ◦ green 84 ◦ blue 200
Shades of Free Speech Magenta #DB54C8
Tints of Free Speech Magenta #DB54C8
RGB
CMYK
RGB Variations
Color information
#DB54C8 (or 0xDB54C8) is known color: Free Speech Magenta. HEX triplet: DB, 54 and C8. RGB value is (219,84,200). Sum of RGB (Red+Green+Blue) = 219+84+200=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54C8 is #24AB37. Grayscale: #898989. Windows color (decimal): -2403128 or 13128923. OLE color: 13128923.
HSL color Cylindrical-coordinate representation of color #DB54C8: hue angle of 308.44º 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 #DB54C8 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 200 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.14 |
| HSL | 308.44º | 0.65% | 0.59% | - |
| HSV(B) | 308.44º | 0.62% | 0.86% | - |
| XYZ | 42.81 | 25.57 | 57.32 | - |
| YUV | 137.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 200 | 0 | 0.62 | 0.09 | 0.14 | 308.44 | 0.65 | 0.59 |
| Hex | DB | 54 | C8 | 0 | 3E | 9 | E | 134 | 41 | 3B |
| Octal | 333 | 124 | 310 | 0 | 76 | 11 | 16 | 464 | 101 | 73 |
| Binary | 11011011 | 1010100 | 11001000 | 0 | 111110 | 1001 | 1110 | 100110100 | 1000001 | 111011 |
Color Harmonies of #DB54C8
Complementary color
Monochromatic Colors of #DB54C8
Black with #DB54C8
Text Example
Text Example
White with #DB54C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54C8; }
p { color: rgb(219,84,200); }
H1.HeaderClassName
{
color: #DB54C8;
}
.AnyTagClassName
{
color: #DB54C8;
}
</style>
background-color css
<style>
a { background-color: #DB54C8; }
a { background-color: rgb(219,84,200); }
div.DivClassName
{
background-color: #DB54C8;
}
.BgClassName
{
background-color: #DB54C8;
}
</style>
border-color css
<style>
span { border-color: #DB54C8; }
span { border-color: rgb(219,84,200); }
td.TdClassName
{
border-color: #DB54C8;
}
.TagClassName
{
border-color: #DB54C8;
}
</style>