Html Css Color HEX #DB4CDF Free Speech Magenta
📋 copy color: '#DB4CDF'red 219 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #DB4CDF
Tints of Free Speech Magenta #DB4CDF
RGB
CMYK
RGB Variations
Color information
#DB4CDF (or 0xDB4CDF) is known color: Free Speech Magenta. HEX triplet: DB, 4C and DF. RGB value is (219,76,223). Sum of RGB (Red+Green+Blue) = 219+76+223=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CDF is #24B320. Grayscale: #878787. Windows color (decimal): -2405153 or 14634203. OLE color: 14634203.
HSL color Cylindrical-coordinate representation of color #DB4CDF: hue angle of 298.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4CDF is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 76 | 223 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.13 |
| HSL | 298.37º | 0.7% | 0.59% | - |
| HSV(B) | 298.37º | 0.66% | 0.87% | - |
| XYZ | 45.12 | 25.56 | 72.37 | - |
| YUV | 135.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 223 | 0.02 | 0.66 | 0 | 0.13 | 298.37 | 0.7 | 0.59 |
| Hex | DB | 4C | DF | 2 | 42 | 0 | D | 12A | 46 | 3B |
| Octal | 333 | 114 | 337 | 2 | 102 | 0 | 15 | 452 | 106 | 73 |
| Binary | 11011011 | 1001100 | 11011111 | 10 | 1000010 | 0 | 1101 | 100101010 | 1000110 | 111011 |
Color Harmonies of #DB4CDF
Complementary color
Monochromatic Colors of #DB4CDF
Black with #DB4CDF
Text Example
Text Example
White with #DB4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CDF; }
p { color: rgb(219,76,223); }
H1.HeaderClassName
{
color: #DB4CDF;
}
.AnyTagClassName
{
color: #DB4CDF;
}
</style>
background-color css
<style>
a { background-color: #DB4CDF; }
a { background-color: rgb(219,76,223); }
div.DivClassName
{
background-color: #DB4CDF;
}
.BgClassName
{
background-color: #DB4CDF;
}
</style>
border-color css
<style>
span { border-color: #DB4CDF; }
span { border-color: rgb(219,76,223); }
td.TdClassName
{
border-color: #DB4CDF;
}
.TagClassName
{
border-color: #DB4CDF;
}
</style>