Html Css Color HEX #DB3ED3 Free Speech Magenta
📋 copy color: '#DB3ED3'red 219 ◦ green 62 ◦ blue 211
Shades of Free Speech Magenta #DB3ED3
Tints of Free Speech Magenta #DB3ED3
RGB
CMYK
RGB Variations
Color information
#DB3ED3 (or 0xDB3ED3) is known color: Free Speech Magenta. HEX triplet: DB, 3E and D3. RGB value is (219,62,211). Sum of RGB (Red+Green+Blue) = 219+62+211=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3ED3 is #24C12C. Grayscale: #7D7D7D. Windows color (decimal): -2408749 or 13844187. OLE color: 13844187.
HSL color Cylindrical-coordinate representation of color #DB3ED3: hue angle of 303.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3ED3 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 211 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.14 |
| HSL | 303.06º | 0.69% | 0.55% | - |
| HSV(B) | 303.06º | 0.72% | 0.86% | - |
| XYZ | 42.69 | 23.21 | 63.86 | - |
| YUV | 125.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 211 | 0 | 0.72 | 0.04 | 0.14 | 303.06 | 0.69 | 0.55 |
| Hex | DB | 3E | D3 | 0 | 48 | 4 | E | 12F | 45 | 37 |
| Octal | 333 | 76 | 323 | 0 | 110 | 4 | 16 | 457 | 105 | 67 |
| Binary | 11011011 | 111110 | 11010011 | 0 | 1001000 | 100 | 1110 | 100101111 | 1000101 | 110111 |
Color Harmonies of #DB3ED3
Complementary color
Monochromatic Colors of #DB3ED3
Black with #DB3ED3
Text Example
Text Example
White with #DB3ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3ED3; }
p { color: rgb(219,62,211); }
H1.HeaderClassName
{
color: #DB3ED3;
}
.AnyTagClassName
{
color: #DB3ED3;
}
</style>
background-color css
<style>
a { background-color: #DB3ED3; }
a { background-color: rgb(219,62,211); }
div.DivClassName
{
background-color: #DB3ED3;
}
.BgClassName
{
background-color: #DB3ED3;
}
</style>
border-color css
<style>
span { border-color: #DB3ED3; }
span { border-color: rgb(219,62,211); }
td.TdClassName
{
border-color: #DB3ED3;
}
.TagClassName
{
border-color: #DB3ED3;
}
</style>