Html Css Color HEX #DB4BDA Free Speech Magenta
📋 copy color: '#DB4BDA'red 219 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #DB4BDA
Tints of Free Speech Magenta #DB4BDA
RGB
CMYK
RGB Variations
Color information
#DB4BDA (or 0xDB4BDA) is known color: Free Speech Magenta. HEX triplet: DB, 4B and DA. RGB value is (219,75,218). Sum of RGB (Red+Green+Blue) = 219+75+218=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BDA is #24B425. Grayscale: #858585. Windows color (decimal): -2405414 or 14306267. OLE color: 14306267.
HSL color Cylindrical-coordinate representation of color #DB4BDA: hue angle of 300.42º 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 #DB4BDA is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 218 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.14 |
| HSL | 300.42º | 0.67% | 0.58% | - |
| HSV(B) | 300.42º | 0.66% | 0.86% | - |
| XYZ | 44.38 | 25.15 | 68.85 | - |
| YUV | 134.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 218 | 0 | 0.66 | 0.00 | 0.14 | 300.42 | 0.67 | 0.58 |
| Hex | DB | 4B | DA | 0 | 42 | 0 | E | 12C | 43 | 3A |
| Octal | 333 | 113 | 332 | 0 | 102 | 0 | 16 | 454 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11011010 | 0 | 1000010 | 0 | 1110 | 100101100 | 1000011 | 111010 |
Color Harmonies of #DB4BDA
Complementary color
Monochromatic Colors of #DB4BDA
Black with #DB4BDA
Text Example
Text Example
White with #DB4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BDA; }
p { color: rgb(219,75,218); }
H1.HeaderClassName
{
color: #DB4BDA;
}
.AnyTagClassName
{
color: #DB4BDA;
}
</style>
background-color css
<style>
a { background-color: #DB4BDA; }
a { background-color: rgb(219,75,218); }
div.DivClassName
{
background-color: #DB4BDA;
}
.BgClassName
{
background-color: #DB4BDA;
}
</style>
border-color css
<style>
span { border-color: #DB4BDA; }
span { border-color: rgb(219,75,218); }
td.TdClassName
{
border-color: #DB4BDA;
}
.TagClassName
{
border-color: #DB4BDA;
}
</style>