Html Css Color HEX #DB38DD Free Speech Magenta
📋 copy color: '#DB38DD'red 219 ◦ green 56 ◦ blue 221
Shades of Free Speech Magenta #DB38DD
Tints of Free Speech Magenta #DB38DD
RGB
CMYK
RGB Variations
Color information
#DB38DD (or 0xDB38DD) is known color: Free Speech Magenta. HEX triplet: DB, 38 and DD. RGB value is (219,56,221). Sum of RGB (Red+Green+Blue) = 219+56+221=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38DD is #24C722. Grayscale: #7B7B7B. Windows color (decimal): -2410275 or 14498011. OLE color: 14498011.
HSL color Cylindrical-coordinate representation of color #DB38DD: hue angle of 299.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB38DD is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 56 | 221 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.13 |
| HSL | 299.27º | 0.71% | 0.54% | - |
| HSV(B) | 299.27º | 0.75% | 0.87% | - |
| XYZ | 43.68 | 23.11 | 70.56 | - |
| YUV | 123.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 221 | 0.01 | 0.75 | 0 | 0.13 | 299.27 | 0.71 | 0.54 |
| Hex | DB | 38 | DD | 1 | 4B | 0 | D | 12B | 47 | 36 |
| Octal | 333 | 70 | 335 | 1 | 113 | 0 | 15 | 453 | 107 | 66 |
| Binary | 11011011 | 111000 | 11011101 | 1 | 1001011 | 0 | 1101 | 100101011 | 1000111 | 110110 |
Color Harmonies of #DB38DD
Complementary color
Monochromatic Colors of #DB38DD
Black with #DB38DD
Text Example
Text Example
White with #DB38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38DD; }
p { color: rgb(219,56,221); }
H1.HeaderClassName
{
color: #DB38DD;
}
.AnyTagClassName
{
color: #DB38DD;
}
</style>
background-color css
<style>
a { background-color: #DB38DD; }
a { background-color: rgb(219,56,221); }
div.DivClassName
{
background-color: #DB38DD;
}
.BgClassName
{
background-color: #DB38DD;
}
</style>
border-color css
<style>
span { border-color: #DB38DD; }
span { border-color: rgb(219,56,221); }
td.TdClassName
{
border-color: #DB38DD;
}
.TagClassName
{
border-color: #DB38DD;
}
</style>