Html Css Color HEX #DB4FC0 Free Speech Magenta
📋 copy color: '#DB4FC0'red 219 ◦ green 79 ◦ blue 192
Shades of Free Speech Magenta #DB4FC0
Tints of Free Speech Magenta #DB4FC0
RGB
CMYK
RGB Variations
Color information
#DB4FC0 (or 0xDB4FC0) is known color: Free Speech Magenta. HEX triplet: DB, 4F and C0. RGB value is (219,79,192). Sum of RGB (Red+Green+Blue) = 219+79+192=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FC0 is #24B03F. Grayscale: #858585. Windows color (decimal): -2404416 or 12603355. OLE color: 12603355.
HSL color Cylindrical-coordinate representation of color #DB4FC0: hue angle of 311.57º 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 #DB4FC0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 192 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.14 |
| HSL | 311.57º | 0.66% | 0.58% | - |
| HSV(B) | 311.57º | 0.64% | 0.86% | - |
| XYZ | 41.52 | 24.46 | 52.4 | - |
| YUV | 133.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 192 | 0 | 0.64 | 0.12 | 0.14 | 311.57 | 0.66 | 0.58 |
| Hex | DB | 4F | C0 | 0 | 40 | C | E | 138 | 42 | 3A |
| Octal | 333 | 117 | 300 | 0 | 100 | 14 | 16 | 470 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11000000 | 0 | 1000000 | 1100 | 1110 | 100111000 | 1000010 | 111010 |
Color Harmonies of #DB4FC0
Complementary color
Monochromatic Colors of #DB4FC0
Black with #DB4FC0
Text Example
Text Example
White with #DB4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FC0; }
p { color: rgb(219,79,192); }
H1.HeaderClassName
{
color: #DB4FC0;
}
.AnyTagClassName
{
color: #DB4FC0;
}
</style>
background-color css
<style>
a { background-color: #DB4FC0; }
a { background-color: rgb(219,79,192); }
div.DivClassName
{
background-color: #DB4FC0;
}
.BgClassName
{
background-color: #DB4FC0;
}
</style>
border-color css
<style>
span { border-color: #DB4FC0; }
span { border-color: rgb(219,79,192); }
td.TdClassName
{
border-color: #DB4FC0;
}
.TagClassName
{
border-color: #DB4FC0;
}
</style>