Html Css Color HEX #DB3BD3 Free Speech Magenta
📋 copy color: '#DB3BD3'red 219 ◦ green 59 ◦ blue 211
Shades of Free Speech Magenta #DB3BD3
Tints of Free Speech Magenta #DB3BD3
RGB
CMYK
RGB Variations
Color information
#DB3BD3 (or 0xDB3BD3) is known color: Free Speech Magenta. HEX triplet: DB, 3B and D3. RGB value is (219,59,211). Sum of RGB (Red+Green+Blue) = 219+59+211=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BD3 is #24C42C. Grayscale: #7B7B7B. Windows color (decimal): -2409517 or 13843419. OLE color: 13843419.
HSL color Cylindrical-coordinate representation of color #DB3BD3: hue angle of 303º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BD3 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 211 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.14 |
| HSL | 303º | 0.69% | 0.55% | - |
| HSV(B) | 303º | 0.73% | 0.86% | - |
| XYZ | 42.54 | 22.89 | 63.8 | - |
| YUV | 124.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 211 | 0 | 0.73 | 0.04 | 0.14 | 303 | 0.69 | 0.55 |
| Hex | DB | 3B | D3 | 0 | 49 | 4 | E | 12F | 45 | 37 |
| Octal | 333 | 73 | 323 | 0 | 111 | 4 | 16 | 457 | 105 | 67 |
| Binary | 11011011 | 111011 | 11010011 | 0 | 1001001 | 100 | 1110 | 100101111 | 1000101 | 110111 |
Color Harmonies of #DB3BD3
Complementary color
Monochromatic Colors of #DB3BD3
Black with #DB3BD3
Text Example
Text Example
White with #DB3BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BD3; }
p { color: rgb(219,59,211); }
H1.HeaderClassName
{
color: #DB3BD3;
}
.AnyTagClassName
{
color: #DB3BD3;
}
</style>
background-color css
<style>
a { background-color: #DB3BD3; }
a { background-color: rgb(219,59,211); }
div.DivClassName
{
background-color: #DB3BD3;
}
.BgClassName
{
background-color: #DB3BD3;
}
</style>
border-color css
<style>
span { border-color: #DB3BD3; }
span { border-color: rgb(219,59,211); }
td.TdClassName
{
border-color: #DB3BD3;
}
.TagClassName
{
border-color: #DB3BD3;
}
</style>