Html Css Color HEX #DB3EC5 Free Speech Magenta
📋 copy color: '#DB3EC5'red 219 ◦ green 62 ◦ blue 197
Shades of Free Speech Magenta #DB3EC5
Tints of Free Speech Magenta #DB3EC5
RGB
CMYK
RGB Variations
Color information
#DB3EC5 (or 0xDB3EC5) is known color: Free Speech Magenta. HEX triplet: DB, 3E and C5. RGB value is (219,62,197). Sum of RGB (Red+Green+Blue) = 219+62+197=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EC5 is #24C13A. Grayscale: #7B7B7B. Windows color (decimal): -2408763 or 12926683. OLE color: 12926683.
HSL color Cylindrical-coordinate representation of color #DB3EC5: hue angle of 308.41º 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 #DB3EC5 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 197 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.14 |
| HSL | 308.41º | 0.69% | 0.55% | - |
| HSV(B) | 308.41º | 0.72% | 0.86% | - |
| XYZ | 41.01 | 22.54 | 55.01 | - |
| YUV | 124.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 197 | 0 | 0.72 | 0.10 | 0.14 | 308.41 | 0.69 | 0.55 |
| Hex | DB | 3E | C5 | 0 | 48 | A | E | 134 | 45 | 37 |
| Octal | 333 | 76 | 305 | 0 | 110 | 12 | 16 | 464 | 105 | 67 |
| Binary | 11011011 | 111110 | 11000101 | 0 | 1001000 | 1010 | 1110 | 100110100 | 1000101 | 110111 |
Color Harmonies of #DB3EC5
Complementary color
Monochromatic Colors of #DB3EC5
Black with #DB3EC5
Text Example
Text Example
White with #DB3EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EC5; }
p { color: rgb(219,62,197); }
H1.HeaderClassName
{
color: #DB3EC5;
}
.AnyTagClassName
{
color: #DB3EC5;
}
</style>
background-color css
<style>
a { background-color: #DB3EC5; }
a { background-color: rgb(219,62,197); }
div.DivClassName
{
background-color: #DB3EC5;
}
.BgClassName
{
background-color: #DB3EC5;
}
</style>
border-color css
<style>
span { border-color: #DB3EC5; }
span { border-color: rgb(219,62,197); }
td.TdClassName
{
border-color: #DB3EC5;
}
.TagClassName
{
border-color: #DB3EC5;
}
</style>