Html Css Color HEX #DB42D9 Free Speech Magenta
📋 copy color: '#DB42D9'red 219 ◦ green 66 ◦ blue 217
Shades of Free Speech Magenta #DB42D9
Tints of Free Speech Magenta #DB42D9
RGB
CMYK
RGB Variations
Color information
#DB42D9 (or 0xDB42D9) is known color: Free Speech Magenta. HEX triplet: DB, 42 and D9. RGB value is (219,66,217). Sum of RGB (Red+Green+Blue) = 219+66+217=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42D9 is #24BD26. Grayscale: #808080. Windows color (decimal): -2407719 or 14238427. OLE color: 14238427.
HSL color Cylindrical-coordinate representation of color #DB42D9: hue angle of 300.78º 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 #DB42D9 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 217 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.14 |
| HSL | 300.78º | 0.68% | 0.56% | - |
| HSV(B) | 300.78º | 0.7% | 0.86% | - |
| XYZ | 43.69 | 23.97 | 67.97 | - |
| YUV | 128.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 217 | 0 | 0.70 | 0.01 | 0.14 | 300.78 | 0.68 | 0.56 |
| Hex | DB | 42 | D9 | 0 | 46 | 1 | E | 12D | 44 | 38 |
| Octal | 333 | 102 | 331 | 0 | 106 | 1 | 16 | 455 | 104 | 70 |
| Binary | 11011011 | 1000010 | 11011001 | 0 | 1000110 | 1 | 1110 | 100101101 | 1000100 | 111000 |
Color Harmonies of #DB42D9
Complementary color
Monochromatic Colors of #DB42D9
Black with #DB42D9
Text Example
Text Example
White with #DB42D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42D9; }
p { color: rgb(219,66,217); }
H1.HeaderClassName
{
color: #DB42D9;
}
.AnyTagClassName
{
color: #DB42D9;
}
</style>
background-color css
<style>
a { background-color: #DB42D9; }
a { background-color: rgb(219,66,217); }
div.DivClassName
{
background-color: #DB42D9;
}
.BgClassName
{
background-color: #DB42D9;
}
</style>
border-color css
<style>
span { border-color: #DB42D9; }
span { border-color: rgb(219,66,217); }
td.TdClassName
{
border-color: #DB42D9;
}
.TagClassName
{
border-color: #DB42D9;
}
</style>