Html Css Color HEX #DB38D5 Free Speech Magenta
📋 copy color: '#DB38D5'red 219 ◦ green 56 ◦ blue 213
Shades of Free Speech Magenta #DB38D5
Tints of Free Speech Magenta #DB38D5
RGB
CMYK
RGB Variations
Color information
#DB38D5 (or 0xDB38D5) is known color: Free Speech Magenta. HEX triplet: DB, 38 and D5. RGB value is (219,56,213). Sum of RGB (Red+Green+Blue) = 219+56+213=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38D5 is #24C72A. Grayscale: #7A7A7A. Windows color (decimal): -2410283 or 13973723. OLE color: 13973723.
HSL color Cylindrical-coordinate representation of color #DB38D5: hue angle of 302.21º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB38D5 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 213 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.14 |
| HSL | 302.21º | 0.69% | 0.54% | - |
| HSV(B) | 302.21º | 0.74% | 0.86% | - |
| XYZ | 42.64 | 22.69 | 65.08 | - |
| YUV | 122.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 213 | 0 | 0.74 | 0.03 | 0.14 | 302.21 | 0.69 | 0.54 |
| Hex | DB | 38 | D5 | 0 | 4A | 3 | E | 12E | 45 | 36 |
| Octal | 333 | 70 | 325 | 0 | 112 | 3 | 16 | 456 | 105 | 66 |
| Binary | 11011011 | 111000 | 11010101 | 0 | 1001010 | 11 | 1110 | 100101110 | 1000101 | 110110 |
Color Harmonies of #DB38D5
Complementary color
Monochromatic Colors of #DB38D5
Black with #DB38D5
Text Example
Text Example
White with #DB38D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38D5; }
p { color: rgb(219,56,213); }
H1.HeaderClassName
{
color: #DB38D5;
}
.AnyTagClassName
{
color: #DB38D5;
}
</style>
background-color css
<style>
a { background-color: #DB38D5; }
a { background-color: rgb(219,56,213); }
div.DivClassName
{
background-color: #DB38D5;
}
.BgClassName
{
background-color: #DB38D5;
}
</style>
border-color css
<style>
span { border-color: #DB38D5; }
span { border-color: rgb(219,56,213); }
td.TdClassName
{
border-color: #DB38D5;
}
.TagClassName
{
border-color: #DB38D5;
}
</style>