Html Css Color HEX #DB52C5 Free Speech Magenta
📋 copy color: '#DB52C5'red 219 ◦ green 82 ◦ blue 197
Shades of Free Speech Magenta #DB52C5
Tints of Free Speech Magenta #DB52C5
RGB
CMYK
RGB Variations
Color information
#DB52C5 (or 0xDB52C5) is known color: Free Speech Magenta. HEX triplet: DB, 52 and C5. RGB value is (219,82,197). Sum of RGB (Red+Green+Blue) = 219+82+197=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52C5 is #24AD3A. Grayscale: #878787. Windows color (decimal): -2403643 or 12931803. OLE color: 12931803.
HSL color Cylindrical-coordinate representation of color #DB52C5: hue angle of 309.64º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52C5 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 197 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.14 |
| HSL | 309.64º | 0.66% | 0.59% | - |
| HSV(B) | 309.64º | 0.63% | 0.86% | - |
| XYZ | 42.31 | 25.13 | 55.44 | - |
| YUV | 136.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 197 | 0 | 0.63 | 0.10 | 0.14 | 309.64 | 0.66 | 0.59 |
| Hex | DB | 52 | C5 | 0 | 3F | A | E | 136 | 42 | 3B |
| Octal | 333 | 122 | 305 | 0 | 77 | 12 | 16 | 466 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11000101 | 0 | 111111 | 1010 | 1110 | 100110110 | 1000010 | 111011 |
Color Harmonies of #DB52C5
Complementary color
Monochromatic Colors of #DB52C5
Black with #DB52C5
Text Example
Text Example
White with #DB52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52C5; }
p { color: rgb(219,82,197); }
H1.HeaderClassName
{
color: #DB52C5;
}
.AnyTagClassName
{
color: #DB52C5;
}
</style>
background-color css
<style>
a { background-color: #DB52C5; }
a { background-color: rgb(219,82,197); }
div.DivClassName
{
background-color: #DB52C5;
}
.BgClassName
{
background-color: #DB52C5;
}
</style>
border-color css
<style>
span { border-color: #DB52C5; }
span { border-color: rgb(219,82,197); }
td.TdClassName
{
border-color: #DB52C5;
}
.TagClassName
{
border-color: #DB52C5;
}
</style>