Html Css Color HEX #DB4FCC Free Speech Magenta
📋 copy color: '#DB4FCC'red 219 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #DB4FCC
Tints of Free Speech Magenta #DB4FCC
RGB
CMYK
RGB Variations
Color information
#DB4FCC (or 0xDB4FCC) is known color: Free Speech Magenta. HEX triplet: DB, 4F and CC. RGB value is (219,79,204). Sum of RGB (Red+Green+Blue) = 219+79+204=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FCC is #24B033. Grayscale: #868686. Windows color (decimal): -2404404 or 13389787. OLE color: 13389787.
HSL color Cylindrical-coordinate representation of color #DB4FCC: hue angle of 306.43º 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 #DB4FCC is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 204 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.14 |
| HSL | 306.43º | 0.66% | 0.58% | - |
| HSV(B) | 306.43º | 0.64% | 0.86% | - |
| XYZ | 42.91 | 25.01 | 59.69 | - |
| YUV | 135.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 204 | 0 | 0.64 | 0.07 | 0.14 | 306.43 | 0.66 | 0.58 |
| Hex | DB | 4F | CC | 0 | 40 | 7 | E | 132 | 42 | 3A |
| Octal | 333 | 117 | 314 | 0 | 100 | 7 | 16 | 462 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11001100 | 0 | 1000000 | 111 | 1110 | 100110010 | 1000010 | 111010 |
Color Harmonies of #DB4FCC
Complementary color
Monochromatic Colors of #DB4FCC
Black with #DB4FCC
Text Example
Text Example
White with #DB4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FCC; }
p { color: rgb(219,79,204); }
H1.HeaderClassName
{
color: #DB4FCC;
}
.AnyTagClassName
{
color: #DB4FCC;
}
</style>
background-color css
<style>
a { background-color: #DB4FCC; }
a { background-color: rgb(219,79,204); }
div.DivClassName
{
background-color: #DB4FCC;
}
.BgClassName
{
background-color: #DB4FCC;
}
</style>
border-color css
<style>
span { border-color: #DB4FCC; }
span { border-color: rgb(219,79,204); }
td.TdClassName
{
border-color: #DB4FCC;
}
.TagClassName
{
border-color: #DB4FCC;
}
</style>