Html Css Color HEX #DB50D4 Free Speech Magenta
📋 copy color: '#DB50D4'red 219 ◦ green 80 ◦ blue 212
Shades of Free Speech Magenta #DB50D4
Tints of Free Speech Magenta #DB50D4
RGB
CMYK
RGB Variations
Color information
#DB50D4 (or 0xDB50D4) is known color: Free Speech Magenta. HEX triplet: DB, 50 and D4. RGB value is (219,80,212). Sum of RGB (Red+Green+Blue) = 219+80+212=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50D4 is #24AF2B. Grayscale: #888888. Windows color (decimal): -2404140 or 13914331. OLE color: 13914331.
HSL color Cylindrical-coordinate representation of color #DB50D4: hue angle of 303.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50D4 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 212 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.14 |
| HSL | 303.02º | 0.66% | 0.59% | - |
| HSV(B) | 303.02º | 0.63% | 0.86% | - |
| XYZ | 43.97 | 25.55 | 64.9 | - |
| YUV | 136.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 212 | 0 | 0.63 | 0.03 | 0.14 | 303.02 | 0.66 | 0.59 |
| Hex | DB | 50 | D4 | 0 | 3F | 3 | E | 12F | 42 | 3B |
| Octal | 333 | 120 | 324 | 0 | 77 | 3 | 16 | 457 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11010100 | 0 | 111111 | 11 | 1110 | 100101111 | 1000010 | 111011 |
Color Harmonies of #DB50D4
Complementary color
Monochromatic Colors of #DB50D4
Black with #DB50D4
Text Example
Text Example
White with #DB50D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50D4; }
p { color: rgb(219,80,212); }
H1.HeaderClassName
{
color: #DB50D4;
}
.AnyTagClassName
{
color: #DB50D4;
}
</style>
background-color css
<style>
a { background-color: #DB50D4; }
a { background-color: rgb(219,80,212); }
div.DivClassName
{
background-color: #DB50D4;
}
.BgClassName
{
background-color: #DB50D4;
}
</style>
border-color css
<style>
span { border-color: #DB50D4; }
span { border-color: rgb(219,80,212); }
td.TdClassName
{
border-color: #DB50D4;
}
.TagClassName
{
border-color: #DB50D4;
}
</style>