Html Css Color HEX #DB33ED Free Speech Magenta
📋 copy color: '#DB33ED'red 219 ◦ green 51 ◦ blue 237
Shades of Free Speech Magenta #DB33ED
Tints of Free Speech Magenta #DB33ED
RGB
CMYK
RGB Variations
Color information
#DB33ED (or 0xDB33ED) is known color: Free Speech Magenta. HEX triplet: DB, 33 and ED. RGB value is (219,51,237). Sum of RGB (Red+Green+Blue) = 219+51+237=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB33ED is #24CC12. Grayscale: #797979. Windows color (decimal): -2411539 or 15545307. OLE color: 15545307.
HSL color Cylindrical-coordinate representation of color #DB33ED: hue angle of 294.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB33ED is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 51 | 237 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.07 |
| HSL | 294.19º | 0.84% | 0.56% | - |
| HSV(B) | 294.19º | 0.78% | 0.93% | - |
| XYZ | 45.68 | 23.54 | 82.26 | - |
| YUV | 122.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 237 | 0.08 | 0.78 | 0 | 0.07 | 294.19 | 0.84 | 0.56 |
| Hex | DB | 33 | ED | 8 | 4E | 0 | 7 | 126 | 54 | 38 |
| Octal | 333 | 63 | 355 | 10 | 116 | 0 | 7 | 446 | 124 | 70 |
| Binary | 11011011 | 110011 | 11101101 | 1000 | 1001110 | 0 | 111 | 100100110 | 1010100 | 111000 |
Color Harmonies of #DB33ED
Complementary color
Monochromatic Colors of #DB33ED
Black with #DB33ED
Text Example
Text Example
White with #DB33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33ED; }
p { color: rgb(219,51,237); }
H1.HeaderClassName
{
color: #DB33ED;
}
.AnyTagClassName
{
color: #DB33ED;
}
</style>
background-color css
<style>
a { background-color: #DB33ED; }
a { background-color: rgb(219,51,237); }
div.DivClassName
{
background-color: #DB33ED;
}
.BgClassName
{
background-color: #DB33ED;
}
</style>
border-color css
<style>
span { border-color: #DB33ED; }
span { border-color: rgb(219,51,237); }
td.TdClassName
{
border-color: #DB33ED;
}
.TagClassName
{
border-color: #DB33ED;
}
</style>