Html Css Color HEX #DB41C5 Free Speech Magenta
📋 copy color: '#DB41C5'red 219 ◦ green 65 ◦ blue 197
Shades of Free Speech Magenta #DB41C5
Tints of Free Speech Magenta #DB41C5
RGB
CMYK
RGB Variations
Color information
#DB41C5 (or 0xDB41C5) is known color: Free Speech Magenta. HEX triplet: DB, 41 and C5. RGB value is (219,65,197). Sum of RGB (Red+Green+Blue) = 219+65+197=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41C5 is #24BE3A. Grayscale: #7D7D7D. Windows color (decimal): -2407995 or 12927451. OLE color: 12927451.
HSL color Cylindrical-coordinate representation of color #DB41C5: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41C5 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 197 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.14 |
| HSL | 308.57º | 0.68% | 0.56% | - |
| HSV(B) | 308.57º | 0.7% | 0.86% | - |
| XYZ | 41.18 | 22.87 | 55.07 | - |
| YUV | 126.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 197 | 0 | 0.70 | 0.10 | 0.14 | 308.57 | 0.68 | 0.56 |
| Hex | DB | 41 | C5 | 0 | 46 | A | E | 135 | 44 | 38 |
| Octal | 333 | 101 | 305 | 0 | 106 | 12 | 16 | 465 | 104 | 70 |
| Binary | 11011011 | 1000001 | 11000101 | 0 | 1000110 | 1010 | 1110 | 100110101 | 1000100 | 111000 |
Color Harmonies of #DB41C5
Complementary color
Monochromatic Colors of #DB41C5
Black with #DB41C5
Text Example
Text Example
White with #DB41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41C5; }
p { color: rgb(219,65,197); }
H1.HeaderClassName
{
color: #DB41C5;
}
.AnyTagClassName
{
color: #DB41C5;
}
</style>
background-color css
<style>
a { background-color: #DB41C5; }
a { background-color: rgb(219,65,197); }
div.DivClassName
{
background-color: #DB41C5;
}
.BgClassName
{
background-color: #DB41C5;
}
</style>
border-color css
<style>
span { border-color: #DB41C5; }
span { border-color: rgb(219,65,197); }
td.TdClassName
{
border-color: #DB41C5;
}
.TagClassName
{
border-color: #DB41C5;
}
</style>