Html Css Color HEX #DB4CEA Free Speech Magenta
📋 copy color: '#DB4CEA'red 219 ◦ green 76 ◦ blue 234
Shades of Free Speech Magenta #DB4CEA
Tints of Free Speech Magenta #DB4CEA
RGB
CMYK
RGB Variations
Color information
#DB4CEA (or 0xDB4CEA) is known color: Free Speech Magenta. HEX triplet: DB, 4C and EA. RGB value is (219,76,234). Sum of RGB (Red+Green+Blue) = 219+76+234=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CEA is #24B315. Grayscale: #888888. Windows color (decimal): -2405142 or 15355099. OLE color: 15355099.
HSL color Cylindrical-coordinate representation of color #DB4CEA: hue angle of 294.3º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4CEA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 76 | 234 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.08 |
| HSL | 294.3º | 0.79% | 0.61% | - |
| HSV(B) | 294.3º | 0.68% | 0.92% | - |
| XYZ | 46.65 | 26.17 | 80.43 | - |
| YUV | 136.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 234 | 0.06 | 0.68 | 0 | 0.08 | 294.3 | 0.79 | 0.61 |
| Hex | DB | 4C | EA | 6 | 44 | 0 | 8 | 126 | 4F | 3D |
| Octal | 333 | 114 | 352 | 6 | 104 | 0 | 10 | 446 | 117 | 75 |
| Binary | 11011011 | 1001100 | 11101010 | 110 | 1000100 | 0 | 1000 | 100100110 | 1001111 | 111101 |
Color Harmonies of #DB4CEA
Complementary color
Monochromatic Colors of #DB4CEA
Black with #DB4CEA
Text Example
Text Example
White with #DB4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CEA; }
p { color: rgb(219,76,234); }
H1.HeaderClassName
{
color: #DB4CEA;
}
.AnyTagClassName
{
color: #DB4CEA;
}
</style>
background-color css
<style>
a { background-color: #DB4CEA; }
a { background-color: rgb(219,76,234); }
div.DivClassName
{
background-color: #DB4CEA;
}
.BgClassName
{
background-color: #DB4CEA;
}
</style>
border-color css
<style>
span { border-color: #DB4CEA; }
span { border-color: rgb(219,76,234); }
td.TdClassName
{
border-color: #DB4CEA;
}
.TagClassName
{
border-color: #DB4CEA;
}
</style>