Html Css Color HEX #DB4BDC Free Speech Magenta
📋 copy color: '#DB4BDC'red 219 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #DB4BDC
Tints of Free Speech Magenta #DB4BDC
RGB
CMYK
RGB Variations
Color information
#DB4BDC (or 0xDB4BDC) is known color: Free Speech Magenta. HEX triplet: DB, 4B and DC. RGB value is (219,75,220). Sum of RGB (Red+Green+Blue) = 219+75+220=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BDC is #24B423. Grayscale: #868686. Windows color (decimal): -2405412 or 14437339. OLE color: 14437339.
HSL color Cylindrical-coordinate representation of color #DB4BDC: hue angle of 299.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BDC is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 220 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.14 |
| HSL | 299.59º | 0.67% | 0.58% | - |
| HSV(B) | 299.59º | 0.66% | 0.86% | - |
| XYZ | 44.65 | 25.26 | 70.23 | - |
| YUV | 134.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 220 | 0.00 | 0.66 | 0 | 0.14 | 299.59 | 0.67 | 0.58 |
| Hex | DB | 4B | DC | 0 | 42 | 0 | E | 12C | 43 | 3A |
| Octal | 333 | 113 | 334 | 0 | 102 | 0 | 16 | 454 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11011100 | 0 | 1000010 | 0 | 1110 | 100101100 | 1000011 | 111010 |
Color Harmonies of #DB4BDC
Complementary color
Monochromatic Colors of #DB4BDC
Black with #DB4BDC
Text Example
Text Example
White with #DB4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BDC; }
p { color: rgb(219,75,220); }
H1.HeaderClassName
{
color: #DB4BDC;
}
.AnyTagClassName
{
color: #DB4BDC;
}
</style>
background-color css
<style>
a { background-color: #DB4BDC; }
a { background-color: rgb(219,75,220); }
div.DivClassName
{
background-color: #DB4BDC;
}
.BgClassName
{
background-color: #DB4BDC;
}
</style>
border-color css
<style>
span { border-color: #DB4BDC; }
span { border-color: rgb(219,75,220); }
td.TdClassName
{
border-color: #DB4BDC;
}
.TagClassName
{
border-color: #DB4BDC;
}
</style>