Html Css Color HEX #DB4BD5 Free Speech Magenta
📋 copy color: '#DB4BD5'red 219 ◦ green 75 ◦ blue 213
Shades of Free Speech Magenta #DB4BD5
Tints of Free Speech Magenta #DB4BD5
RGB
CMYK
RGB Variations
Color information
#DB4BD5 (or 0xDB4BD5) is known color: Free Speech Magenta. HEX triplet: DB, 4B and D5. RGB value is (219,75,213). Sum of RGB (Red+Green+Blue) = 219+75+213=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BD5 is #24B42A. Grayscale: #858585. Windows color (decimal): -2405419 or 13978587. OLE color: 13978587.
HSL color Cylindrical-coordinate representation of color #DB4BD5: hue angle of 302.5º 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 #DB4BD5 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 213 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.14 |
| HSL | 302.5º | 0.67% | 0.58% | - |
| HSV(B) | 302.5º | 0.66% | 0.86% | - |
| XYZ | 43.74 | 24.9 | 65.45 | - |
| YUV | 133.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 213 | 0 | 0.66 | 0.03 | 0.14 | 302.5 | 0.67 | 0.58 |
| Hex | DB | 4B | D5 | 0 | 42 | 3 | E | 12E | 43 | 3A |
| Octal | 333 | 113 | 325 | 0 | 102 | 3 | 16 | 456 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11010101 | 0 | 1000010 | 11 | 1110 | 100101110 | 1000011 | 111010 |
Color Harmonies of #DB4BD5
Complementary color
Monochromatic Colors of #DB4BD5
Black with #DB4BD5
Text Example
Text Example
White with #DB4BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BD5; }
p { color: rgb(219,75,213); }
H1.HeaderClassName
{
color: #DB4BD5;
}
.AnyTagClassName
{
color: #DB4BD5;
}
</style>
background-color css
<style>
a { background-color: #DB4BD5; }
a { background-color: rgb(219,75,213); }
div.DivClassName
{
background-color: #DB4BD5;
}
.BgClassName
{
background-color: #DB4BD5;
}
</style>
border-color css
<style>
span { border-color: #DB4BD5; }
span { border-color: rgb(219,75,213); }
td.TdClassName
{
border-color: #DB4BD5;
}
.TagClassName
{
border-color: #DB4BD5;
}
</style>