Html Css Color HEX #D850F0 Free Speech Magenta
📋 copy color: '#D850F0'red 216 ◦ green 80 ◦ blue 240
Shades of Free Speech Magenta #D850F0
Tints of Free Speech Magenta #D850F0
RGB
CMYK
RGB Variations
Color information
#D850F0 (or 0xD850F0) is known color: Free Speech Magenta. HEX triplet: D8, 50 and F0. RGB value is (216,80,240). Sum of RGB (Red+Green+Blue) = 216+80+240=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #D850F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D850F0 is #27AF0F. Grayscale: #8A8A8A. Windows color (decimal): -2600720 or 15749336. OLE color: 15749336.
HSL color Cylindrical-coordinate representation of color #D850F0: hue angle of 291º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D850F0 is Cyan = 0.1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 80 | 240 | - |
| CMYK | 0.1 | 0.67 | 0 | 0.06 |
| HSL | 291º | 0.84% | 0.63% | - |
| HSV(B) | 291º | 0.67% | 0.94% | - |
| XYZ | 46.92 | 26.63 | 85.1 | - |
| YUV | 138.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 240 | 0.1 | 0.67 | 0 | 0.06 | 291 | 0.84 | 0.63 |
| Hex | D8 | 50 | F0 | A | 43 | 0 | 6 | 123 | 54 | 3F |
| Octal | 330 | 120 | 360 | 12 | 103 | 0 | 6 | 443 | 124 | 77 |
| Binary | 11011000 | 1010000 | 11110000 | 1010 | 1000011 | 0 | 110 | 100100011 | 1010100 | 111111 |
Color Harmonies of #D850F0
Complementary color
Monochromatic Colors of #D850F0
Black with #D850F0
Text Example
Text Example
White with #D850F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850F0; }
p { color: rgb(216,80,240); }
H1.HeaderClassName
{
color: #D850F0;
}
.AnyTagClassName
{
color: #D850F0;
}
</style>
background-color css
<style>
a { background-color: #D850F0; }
a { background-color: rgb(216,80,240); }
div.DivClassName
{
background-color: #D850F0;
}
.BgClassName
{
background-color: #D850F0;
}
</style>
border-color css
<style>
span { border-color: #D850F0; }
span { border-color: rgb(216,80,240); }
td.TdClassName
{
border-color: #D850F0;
}
.TagClassName
{
border-color: #D850F0;
}
</style>