Html Css Color HEX #DB3ED6 Free Speech Magenta
📋 copy color: '#DB3ED6'red 219 ◦ green 62 ◦ blue 214
Shades of Free Speech Magenta #DB3ED6
Tints of Free Speech Magenta #DB3ED6
RGB
CMYK
RGB Variations
Color information
#DB3ED6 (or 0xDB3ED6) is known color: Free Speech Magenta. HEX triplet: DB, 3E and D6. RGB value is (219,62,214). Sum of RGB (Red+Green+Blue) = 219+62+214=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3ED6 is #24C129. Grayscale: #7D7D7D. Windows color (decimal): -2408746 or 14040795. OLE color: 14040795.
HSL color Cylindrical-coordinate representation of color #DB3ED6: hue angle of 301.91º 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 #DB3ED6 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 214 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.14 |
| HSL | 301.91º | 0.69% | 0.55% | - |
| HSV(B) | 301.91º | 0.72% | 0.86% | - |
| XYZ | 43.07 | 23.36 | 65.86 | - |
| YUV | 126.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 214 | 0 | 0.72 | 0.02 | 0.14 | 301.91 | 0.69 | 0.55 |
| Hex | DB | 3E | D6 | 0 | 48 | 2 | E | 12E | 45 | 37 |
| Octal | 333 | 76 | 326 | 0 | 110 | 2 | 16 | 456 | 105 | 67 |
| Binary | 11011011 | 111110 | 11010110 | 0 | 1001000 | 10 | 1110 | 100101110 | 1000101 | 110111 |
Color Harmonies of #DB3ED6
Complementary color
Monochromatic Colors of #DB3ED6
Black with #DB3ED6
Text Example
Text Example
White with #DB3ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3ED6; }
p { color: rgb(219,62,214); }
H1.HeaderClassName
{
color: #DB3ED6;
}
.AnyTagClassName
{
color: #DB3ED6;
}
</style>
background-color css
<style>
a { background-color: #DB3ED6; }
a { background-color: rgb(219,62,214); }
div.DivClassName
{
background-color: #DB3ED6;
}
.BgClassName
{
background-color: #DB3ED6;
}
</style>
border-color css
<style>
span { border-color: #DB3ED6; }
span { border-color: rgb(219,62,214); }
td.TdClassName
{
border-color: #DB3ED6;
}
.TagClassName
{
border-color: #DB3ED6;
}
</style>