Html Css Color HEX #DB4CF4 Free Speech Magenta
📋 copy color: '#DB4CF4'red 219 ◦ green 76 ◦ blue 244
Shades of Free Speech Magenta #DB4CF4
Tints of Free Speech Magenta #DB4CF4
RGB
CMYK
RGB Variations
Color information
#DB4CF4 (or 0xDB4CF4) is known color: Free Speech Magenta. HEX triplet: DB, 4C and F4. RGB value is (219,76,244). Sum of RGB (Red+Green+Blue) = 219+76+244=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB4CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CF4 is #24B30B. Grayscale: #898989. Windows color (decimal): -2405132 or 16010459. OLE color: 16010459.
HSL color Cylindrical-coordinate representation of color #DB4CF4: hue angle of 291.07º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4CF4 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 76 | 244 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.04 |
| HSL | 291.07º | 0.88% | 0.63% | - |
| HSV(B) | 291.07º | 0.69% | 0.96% | - |
| XYZ | 48.13 | 26.76 | 88.22 | - |
| YUV | 137.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 244 | 0.10 | 0.69 | 0 | 0.04 | 291.07 | 0.88 | 0.63 |
| Hex | DB | 4C | F4 | A | 45 | 0 | 4 | 123 | 58 | 3F |
| Octal | 333 | 114 | 364 | 12 | 105 | 0 | 4 | 443 | 130 | 77 |
| Binary | 11011011 | 1001100 | 11110100 | 1010 | 1000101 | 0 | 100 | 100100011 | 1011000 | 111111 |
Color Harmonies of #DB4CF4
Complementary color
Monochromatic Colors of #DB4CF4
Black with #DB4CF4
Text Example
Text Example
White with #DB4CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CF4; }
p { color: rgb(219,76,244); }
H1.HeaderClassName
{
color: #DB4CF4;
}
.AnyTagClassName
{
color: #DB4CF4;
}
</style>
background-color css
<style>
a { background-color: #DB4CF4; }
a { background-color: rgb(219,76,244); }
div.DivClassName
{
background-color: #DB4CF4;
}
.BgClassName
{
background-color: #DB4CF4;
}
</style>
border-color css
<style>
span { border-color: #DB4CF4; }
span { border-color: rgb(219,76,244); }
td.TdClassName
{
border-color: #DB4CF4;
}
.TagClassName
{
border-color: #DB4CF4;
}
</style>