Html Css Color HEX #DB38D0 Free Speech Magenta
📋 copy color: '#DB38D0'red 219 ◦ green 56 ◦ blue 208
Shades of Free Speech Magenta #DB38D0
Tints of Free Speech Magenta #DB38D0
RGB
CMYK
RGB Variations
Color information
#DB38D0 (or 0xDB38D0) is known color: Free Speech Magenta. HEX triplet: DB, 38 and D0. RGB value is (219,56,208). Sum of RGB (Red+Green+Blue) = 219+56+208=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38D0 is #24C72F. Grayscale: #797979. Windows color (decimal): -2410288 or 13646043. OLE color: 13646043.
HSL color Cylindrical-coordinate representation of color #DB38D0: hue angle of 304.05º 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 #DB38D0 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 208 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.14 |
| HSL | 304.05º | 0.69% | 0.54% | - |
| HSV(B) | 304.05º | 0.74% | 0.86% | - |
| XYZ | 42.01 | 22.44 | 61.79 | - |
| YUV | 122.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 208 | 0 | 0.74 | 0.05 | 0.14 | 304.05 | 0.69 | 0.54 |
| Hex | DB | 38 | D0 | 0 | 4A | 5 | E | 130 | 45 | 36 |
| Octal | 333 | 70 | 320 | 0 | 112 | 5 | 16 | 460 | 105 | 66 |
| Binary | 11011011 | 111000 | 11010000 | 0 | 1001010 | 101 | 1110 | 100110000 | 1000101 | 110110 |
Color Harmonies of #DB38D0
Complementary color
Monochromatic Colors of #DB38D0
Black with #DB38D0
Text Example
Text Example
White with #DB38D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38D0; }
p { color: rgb(219,56,208); }
H1.HeaderClassName
{
color: #DB38D0;
}
.AnyTagClassName
{
color: #DB38D0;
}
</style>
background-color css
<style>
a { background-color: #DB38D0; }
a { background-color: rgb(219,56,208); }
div.DivClassName
{
background-color: #DB38D0;
}
.BgClassName
{
background-color: #DB38D0;
}
</style>
border-color css
<style>
span { border-color: #DB38D0; }
span { border-color: rgb(219,56,208); }
td.TdClassName
{
border-color: #DB38D0;
}
.TagClassName
{
border-color: #DB38D0;
}
</style>