Html Css Color HEX #DB50CA Free Speech Magenta
📋 copy color: '#DB50CA'red 219 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #DB50CA
Tints of Free Speech Magenta #DB50CA
RGB
CMYK
RGB Variations
Color information
#DB50CA (or 0xDB50CA) is known color: Free Speech Magenta. HEX triplet: DB, 50 and CA. RGB value is (219,80,202). Sum of RGB (Red+Green+Blue) = 219+80+202=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50CA is #24AF35. Grayscale: #878787. Windows color (decimal): -2404150 or 13258971. OLE color: 13258971.
HSL color Cylindrical-coordinate representation of color #DB50CA: hue angle of 307.34º 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 #DB50CA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 202 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.14 |
| HSL | 307.34º | 0.66% | 0.59% | - |
| HSV(B) | 307.34º | 0.63% | 0.86% | - |
| XYZ | 42.74 | 25.06 | 58.46 | - |
| YUV | 135.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 202 | 0 | 0.63 | 0.08 | 0.14 | 307.34 | 0.66 | 0.59 |
| Hex | DB | 50 | CA | 0 | 3F | 8 | E | 133 | 42 | 3B |
| Octal | 333 | 120 | 312 | 0 | 77 | 10 | 16 | 463 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11001010 | 0 | 111111 | 1000 | 1110 | 100110011 | 1000010 | 111011 |
Color Harmonies of #DB50CA
Complementary color
Monochromatic Colors of #DB50CA
Black with #DB50CA
Text Example
Text Example
White with #DB50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50CA; }
p { color: rgb(219,80,202); }
H1.HeaderClassName
{
color: #DB50CA;
}
.AnyTagClassName
{
color: #DB50CA;
}
</style>
background-color css
<style>
a { background-color: #DB50CA; }
a { background-color: rgb(219,80,202); }
div.DivClassName
{
background-color: #DB50CA;
}
.BgClassName
{
background-color: #DB50CA;
}
</style>
border-color css
<style>
span { border-color: #DB50CA; }
span { border-color: rgb(219,80,202); }
td.TdClassName
{
border-color: #DB50CA;
}
.TagClassName
{
border-color: #DB50CA;
}
</style>