Html Css Color HEX #DB4DC4 Free Speech Magenta
📋 copy color: '#DB4DC4'red 219 ◦ green 77 ◦ blue 196
Shades of Free Speech Magenta #DB4DC4
Tints of Free Speech Magenta #DB4DC4
RGB
CMYK
RGB Variations
Color information
#DB4DC4 (or 0xDB4DC4) is known color: Free Speech Magenta. HEX triplet: DB, 4D and C4. RGB value is (219,77,196). Sum of RGB (Red+Green+Blue) = 219+77+196=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DC4 is #24B23B. Grayscale: #848484. Windows color (decimal): -2404924 or 12864987. OLE color: 12864987.
HSL color Cylindrical-coordinate representation of color #DB4DC4: hue angle of 309.72º 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 #DB4DC4 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 196 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.14 |
| HSL | 309.72º | 0.66% | 0.58% | - |
| HSV(B) | 309.72º | 0.65% | 0.86% | - |
| XYZ | 41.83 | 24.35 | 54.72 | - |
| YUV | 133.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 196 | 0 | 0.65 | 0.11 | 0.14 | 309.72 | 0.66 | 0.58 |
| Hex | DB | 4D | C4 | 0 | 41 | B | E | 136 | 42 | 3A |
| Octal | 333 | 115 | 304 | 0 | 101 | 13 | 16 | 466 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11000100 | 0 | 1000001 | 1011 | 1110 | 100110110 | 1000010 | 111010 |
Color Harmonies of #DB4DC4
Complementary color
Monochromatic Colors of #DB4DC4
Black with #DB4DC4
Text Example
Text Example
White with #DB4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DC4; }
p { color: rgb(219,77,196); }
H1.HeaderClassName
{
color: #DB4DC4;
}
.AnyTagClassName
{
color: #DB4DC4;
}
</style>
background-color css
<style>
a { background-color: #DB4DC4; }
a { background-color: rgb(219,77,196); }
div.DivClassName
{
background-color: #DB4DC4;
}
.BgClassName
{
background-color: #DB4DC4;
}
</style>
border-color css
<style>
span { border-color: #DB4DC4; }
span { border-color: rgb(219,77,196); }
td.TdClassName
{
border-color: #DB4DC4;
}
.TagClassName
{
border-color: #DB4DC4;
}
</style>