Html Css Color HEX #DB50DB Free Speech Magenta
📋 copy color: '#DB50DB'red 219 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #DB50DB
Tints of Free Speech Magenta #DB50DB
RGB
CMYK
RGB Variations
Color information
#DB50DB (or 0xDB50DB) is known color: Free Speech Magenta. HEX triplet: DB, 50 and DB. RGB value is (219,80,219). Sum of RGB (Red+Green+Blue) = 219+80+219=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50DB is #24AF24. Grayscale: #888888. Windows color (decimal): -2404133 or 14373083. OLE color: 14373083.
HSL color Cylindrical-coordinate representation of color #DB50DB: hue angle of 300º 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 #DB50DB is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 80 | 219 | - |
CMYK | 0 | 0.63 | 0 | 0.14 |
HSL | 300º | 0.66% | 0.59% | - |
HSV(B) | 300º | 0.63% | 0.86% | - |
XYZ | 44.87 | 25.91 | 69.65 | - |
YUV | 137.41 | 174.05 | 186.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 80 | 219 | 0 | 0.63 | 0 | 0.14 | 300 | 0.66 | 0.59 |
Hex | DB | 50 | DB | 0 | 3F | 0 | E | 12C | 42 | 3B |
Octal | 333 | 120 | 333 | 0 | 77 | 0 | 16 | 454 | 102 | 73 |
Binary | 11011011 | 1010000 | 11011011 | 0 | 111111 | 0 | 1110 | 100101100 | 1000010 | 111011 |
Color Harmonies of #DB50DB
Complementary color
Monochromatic Colors of #DB50DB
Black with #DB50DB
Text Example
Text Example
White with #DB50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50DB; }
p { color: rgb(219,80,219); }
H1.HeaderClassName
{
color: #DB50DB;
}
.AnyTagClassName
{
color: #DB50DB;
}
</style>
background-color css
<style>
a { background-color: #DB50DB; }
a { background-color: rgb(219,80,219); }
div.DivClassName
{
background-color: #DB50DB;
}
.BgClassName
{
background-color: #DB50DB;
}
</style>
border-color css
<style>
span { border-color: #DB50DB; }
span { border-color: rgb(219,80,219); }
td.TdClassName
{
border-color: #DB50DB;
}
.TagClassName
{
border-color: #DB50DB;
}
</style>