Html Css Color HEX #D850DB Free Speech Magenta
📋 copy color: '#D850DB'red 216 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #D850DB
Tints of Free Speech Magenta #D850DB
RGB
CMYK
RGB Variations
Color information
#D850DB (or 0xD850DB) is known color: Free Speech Magenta. HEX triplet: D8, 50 and DB. RGB value is (216,80,219). Sum of RGB (Red+Green+Blue) = 216+80+219=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D850DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850DB is #27AF24. Grayscale: #888888. Windows color (decimal): -2600741 or 14373080. OLE color: 14373080.
HSL color Cylindrical-coordinate representation of color #D850DB: hue angle of 298.71º 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 #D850DB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 80 | 219 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.14 |
| HSL | 298.71º | 0.66% | 0.59% | - |
| HSV(B) | 298.71º | 0.63% | 0.86% | - |
| XYZ | 43.97 | 25.45 | 69.61 | - |
| YUV | 136.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 219 | 0.01 | 0.63 | 0 | 0.14 | 298.71 | 0.66 | 0.59 |
| Hex | D8 | 50 | DB | 1 | 3F | 0 | E | 12B | 42 | 3B |
| Octal | 330 | 120 | 333 | 1 | 77 | 0 | 16 | 453 | 102 | 73 |
| Binary | 11011000 | 1010000 | 11011011 | 1 | 111111 | 0 | 1110 | 100101011 | 1000010 | 111011 |
Color Harmonies of #D850DB
Complementary color
Monochromatic Colors of #D850DB
Black with #D850DB
Text Example
Text Example
White with #D850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850DB; }
p { color: rgb(216,80,219); }
H1.HeaderClassName
{
color: #D850DB;
}
.AnyTagClassName
{
color: #D850DB;
}
</style>
background-color css
<style>
a { background-color: #D850DB; }
a { background-color: rgb(216,80,219); }
div.DivClassName
{
background-color: #D850DB;
}
.BgClassName
{
background-color: #D850DB;
}
</style>
border-color css
<style>
span { border-color: #D850DB; }
span { border-color: rgb(216,80,219); }
td.TdClassName
{
border-color: #D850DB;
}
.TagClassName
{
border-color: #D850DB;
}
</style>