Html Css Color HEX #DB4DCE Free Speech Magenta
📋 copy color: '#DB4DCE'red 219 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #DB4DCE
Tints of Free Speech Magenta #DB4DCE
RGB
CMYK
RGB Variations
Color information
#DB4DCE (or 0xDB4DCE) is known color: Free Speech Magenta. HEX triplet: DB, 4D and CE. RGB value is (219,77,206). Sum of RGB (Red+Green+Blue) = 219+77+206=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DCE is #24B231. Grayscale: #858585. Windows color (decimal): -2404914 or 13520347. OLE color: 13520347.
HSL color Cylindrical-coordinate representation of color #DB4DCE: hue angle of 305.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DCE is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 206 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.14 |
| HSL | 305.49º | 0.66% | 0.58% | - |
| HSV(B) | 305.49º | 0.65% | 0.86% | - |
| XYZ | 43.01 | 24.82 | 60.92 | - |
| YUV | 134.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 206 | 0 | 0.65 | 0.06 | 0.14 | 305.49 | 0.66 | 0.58 |
| Hex | DB | 4D | CE | 0 | 41 | 6 | E | 131 | 42 | 3A |
| Octal | 333 | 115 | 316 | 0 | 101 | 6 | 16 | 461 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11001110 | 0 | 1000001 | 110 | 1110 | 100110001 | 1000010 | 111010 |
Color Harmonies of #DB4DCE
Complementary color
Monochromatic Colors of #DB4DCE
Black with #DB4DCE
Text Example
Text Example
White with #DB4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DCE; }
p { color: rgb(219,77,206); }
H1.HeaderClassName
{
color: #DB4DCE;
}
.AnyTagClassName
{
color: #DB4DCE;
}
</style>
background-color css
<style>
a { background-color: #DB4DCE; }
a { background-color: rgb(219,77,206); }
div.DivClassName
{
background-color: #DB4DCE;
}
.BgClassName
{
background-color: #DB4DCE;
}
</style>
border-color css
<style>
span { border-color: #DB4DCE; }
span { border-color: rgb(219,77,206); }
td.TdClassName
{
border-color: #DB4DCE;
}
.TagClassName
{
border-color: #DB4DCE;
}
</style>