Html Css Color HEX #DB54CE Free Speech Magenta
📋 copy color: '#DB54CE'red 219 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #DB54CE
Tints of Free Speech Magenta #DB54CE
RGB
CMYK
RGB Variations
Color information
#DB54CE (or 0xDB54CE) is known color: Free Speech Magenta. HEX triplet: DB, 54 and CE. RGB value is (219,84,206). Sum of RGB (Red+Green+Blue) = 219+84+206=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54CE is #24AB31. Grayscale: #898989. Windows color (decimal): -2403122 or 13522139. OLE color: 13522139.
HSL color Cylindrical-coordinate representation of color #DB54CE: hue angle of 305.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 #DB54CE is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 206 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.14 |
| HSL | 305.78º | 0.65% | 0.59% | - |
| HSV(B) | 305.78º | 0.62% | 0.86% | - |
| XYZ | 43.52 | 25.86 | 61.09 | - |
| YUV | 138.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 206 | 0 | 0.62 | 0.06 | 0.14 | 305.78 | 0.65 | 0.59 |
| Hex | DB | 54 | CE | 0 | 3E | 6 | E | 132 | 41 | 3B |
| Octal | 333 | 124 | 316 | 0 | 76 | 6 | 16 | 462 | 101 | 73 |
| Binary | 11011011 | 1010100 | 11001110 | 0 | 111110 | 110 | 1110 | 100110010 | 1000001 | 111011 |
Color Harmonies of #DB54CE
Complementary color
Monochromatic Colors of #DB54CE
Black with #DB54CE
Text Example
Text Example
White with #DB54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54CE; }
p { color: rgb(219,84,206); }
H1.HeaderClassName
{
color: #DB54CE;
}
.AnyTagClassName
{
color: #DB54CE;
}
</style>
background-color css
<style>
a { background-color: #DB54CE; }
a { background-color: rgb(219,84,206); }
div.DivClassName
{
background-color: #DB54CE;
}
.BgClassName
{
background-color: #DB54CE;
}
</style>
border-color css
<style>
span { border-color: #DB54CE; }
span { border-color: rgb(219,84,206); }
td.TdClassName
{
border-color: #DB54CE;
}
.TagClassName
{
border-color: #DB54CE;
}
</style>