Html Css Color HEX #DB38DC Free Speech Magenta
📋 copy color: '#DB38DC'red 219 ◦ green 56 ◦ blue 220
Shades of Free Speech Magenta #DB38DC
Tints of Free Speech Magenta #DB38DC
RGB
CMYK
RGB Variations
Color information
#DB38DC (or 0xDB38DC) is known color: Free Speech Magenta. HEX triplet: DB, 38 and DC. RGB value is (219,56,220). Sum of RGB (Red+Green+Blue) = 219+56+220=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38DC is #24C723. Grayscale: #7A7A7A. Windows color (decimal): -2410276 or 14432475. OLE color: 14432475.
HSL color Cylindrical-coordinate representation of color #DB38DC: hue angle of 299.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB38DC is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 220 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.14 |
| HSL | 299.63º | 0.7% | 0.54% | - |
| HSV(B) | 299.63º | 0.75% | 0.86% | - |
| XYZ | 43.55 | 23.06 | 69.87 | - |
| YUV | 123.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 220 | 0.00 | 0.75 | 0 | 0.14 | 299.63 | 0.7 | 0.54 |
| Hex | DB | 38 | DC | 0 | 4B | 0 | E | 12C | 46 | 36 |
| Octal | 333 | 70 | 334 | 0 | 113 | 0 | 16 | 454 | 106 | 66 |
| Binary | 11011011 | 111000 | 11011100 | 0 | 1001011 | 0 | 1110 | 100101100 | 1000110 | 110110 |
Color Harmonies of #DB38DC
Complementary color
Monochromatic Colors of #DB38DC
Black with #DB38DC
Text Example
Text Example
White with #DB38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38DC; }
p { color: rgb(219,56,220); }
H1.HeaderClassName
{
color: #DB38DC;
}
.AnyTagClassName
{
color: #DB38DC;
}
</style>
background-color css
<style>
a { background-color: #DB38DC; }
a { background-color: rgb(219,56,220); }
div.DivClassName
{
background-color: #DB38DC;
}
.BgClassName
{
background-color: #DB38DC;
}
</style>
border-color css
<style>
span { border-color: #DB38DC; }
span { border-color: rgb(219,56,220); }
td.TdClassName
{
border-color: #DB38DC;
}
.TagClassName
{
border-color: #DB38DC;
}
</style>