Html Css Color HEX #DB52DF Free Speech Magenta
📋 copy color: '#DB52DF'red 219 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #DB52DF
Tints of Free Speech Magenta #DB52DF
RGB
CMYK
RGB Variations
Color information
#DB52DF (or 0xDB52DF) is known color: Free Speech Magenta. HEX triplet: DB, 52 and DF. RGB value is (219,82,223). Sum of RGB (Red+Green+Blue) = 219+82+223=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52DF is #24AD20. Grayscale: #8A8A8A. Windows color (decimal): -2403617 or 14635739. OLE color: 14635739.
HSL color Cylindrical-coordinate representation of color #DB52DF: hue angle of 298.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52DF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 82 | 223 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.13 |
| HSL | 298.3º | 0.69% | 0.6% | - |
| HSV(B) | 298.3º | 0.63% | 0.87% | - |
| XYZ | 45.55 | 26.42 | 72.51 | - |
| YUV | 139.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 223 | 0.02 | 0.63 | 0 | 0.13 | 298.3 | 0.69 | 0.6 |
| Hex | DB | 52 | DF | 2 | 3F | 0 | D | 12A | 45 | 3C |
| Octal | 333 | 122 | 337 | 2 | 77 | 0 | 15 | 452 | 105 | 74 |
| Binary | 11011011 | 1010010 | 11011111 | 10 | 111111 | 0 | 1101 | 100101010 | 1000101 | 111100 |
Color Harmonies of #DB52DF
Complementary color
Monochromatic Colors of #DB52DF
Black with #DB52DF
Text Example
Text Example
White with #DB52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52DF; }
p { color: rgb(219,82,223); }
H1.HeaderClassName
{
color: #DB52DF;
}
.AnyTagClassName
{
color: #DB52DF;
}
</style>
background-color css
<style>
a { background-color: #DB52DF; }
a { background-color: rgb(219,82,223); }
div.DivClassName
{
background-color: #DB52DF;
}
.BgClassName
{
background-color: #DB52DF;
}
</style>
border-color css
<style>
span { border-color: #DB52DF; }
span { border-color: rgb(219,82,223); }
td.TdClassName
{
border-color: #DB52DF;
}
.TagClassName
{
border-color: #DB52DF;
}
</style>