Html Css Color HEX #DB32EA Free Speech Magenta
📋 copy color: '#DB32EA'red 219 ◦ green 50 ◦ blue 234
Shades of Free Speech Magenta #DB32EA
Tints of Free Speech Magenta #DB32EA
RGB
CMYK
RGB Variations
Color information
#DB32EA (or 0xDB32EA) is known color: Free Speech Magenta. HEX triplet: DB, 32 and EA. RGB value is (219,50,234). Sum of RGB (Red+Green+Blue) = 219+50+234=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32EA is #24CD15. Grayscale: #787878. Windows color (decimal): -2411798 or 15348443. OLE color: 15348443.
HSL color Cylindrical-coordinate representation of color #DB32EA: hue angle of 295.11º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB32EA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 50 | 234 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.08 |
| HSL | 295.11º | 0.81% | 0.56% | - |
| HSV(B) | 295.11º | 0.79% | 0.92% | - |
| XYZ | 45.21 | 23.28 | 79.95 | - |
| YUV | 121.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 234 | 0.06 | 0.79 | 0 | 0.08 | 295.11 | 0.81 | 0.56 |
| Hex | DB | 32 | EA | 6 | 4F | 0 | 8 | 127 | 51 | 38 |
| Octal | 333 | 62 | 352 | 6 | 117 | 0 | 10 | 447 | 121 | 70 |
| Binary | 11011011 | 110010 | 11101010 | 110 | 1001111 | 0 | 1000 | 100100111 | 1010001 | 111000 |
Color Harmonies of #DB32EA
Complementary color
Monochromatic Colors of #DB32EA
Black with #DB32EA
Text Example
Text Example
White with #DB32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32EA; }
p { color: rgb(219,50,234); }
H1.HeaderClassName
{
color: #DB32EA;
}
.AnyTagClassName
{
color: #DB32EA;
}
</style>
background-color css
<style>
a { background-color: #DB32EA; }
a { background-color: rgb(219,50,234); }
div.DivClassName
{
background-color: #DB32EA;
}
.BgClassName
{
background-color: #DB32EA;
}
</style>
border-color css
<style>
span { border-color: #DB32EA; }
span { border-color: rgb(219,50,234); }
td.TdClassName
{
border-color: #DB32EA;
}
.TagClassName
{
border-color: #DB32EA;
}
</style>