Html Css Color HEX #DB41DD Free Speech Magenta
📋 copy color: '#DB41DD'red 219 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #DB41DD
Tints of Free Speech Magenta #DB41DD
RGB
CMYK
RGB Variations
Color information
#DB41DD (or 0xDB41DD) is known color: Free Speech Magenta. HEX triplet: DB, 41 and DD. RGB value is (219,65,221). Sum of RGB (Red+Green+Blue) = 219+65+221=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41DD is #24BE22. Grayscale: #808080. Windows color (decimal): -2407971 or 14500315. OLE color: 14500315.
HSL color Cylindrical-coordinate representation of color #DB41DD: hue angle of 299.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB41DD is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 65 | 221 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.13 |
| HSL | 299.23º | 0.7% | 0.56% | - |
| HSV(B) | 299.23º | 0.71% | 0.87% | - |
| XYZ | 44.15 | 24.06 | 70.72 | - |
| YUV | 128.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 221 | 0.01 | 0.71 | 0 | 0.13 | 299.23 | 0.7 | 0.56 |
| Hex | DB | 41 | DD | 1 | 47 | 0 | D | 12B | 46 | 38 |
| Octal | 333 | 101 | 335 | 1 | 107 | 0 | 15 | 453 | 106 | 70 |
| Binary | 11011011 | 1000001 | 11011101 | 1 | 1000111 | 0 | 1101 | 100101011 | 1000110 | 111000 |
Color Harmonies of #DB41DD
Complementary color
Monochromatic Colors of #DB41DD
Black with #DB41DD
Text Example
Text Example
White with #DB41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41DD; }
p { color: rgb(219,65,221); }
H1.HeaderClassName
{
color: #DB41DD;
}
.AnyTagClassName
{
color: #DB41DD;
}
</style>
background-color css
<style>
a { background-color: #DB41DD; }
a { background-color: rgb(219,65,221); }
div.DivClassName
{
background-color: #DB41DD;
}
.BgClassName
{
background-color: #DB41DD;
}
</style>
border-color css
<style>
span { border-color: #DB41DD; }
span { border-color: rgb(219,65,221); }
td.TdClassName
{
border-color: #DB41DD;
}
.TagClassName
{
border-color: #DB41DD;
}
</style>