Html Css Color HEX #DB41D2 Free Speech Magenta
📋 copy color: '#DB41D2'red 219 ◦ green 65 ◦ blue 210
Shades of Free Speech Magenta #DB41D2
Tints of Free Speech Magenta #DB41D2
RGB
CMYK
RGB Variations
Color information
#DB41D2 (or 0xDB41D2) is known color: Free Speech Magenta. HEX triplet: DB, 41 and D2. RGB value is (219,65,210). Sum of RGB (Red+Green+Blue) = 219+65+210=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41D2 is #24BE2D. Grayscale: #7F7F7F. Windows color (decimal): -2407982 or 13779419. OLE color: 13779419.
HSL color Cylindrical-coordinate representation of color #DB41D2: hue angle of 303.51º 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 #DB41D2 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 210 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.14 |
| HSL | 303.51º | 0.68% | 0.56% | - |
| HSV(B) | 303.51º | 0.7% | 0.86% | - |
| XYZ | 42.74 | 23.49 | 63.26 | - |
| YUV | 127.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 210 | 0 | 0.70 | 0.04 | 0.14 | 303.51 | 0.68 | 0.56 |
| Hex | DB | 41 | D2 | 0 | 46 | 4 | E | 130 | 44 | 38 |
| Octal | 333 | 101 | 322 | 0 | 106 | 4 | 16 | 460 | 104 | 70 |
| Binary | 11011011 | 1000001 | 11010010 | 0 | 1000110 | 100 | 1110 | 100110000 | 1000100 | 111000 |
Color Harmonies of #DB41D2
Complementary color
Monochromatic Colors of #DB41D2
Black with #DB41D2
Text Example
Text Example
White with #DB41D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41D2; }
p { color: rgb(219,65,210); }
H1.HeaderClassName
{
color: #DB41D2;
}
.AnyTagClassName
{
color: #DB41D2;
}
</style>
background-color css
<style>
a { background-color: #DB41D2; }
a { background-color: rgb(219,65,210); }
div.DivClassName
{
background-color: #DB41D2;
}
.BgClassName
{
background-color: #DB41D2;
}
</style>
border-color css
<style>
span { border-color: #DB41D2; }
span { border-color: rgb(219,65,210); }
td.TdClassName
{
border-color: #DB41D2;
}
.TagClassName
{
border-color: #DB41D2;
}
</style>