Html Css Color HEX #D851ED Free Speech Magenta
📋 copy color: '#D851ED'red 216 ◦ green 81 ◦ blue 237
Shades of Free Speech Magenta #D851ED
Tints of Free Speech Magenta #D851ED
RGB
CMYK
RGB Variations
Color information
#D851ED (or 0xD851ED) is known color: Free Speech Magenta. HEX triplet: D8, 51 and ED. RGB value is (216,81,237). Sum of RGB (Red+Green+Blue) = 216+81+237=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #D851ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D851ED is #27AE12. Grayscale: #8A8A8A. Windows color (decimal): -2600467 or 15552984. OLE color: 15552984.
HSL color Cylindrical-coordinate representation of color #D851ED: hue angle of 291.92º degrees, saturation: 0.81, 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 #D851ED is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 81 | 237 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.07 |
| HSL | 291.92º | 0.81% | 0.62% | - |
| HSV(B) | 291.92º | 0.66% | 0.93% | - |
| XYZ | 46.55 | 26.6 | 82.8 | - |
| YUV | 139.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 237 | 0.09 | 0.66 | 0 | 0.07 | 291.92 | 0.81 | 0.62 |
| Hex | D8 | 51 | ED | 9 | 42 | 0 | 7 | 124 | 51 | 3E |
| Octal | 330 | 121 | 355 | 11 | 102 | 0 | 7 | 444 | 121 | 76 |
| Binary | 11011000 | 1010001 | 11101101 | 1001 | 1000010 | 0 | 111 | 100100100 | 1010001 | 111110 |
Color Harmonies of #D851ED
Complementary color
Monochromatic Colors of #D851ED
Black with #D851ED
Text Example
Text Example
White with #D851ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851ED; }
p { color: rgb(216,81,237); }
H1.HeaderClassName
{
color: #D851ED;
}
.AnyTagClassName
{
color: #D851ED;
}
</style>
background-color css
<style>
a { background-color: #D851ED; }
a { background-color: rgb(216,81,237); }
div.DivClassName
{
background-color: #D851ED;
}
.BgClassName
{
background-color: #D851ED;
}
</style>
border-color css
<style>
span { border-color: #D851ED; }
span { border-color: rgb(216,81,237); }
td.TdClassName
{
border-color: #D851ED;
}
.TagClassName
{
border-color: #D851ED;
}
</style>