Html Css Color HEX #D850EE Free Speech Magenta
📋 copy color: '#D850EE'red 216 ◦ green 80 ◦ blue 238
Shades of Free Speech Magenta #D850EE
Tints of Free Speech Magenta #D850EE
RGB
CMYK
RGB Variations
Color information
#D850EE (or 0xD850EE) is known color: Free Speech Magenta. HEX triplet: D8, 50 and EE. RGB value is (216,80,238). Sum of RGB (Red+Green+Blue) = 216+80+238=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #D850EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D850EE is #27AF11. Grayscale: #8A8A8A. Windows color (decimal): -2600722 or 15618264. OLE color: 15618264.
HSL color Cylindrical-coordinate representation of color #D850EE: hue angle of 291.65º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D850EE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 80 | 238 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.07 |
| HSL | 291.65º | 0.82% | 0.62% | - |
| HSV(B) | 291.65º | 0.66% | 0.93% | - |
| XYZ | 46.62 | 26.51 | 83.55 | - |
| YUV | 138.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 238 | 0.09 | 0.66 | 0 | 0.07 | 291.65 | 0.82 | 0.62 |
| Hex | D8 | 50 | EE | 9 | 42 | 0 | 7 | 124 | 52 | 3E |
| Octal | 330 | 120 | 356 | 11 | 102 | 0 | 7 | 444 | 122 | 76 |
| Binary | 11011000 | 1010000 | 11101110 | 1001 | 1000010 | 0 | 111 | 100100100 | 1010010 | 111110 |
Color Harmonies of #D850EE
Complementary color
Monochromatic Colors of #D850EE
Black with #D850EE
Text Example
Text Example
White with #D850EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850EE; }
p { color: rgb(216,80,238); }
H1.HeaderClassName
{
color: #D850EE;
}
.AnyTagClassName
{
color: #D850EE;
}
</style>
background-color css
<style>
a { background-color: #D850EE; }
a { background-color: rgb(216,80,238); }
div.DivClassName
{
background-color: #D850EE;
}
.BgClassName
{
background-color: #D850EE;
}
</style>
border-color css
<style>
span { border-color: #D850EE; }
span { border-color: rgb(216,80,238); }
td.TdClassName
{
border-color: #D850EE;
}
.TagClassName
{
border-color: #D850EE;
}
</style>