Html Css Color HEX #DB3EDA Free Speech Magenta
📋 copy color: '#DB3EDA'red 219 ◦ green 62 ◦ blue 218
Shades of Free Speech Magenta #DB3EDA
Tints of Free Speech Magenta #DB3EDA
RGB
CMYK
RGB Variations
Color information
#DB3EDA (or 0xDB3EDA) is known color: Free Speech Magenta. HEX triplet: DB, 3E and DA. RGB value is (219,62,218). Sum of RGB (Red+Green+Blue) = 219+62+218=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EDA is #24C125. Grayscale: #7E7E7E. Windows color (decimal): -2408742 or 14302939. OLE color: 14302939.
HSL color Cylindrical-coordinate representation of color #DB3EDA: hue angle of 300.38º 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 #DB3EDA is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 218 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.14 |
| HSL | 300.38º | 0.69% | 0.55% | - |
| HSV(B) | 300.38º | 0.72% | 0.86% | - |
| XYZ | 43.59 | 23.57 | 68.58 | - |
| YUV | 126.73 | 179.51 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 218 | 0 | 0.72 | 0.00 | 0.14 | 300.38 | 0.69 | 0.55 |
| Hex | DB | 3E | DA | 0 | 48 | 0 | E | 12C | 45 | 37 |
| Octal | 333 | 76 | 332 | 0 | 110 | 0 | 16 | 454 | 105 | 67 |
| Binary | 11011011 | 111110 | 11011010 | 0 | 1001000 | 0 | 1110 | 100101100 | 1000101 | 110111 |
Color Harmonies of #DB3EDA
Complementary color
Monochromatic Colors of #DB3EDA
Black with #DB3EDA
Text Example
Text Example
White with #DB3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EDA; }
p { color: rgb(219,62,218); }
H1.HeaderClassName
{
color: #DB3EDA;
}
.AnyTagClassName
{
color: #DB3EDA;
}
</style>
background-color css
<style>
a { background-color: #DB3EDA; }
a { background-color: rgb(219,62,218); }
div.DivClassName
{
background-color: #DB3EDA;
}
.BgClassName
{
background-color: #DB3EDA;
}
</style>
border-color css
<style>
span { border-color: #DB3EDA; }
span { border-color: rgb(219,62,218); }
td.TdClassName
{
border-color: #DB3EDA;
}
.TagClassName
{
border-color: #DB3EDA;
}
</style>