Html Css Color HEX #DB3BD2 Free Speech Magenta
📋 copy color: '#DB3BD2'red 219 ◦ green 59 ◦ blue 210
Shades of Free Speech Magenta #DB3BD2
Tints of Free Speech Magenta #DB3BD2
RGB
CMYK
RGB Variations
Color information
#DB3BD2 (or 0xDB3BD2) is known color: Free Speech Magenta. HEX triplet: DB, 3B and D2. RGB value is (219,59,210). Sum of RGB (Red+Green+Blue) = 219+59+210=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BD2 is #24C42D. Grayscale: #7B7B7B. Windows color (decimal): -2409518 or 13777883. OLE color: 13777883.
HSL color Cylindrical-coordinate representation of color #DB3BD2: hue angle of 303.38º 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 #DB3BD2 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 210 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.14 |
| HSL | 303.38º | 0.69% | 0.55% | - |
| HSV(B) | 303.38º | 0.73% | 0.86% | - |
| XYZ | 42.41 | 22.84 | 63.15 | - |
| YUV | 124.05 | 176.51 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 210 | 0 | 0.73 | 0.04 | 0.14 | 303.38 | 0.69 | 0.55 |
| Hex | DB | 3B | D2 | 0 | 49 | 4 | E | 12F | 45 | 37 |
| Octal | 333 | 73 | 322 | 0 | 111 | 4 | 16 | 457 | 105 | 67 |
| Binary | 11011011 | 111011 | 11010010 | 0 | 1001001 | 100 | 1110 | 100101111 | 1000101 | 110111 |
Color Harmonies of #DB3BD2
Complementary color
Monochromatic Colors of #DB3BD2
Black with #DB3BD2
Text Example
Text Example
White with #DB3BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BD2; }
p { color: rgb(219,59,210); }
H1.HeaderClassName
{
color: #DB3BD2;
}
.AnyTagClassName
{
color: #DB3BD2;
}
</style>
background-color css
<style>
a { background-color: #DB3BD2; }
a { background-color: rgb(219,59,210); }
div.DivClassName
{
background-color: #DB3BD2;
}
.BgClassName
{
background-color: #DB3BD2;
}
</style>
border-color css
<style>
span { border-color: #DB3BD2; }
span { border-color: rgb(219,59,210); }
td.TdClassName
{
border-color: #DB3BD2;
}
.TagClassName
{
border-color: #DB3BD2;
}
</style>