Html Css Color HEX #DB4BD0 Free Speech Magenta
📋 copy color: '#DB4BD0'red 219 ◦ green 75 ◦ blue 208
Shades of Free Speech Magenta #DB4BD0
Tints of Free Speech Magenta #DB4BD0
RGB
CMYK
RGB Variations
Color information
#DB4BD0 (or 0xDB4BD0) is known color: Free Speech Magenta. HEX triplet: DB, 4B and D0. RGB value is (219,75,208). Sum of RGB (Red+Green+Blue) = 219+75+208=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BD0 is #24B42F. Grayscale: #848484. Windows color (decimal): -2405424 or 13650907. OLE color: 13650907.
HSL color Cylindrical-coordinate representation of color #DB4BD0: hue angle of 304.58º 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 #DB4BD0 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 208 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.14 |
| HSL | 304.58º | 0.67% | 0.58% | - |
| HSV(B) | 304.58º | 0.66% | 0.86% | - |
| XYZ | 43.11 | 24.65 | 62.16 | - |
| YUV | 133.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 208 | 0 | 0.66 | 0.05 | 0.14 | 304.58 | 0.67 | 0.58 |
| Hex | DB | 4B | D0 | 0 | 42 | 5 | E | 131 | 43 | 3A |
| Octal | 333 | 113 | 320 | 0 | 102 | 5 | 16 | 461 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11010000 | 0 | 1000010 | 101 | 1110 | 100110001 | 1000011 | 111010 |
Color Harmonies of #DB4BD0
Complementary color
Monochromatic Colors of #DB4BD0
Black with #DB4BD0
Text Example
Text Example
White with #DB4BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BD0; }
p { color: rgb(219,75,208); }
H1.HeaderClassName
{
color: #DB4BD0;
}
.AnyTagClassName
{
color: #DB4BD0;
}
</style>
background-color css
<style>
a { background-color: #DB4BD0; }
a { background-color: rgb(219,75,208); }
div.DivClassName
{
background-color: #DB4BD0;
}
.BgClassName
{
background-color: #DB4BD0;
}
</style>
border-color css
<style>
span { border-color: #DB4BD0; }
span { border-color: rgb(219,75,208); }
td.TdClassName
{
border-color: #DB4BD0;
}
.TagClassName
{
border-color: #DB4BD0;
}
</style>