Html Css Color HEX #DB3DD5 Free Speech Magenta
📋 copy color: '#DB3DD5'red 219 ◦ green 61 ◦ blue 213
Shades of Free Speech Magenta #DB3DD5
Tints of Free Speech Magenta #DB3DD5
RGB
CMYK
RGB Variations
Color information
#DB3DD5 (or 0xDB3DD5) is known color: Free Speech Magenta. HEX triplet: DB, 3D and D5. RGB value is (219,61,213). Sum of RGB (Red+Green+Blue) = 219+61+213=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DD5 is #24C22A. Grayscale: #7D7D7D. Windows color (decimal): -2409003 or 13975003. OLE color: 13975003.
HSL color Cylindrical-coordinate representation of color #DB3DD5: hue angle of 302.28º 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 #DB3DD5 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 213 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.14 |
| HSL | 302.28º | 0.69% | 0.55% | - |
| HSV(B) | 302.28º | 0.72% | 0.86% | - |
| XYZ | 42.89 | 23.2 | 65.17 | - |
| YUV | 125.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 213 | 0 | 0.72 | 0.03 | 0.14 | 302.28 | 0.69 | 0.55 |
| Hex | DB | 3D | D5 | 0 | 48 | 3 | E | 12E | 45 | 37 |
| Octal | 333 | 75 | 325 | 0 | 110 | 3 | 16 | 456 | 105 | 67 |
| Binary | 11011011 | 111101 | 11010101 | 0 | 1001000 | 11 | 1110 | 100101110 | 1000101 | 110111 |
Color Harmonies of #DB3DD5
Complementary color
Monochromatic Colors of #DB3DD5
Black with #DB3DD5
Text Example
Text Example
White with #DB3DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DD5; }
p { color: rgb(219,61,213); }
H1.HeaderClassName
{
color: #DB3DD5;
}
.AnyTagClassName
{
color: #DB3DD5;
}
</style>
background-color css
<style>
a { background-color: #DB3DD5; }
a { background-color: rgb(219,61,213); }
div.DivClassName
{
background-color: #DB3DD5;
}
.BgClassName
{
background-color: #DB3DD5;
}
</style>
border-color css
<style>
span { border-color: #DB3DD5; }
span { border-color: rgb(219,61,213); }
td.TdClassName
{
border-color: #DB3DD5;
}
.TagClassName
{
border-color: #DB3DD5;
}
</style>