Html Css Color HEX #DB4BCD Free Speech Magenta
📋 copy color: '#DB4BCD'red 219 ◦ green 75 ◦ blue 205
Shades of Free Speech Magenta #DB4BCD
Tints of Free Speech Magenta #DB4BCD
RGB
CMYK
RGB Variations
Color information
#DB4BCD (or 0xDB4BCD) is known color: Free Speech Magenta. HEX triplet: DB, 4B and CD. RGB value is (219,75,205). Sum of RGB (Red+Green+Blue) = 219+75+205=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BCD is #24B432. Grayscale: #848484. Windows color (decimal): -2405427 or 13454299. OLE color: 13454299.
HSL color Cylindrical-coordinate representation of color #DB4BCD: hue angle of 305.83º 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 #DB4BCD is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 205 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.14 |
| HSL | 305.83º | 0.67% | 0.58% | - |
| HSV(B) | 305.83º | 0.66% | 0.86% | - |
| XYZ | 42.75 | 24.5 | 60.23 | - |
| YUV | 132.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 205 | 0 | 0.66 | 0.06 | 0.14 | 305.83 | 0.67 | 0.58 |
| Hex | DB | 4B | CD | 0 | 42 | 6 | E | 132 | 43 | 3A |
| Octal | 333 | 113 | 315 | 0 | 102 | 6 | 16 | 462 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11001101 | 0 | 1000010 | 110 | 1110 | 100110010 | 1000011 | 111010 |
Color Harmonies of #DB4BCD
Complementary color
Monochromatic Colors of #DB4BCD
Black with #DB4BCD
Text Example
Text Example
White with #DB4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BCD; }
p { color: rgb(219,75,205); }
H1.HeaderClassName
{
color: #DB4BCD;
}
.AnyTagClassName
{
color: #DB4BCD;
}
</style>
background-color css
<style>
a { background-color: #DB4BCD; }
a { background-color: rgb(219,75,205); }
div.DivClassName
{
background-color: #DB4BCD;
}
.BgClassName
{
background-color: #DB4BCD;
}
</style>
border-color css
<style>
span { border-color: #DB4BCD; }
span { border-color: rgb(219,75,205); }
td.TdClassName
{
border-color: #DB4BCD;
}
.TagClassName
{
border-color: #DB4BCD;
}
</style>