Html Css Color HEX #DB4FC6 Free Speech Magenta
📋 copy color: '#DB4FC6'red 219 ◦ green 79 ◦ blue 198
Shades of Free Speech Magenta #DB4FC6
Tints of Free Speech Magenta #DB4FC6
RGB
CMYK
RGB Variations
Color information
#DB4FC6 (or 0xDB4FC6) is known color: Free Speech Magenta. HEX triplet: DB, 4F and C6. RGB value is (219,79,198). Sum of RGB (Red+Green+Blue) = 219+79+198=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FC6 is #24B039. Grayscale: #868686. Windows color (decimal): -2404410 or 12996571. OLE color: 12996571.
HSL color Cylindrical-coordinate representation of color #DB4FC6: hue angle of 309º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4FC6 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 198 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.14 |
| HSL | 309º | 0.66% | 0.58% | - |
| HSV(B) | 309º | 0.64% | 0.86% | - |
| XYZ | 42.2 | 24.73 | 55.97 | - |
| YUV | 134.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 198 | 0 | 0.64 | 0.10 | 0.14 | 309 | 0.66 | 0.58 |
| Hex | DB | 4F | C6 | 0 | 40 | A | E | 135 | 42 | 3A |
| Octal | 333 | 117 | 306 | 0 | 100 | 12 | 16 | 465 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11000110 | 0 | 1000000 | 1010 | 1110 | 100110101 | 1000010 | 111010 |
Color Harmonies of #DB4FC6
Complementary color
Monochromatic Colors of #DB4FC6
Black with #DB4FC6
Text Example
Text Example
White with #DB4FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FC6; }
p { color: rgb(219,79,198); }
H1.HeaderClassName
{
color: #DB4FC6;
}
.AnyTagClassName
{
color: #DB4FC6;
}
</style>
background-color css
<style>
a { background-color: #DB4FC6; }
a { background-color: rgb(219,79,198); }
div.DivClassName
{
background-color: #DB4FC6;
}
.BgClassName
{
background-color: #DB4FC6;
}
</style>
border-color css
<style>
span { border-color: #DB4FC6; }
span { border-color: rgb(219,79,198); }
td.TdClassName
{
border-color: #DB4FC6;
}
.TagClassName
{
border-color: #DB4FC6;
}
</style>