Html Css Color HEX #DB44EA Free Speech Magenta
📋 copy color: '#DB44EA'red 219 ◦ green 68 ◦ blue 234
Shades of Free Speech Magenta #DB44EA
Tints of Free Speech Magenta #DB44EA
RGB
CMYK
RGB Variations
Color information
#DB44EA (or 0xDB44EA) is known color: Free Speech Magenta. HEX triplet: DB, 44 and EA. RGB value is (219,68,234). Sum of RGB (Red+Green+Blue) = 219+68+234=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB44EA is #24BB15. Grayscale: #838383. Windows color (decimal): -2407190 or 15353051. OLE color: 15353051.
HSL color Cylindrical-coordinate representation of color #DB44EA: hue angle of 294.58º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB44EA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 68 | 234 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.08 |
| HSL | 294.58º | 0.8% | 0.59% | - |
| HSV(B) | 294.58º | 0.71% | 0.92% | - |
| XYZ | 46.13 | 25.13 | 80.26 | - |
| YUV | 132.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 234 | 0.06 | 0.71 | 0 | 0.08 | 294.58 | 0.8 | 0.59 |
| Hex | DB | 44 | EA | 6 | 47 | 0 | 8 | 127 | 50 | 3B |
| Octal | 333 | 104 | 352 | 6 | 107 | 0 | 10 | 447 | 120 | 73 |
| Binary | 11011011 | 1000100 | 11101010 | 110 | 1000111 | 0 | 1000 | 100100111 | 1010000 | 111011 |
Color Harmonies of #DB44EA
Complementary color
Monochromatic Colors of #DB44EA
Black with #DB44EA
Text Example
Text Example
White with #DB44EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44EA; }
p { color: rgb(219,68,234); }
H1.HeaderClassName
{
color: #DB44EA;
}
.AnyTagClassName
{
color: #DB44EA;
}
</style>
background-color css
<style>
a { background-color: #DB44EA; }
a { background-color: rgb(219,68,234); }
div.DivClassName
{
background-color: #DB44EA;
}
.BgClassName
{
background-color: #DB44EA;
}
</style>
border-color css
<style>
span { border-color: #DB44EA; }
span { border-color: rgb(219,68,234); }
td.TdClassName
{
border-color: #DB44EA;
}
.TagClassName
{
border-color: #DB44EA;
}
</style>