Html Css Color HEX #DB38ED Free Speech Magenta
📋 copy color: '#DB38ED'red 219 ◦ green 56 ◦ blue 237
Shades of Free Speech Magenta #DB38ED
Tints of Free Speech Magenta #DB38ED
RGB
CMYK
RGB Variations
Color information
#DB38ED (or 0xDB38ED) is known color: Free Speech Magenta. HEX triplet: DB, 38 and ED. RGB value is (219,56,237). Sum of RGB (Red+Green+Blue) = 219+56+237=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB38ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38ED is #24C712. Grayscale: #7C7C7C. Windows color (decimal): -2410259 or 15546587. OLE color: 15546587.
HSL color Cylindrical-coordinate representation of color #DB38ED: hue angle of 294.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB38ED is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 56 | 237 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.07 |
| HSL | 294.03º | 0.83% | 0.57% | - |
| HSV(B) | 294.03º | 0.76% | 0.93% | - |
| XYZ | 45.91 | 24 | 82.33 | - |
| YUV | 125.37 | 191 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 237 | 0.08 | 0.76 | 0 | 0.07 | 294.03 | 0.83 | 0.57 |
| Hex | DB | 38 | ED | 8 | 4C | 0 | 7 | 126 | 53 | 39 |
| Octal | 333 | 70 | 355 | 10 | 114 | 0 | 7 | 446 | 123 | 71 |
| Binary | 11011011 | 111000 | 11101101 | 1000 | 1001100 | 0 | 111 | 100100110 | 1010011 | 111001 |
Color Harmonies of #DB38ED
Complementary color
Monochromatic Colors of #DB38ED
Black with #DB38ED
Text Example
Text Example
White with #DB38ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38ED; }
p { color: rgb(219,56,237); }
H1.HeaderClassName
{
color: #DB38ED;
}
.AnyTagClassName
{
color: #DB38ED;
}
</style>
background-color css
<style>
a { background-color: #DB38ED; }
a { background-color: rgb(219,56,237); }
div.DivClassName
{
background-color: #DB38ED;
}
.BgClassName
{
background-color: #DB38ED;
}
</style>
border-color css
<style>
span { border-color: #DB38ED; }
span { border-color: rgb(219,56,237); }
td.TdClassName
{
border-color: #DB38ED;
}
.TagClassName
{
border-color: #DB38ED;
}
</style>