Html Css Color HEX #DB4CF1 Free Speech Magenta
📋 copy color: '#DB4CF1'red 219 ◦ green 76 ◦ blue 241
Shades of Free Speech Magenta #DB4CF1
Tints of Free Speech Magenta #DB4CF1
RGB
CMYK
RGB Variations
Color information
#DB4CF1 (or 0xDB4CF1) is known color: Free Speech Magenta. HEX triplet: DB, 4C and F1. RGB value is (219,76,241). Sum of RGB (Red+Green+Blue) = 219+76+241=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB4CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CF1 is #24B30E. Grayscale: #898989. Windows color (decimal): -2405135 or 15813851. OLE color: 15813851.
HSL color Cylindrical-coordinate representation of color #DB4CF1: hue angle of 292º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4CF1 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 76 | 241 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.05 |
| HSL | 292º | 0.85% | 0.62% | - |
| HSV(B) | 292º | 0.68% | 0.95% | - |
| XYZ | 47.68 | 26.58 | 85.84 | - |
| YUV | 137.57 | 186.38 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 241 | 0.09 | 0.68 | 0 | 0.05 | 292 | 0.85 | 0.62 |
| Hex | DB | 4C | F1 | 9 | 44 | 0 | 5 | 124 | 55 | 3E |
| Octal | 333 | 114 | 361 | 11 | 104 | 0 | 5 | 444 | 125 | 76 |
| Binary | 11011011 | 1001100 | 11110001 | 1001 | 1000100 | 0 | 101 | 100100100 | 1010101 | 111110 |
Color Harmonies of #DB4CF1
Complementary color
Monochromatic Colors of #DB4CF1
Black with #DB4CF1
Text Example
Text Example
White with #DB4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CF1; }
p { color: rgb(219,76,241); }
H1.HeaderClassName
{
color: #DB4CF1;
}
.AnyTagClassName
{
color: #DB4CF1;
}
</style>
background-color css
<style>
a { background-color: #DB4CF1; }
a { background-color: rgb(219,76,241); }
div.DivClassName
{
background-color: #DB4CF1;
}
.BgClassName
{
background-color: #DB4CF1;
}
</style>
border-color css
<style>
span { border-color: #DB4CF1; }
span { border-color: rgb(219,76,241); }
td.TdClassName
{
border-color: #DB4CF1;
}
.TagClassName
{
border-color: #DB4CF1;
}
</style>