Html Css Color HEX #D850D1 Free Speech Magenta
📋 copy color: '#D850D1'red 216 ◦ green 80 ◦ blue 209
Shades of Free Speech Magenta #D850D1
Tints of Free Speech Magenta #D850D1
RGB
CMYK
RGB Variations
Color information
#D850D1 (or 0xD850D1) is known color: Free Speech Magenta. HEX triplet: D8, 50 and D1. RGB value is (216,80,209). Sum of RGB (Red+Green+Blue) = 216+80+209=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D850D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850D1 is #27AF2E. Grayscale: #868686. Windows color (decimal): -2600751 or 13717720. OLE color: 13717720.
HSL color Cylindrical-coordinate representation of color #D850D1: hue angle of 303.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D850D1 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 209 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.15 |
| HSL | 303.09º | 0.64% | 0.58% | - |
| HSV(B) | 303.09º | 0.63% | 0.85% | - |
| XYZ | 42.7 | 24.94 | 62.89 | - |
| YUV | 135.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 209 | 0 | 0.63 | 0.03 | 0.15 | 303.09 | 0.64 | 0.58 |
| Hex | D8 | 50 | D1 | 0 | 3F | 3 | F | 12F | 40 | 3A |
| Octal | 330 | 120 | 321 | 0 | 77 | 3 | 17 | 457 | 100 | 72 |
| Binary | 11011000 | 1010000 | 11010001 | 0 | 111111 | 11 | 1111 | 100101111 | 1000000 | 111010 |
Color Harmonies of #D850D1
Complementary color
Monochromatic Colors of #D850D1
Black with #D850D1
Text Example
Text Example
White with #D850D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850D1; }
p { color: rgb(216,80,209); }
H1.HeaderClassName
{
color: #D850D1;
}
.AnyTagClassName
{
color: #D850D1;
}
</style>
background-color css
<style>
a { background-color: #D850D1; }
a { background-color: rgb(216,80,209); }
div.DivClassName
{
background-color: #D850D1;
}
.BgClassName
{
background-color: #D850D1;
}
</style>
border-color css
<style>
span { border-color: #D850D1; }
span { border-color: rgb(216,80,209); }
td.TdClassName
{
border-color: #D850D1;
}
.TagClassName
{
border-color: #D850D1;
}
</style>