Html Css Color HEX #DB3DED Free Speech Magenta
📋 copy color: '#DB3DED'red 219 ◦ green 61 ◦ blue 237
Shades of Free Speech Magenta #DB3DED
Tints of Free Speech Magenta #DB3DED
RGB
CMYK
RGB Variations
Color information
#DB3DED (or 0xDB3DED) is known color: Free Speech Magenta. HEX triplet: DB, 3D and ED. RGB value is (219,61,237). Sum of RGB (Red+Green+Blue) = 219+61+237=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3DED is #24C212. Grayscale: #7F7F7F. Windows color (decimal): -2408979 or 15547867. OLE color: 15547867.
HSL color Cylindrical-coordinate representation of color #DB3DED: hue angle of 293.86º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3DED is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 61 | 237 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.07 |
| HSL | 293.86º | 0.83% | 0.58% | - |
| HSV(B) | 293.86º | 0.74% | 0.93% | - |
| XYZ | 46.17 | 24.51 | 82.42 | - |
| YUV | 128.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 237 | 0.08 | 0.74 | 0 | 0.07 | 293.86 | 0.83 | 0.58 |
| Hex | DB | 3D | ED | 8 | 4A | 0 | 7 | 126 | 53 | 3A |
| Octal | 333 | 75 | 355 | 10 | 112 | 0 | 7 | 446 | 123 | 72 |
| Binary | 11011011 | 111101 | 11101101 | 1000 | 1001010 | 0 | 111 | 100100110 | 1010011 | 111010 |
Color Harmonies of #DB3DED
Complementary color
Monochromatic Colors of #DB3DED
Black with #DB3DED
Text Example
Text Example
White with #DB3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DED; }
p { color: rgb(219,61,237); }
H1.HeaderClassName
{
color: #DB3DED;
}
.AnyTagClassName
{
color: #DB3DED;
}
</style>
background-color css
<style>
a { background-color: #DB3DED; }
a { background-color: rgb(219,61,237); }
div.DivClassName
{
background-color: #DB3DED;
}
.BgClassName
{
background-color: #DB3DED;
}
</style>
border-color css
<style>
span { border-color: #DB3DED; }
span { border-color: rgb(219,61,237); }
td.TdClassName
{
border-color: #DB3DED;
}
.TagClassName
{
border-color: #DB3DED;
}
</style>