Html Css Color HEX #DB38D3 Free Speech Magenta
📋 copy color: '#DB38D3'red 219 ◦ green 56 ◦ blue 211
Shades of Free Speech Magenta #DB38D3
Tints of Free Speech Magenta #DB38D3
RGB
CMYK
RGB Variations
Color information
#DB38D3 (or 0xDB38D3) is known color: Free Speech Magenta. HEX triplet: DB, 38 and D3. RGB value is (219,56,211). Sum of RGB (Red+Green+Blue) = 219+56+211=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38D3 is #24C72C. Grayscale: #797979. Windows color (decimal): -2410285 or 13842651. OLE color: 13842651.
HSL color Cylindrical-coordinate representation of color #DB38D3: hue angle of 302.94º 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 #DB38D3 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 211 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.14 |
| HSL | 302.94º | 0.69% | 0.54% | - |
| HSV(B) | 302.94º | 0.74% | 0.86% | - |
| XYZ | 42.39 | 22.59 | 63.75 | - |
| YUV | 122.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 211 | 0 | 0.74 | 0.04 | 0.14 | 302.94 | 0.69 | 0.54 |
| Hex | DB | 38 | D3 | 0 | 4A | 4 | E | 12F | 45 | 36 |
| Octal | 333 | 70 | 323 | 0 | 112 | 4 | 16 | 457 | 105 | 66 |
| Binary | 11011011 | 111000 | 11010011 | 0 | 1001010 | 100 | 1110 | 100101111 | 1000101 | 110110 |
Color Harmonies of #DB38D3
Complementary color
Monochromatic Colors of #DB38D3
Black with #DB38D3
Text Example
Text Example
White with #DB38D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38D3; }
p { color: rgb(219,56,211); }
H1.HeaderClassName
{
color: #DB38D3;
}
.AnyTagClassName
{
color: #DB38D3;
}
</style>
background-color css
<style>
a { background-color: #DB38D3; }
a { background-color: rgb(219,56,211); }
div.DivClassName
{
background-color: #DB38D3;
}
.BgClassName
{
background-color: #DB38D3;
}
</style>
border-color css
<style>
span { border-color: #DB38D3; }
span { border-color: rgb(219,56,211); }
td.TdClassName
{
border-color: #DB38D3;
}
.TagClassName
{
border-color: #DB38D3;
}
</style>