Html Css Color HEX #DB3ECB Free Speech Magenta
📋 copy color: '#DB3ECB'red 219 ◦ green 62 ◦ blue 203
Shades of Free Speech Magenta #DB3ECB
Tints of Free Speech Magenta #DB3ECB
RGB
CMYK
RGB Variations
Color information
#DB3ECB (or 0xDB3ECB) is known color: Free Speech Magenta. HEX triplet: DB, 3E and CB. RGB value is (219,62,203). Sum of RGB (Red+Green+Blue) = 219+62+203=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3ECB is #24C134. Grayscale: #7C7C7C. Windows color (decimal): -2408757 or 13319899. OLE color: 13319899.
HSL color Cylindrical-coordinate representation of color #DB3ECB: hue angle of 306.11º 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 #DB3ECB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 203 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.14 |
| HSL | 306.11º | 0.69% | 0.55% | - |
| HSV(B) | 306.11º | 0.72% | 0.86% | - |
| XYZ | 41.72 | 22.82 | 58.71 | - |
| YUV | 125.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 203 | 0 | 0.72 | 0.07 | 0.14 | 306.11 | 0.69 | 0.55 |
| Hex | DB | 3E | CB | 0 | 48 | 7 | E | 132 | 45 | 37 |
| Octal | 333 | 76 | 313 | 0 | 110 | 7 | 16 | 462 | 105 | 67 |
| Binary | 11011011 | 111110 | 11001011 | 0 | 1001000 | 111 | 1110 | 100110010 | 1000101 | 110111 |
Color Harmonies of #DB3ECB
Complementary color
Monochromatic Colors of #DB3ECB
Black with #DB3ECB
Text Example
Text Example
White with #DB3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3ECB; }
p { color: rgb(219,62,203); }
H1.HeaderClassName
{
color: #DB3ECB;
}
.AnyTagClassName
{
color: #DB3ECB;
}
</style>
background-color css
<style>
a { background-color: #DB3ECB; }
a { background-color: rgb(219,62,203); }
div.DivClassName
{
background-color: #DB3ECB;
}
.BgClassName
{
background-color: #DB3ECB;
}
</style>
border-color css
<style>
span { border-color: #DB3ECB; }
span { border-color: rgb(219,62,203); }
td.TdClassName
{
border-color: #DB3ECB;
}
.TagClassName
{
border-color: #DB3ECB;
}
</style>