Html Css Color HEX #DB4FC2 Free Speech Magenta
📋 copy color: '#DB4FC2'red 219 ◦ green 79 ◦ blue 194
Shades of Free Speech Magenta #DB4FC2
Tints of Free Speech Magenta #DB4FC2
RGB
CMYK
RGB Variations
Color information
#DB4FC2 (or 0xDB4FC2) is known color: Free Speech Magenta. HEX triplet: DB, 4F and C2. RGB value is (219,79,194). Sum of RGB (Red+Green+Blue) = 219+79+194=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FC2 is #24B03D. Grayscale: #858585. Windows color (decimal): -2404414 or 12734427. OLE color: 12734427.
HSL color Cylindrical-coordinate representation of color #DB4FC2: hue angle of 310.71º 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 #DB4FC2 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 194 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.14 |
| HSL | 310.71º | 0.66% | 0.58% | - |
| HSV(B) | 310.71º | 0.64% | 0.86% | - |
| XYZ | 41.75 | 24.55 | 53.58 | - |
| YUV | 133.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 194 | 0 | 0.64 | 0.11 | 0.14 | 310.71 | 0.66 | 0.58 |
| Hex | DB | 4F | C2 | 0 | 40 | B | E | 137 | 42 | 3A |
| Octal | 333 | 117 | 302 | 0 | 100 | 13 | 16 | 467 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11000010 | 0 | 1000000 | 1011 | 1110 | 100110111 | 1000010 | 111010 |
Color Harmonies of #DB4FC2
Complementary color
Monochromatic Colors of #DB4FC2
Black with #DB4FC2
Text Example
Text Example
White with #DB4FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FC2; }
p { color: rgb(219,79,194); }
H1.HeaderClassName
{
color: #DB4FC2;
}
.AnyTagClassName
{
color: #DB4FC2;
}
</style>
background-color css
<style>
a { background-color: #DB4FC2; }
a { background-color: rgb(219,79,194); }
div.DivClassName
{
background-color: #DB4FC2;
}
.BgClassName
{
background-color: #DB4FC2;
}
</style>
border-color css
<style>
span { border-color: #DB4FC2; }
span { border-color: rgb(219,79,194); }
td.TdClassName
{
border-color: #DB4FC2;
}
.TagClassName
{
border-color: #DB4FC2;
}
</style>