Html Css Color HEX #D951EC Free Speech Magenta
📋 copy color: '#D951EC'red 217 ◦ green 81 ◦ blue 236
Shades of Free Speech Magenta #D951EC
Tints of Free Speech Magenta #D951EC
RGB
CMYK
RGB Variations
Color information
#D951EC (or 0xD951EC) is known color: Free Speech Magenta. HEX triplet: D9, 51 and EC. RGB value is (217,81,236). Sum of RGB (Red+Green+Blue) = 217+81+236=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #D951EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D951EC is #26AE13. Grayscale: #8A8A8A. Windows color (decimal): -2534932 or 15487449. OLE color: 15487449.
HSL color Cylindrical-coordinate representation of color #D951EC: hue angle of 292.65º degrees, saturation: 0.8, 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 #D951EC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 81 | 236 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.07 |
| HSL | 292.65º | 0.8% | 0.62% | - |
| HSV(B) | 292.65º | 0.66% | 0.93% | - |
| XYZ | 46.7 | 26.69 | 82.05 | - |
| YUV | 139.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 236 | 0.08 | 0.66 | 0 | 0.07 | 292.65 | 0.8 | 0.62 |
| Hex | D9 | 51 | EC | 8 | 42 | 0 | 7 | 125 | 50 | 3E |
| Octal | 331 | 121 | 354 | 10 | 102 | 0 | 7 | 445 | 120 | 76 |
| Binary | 11011001 | 1010001 | 11101100 | 1000 | 1000010 | 0 | 111 | 100100101 | 1010000 | 111110 |
Color Harmonies of #D951EC
Complementary color
Monochromatic Colors of #D951EC
Black with #D951EC
Text Example
Text Example
White with #D951EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951EC; }
p { color: rgb(217,81,236); }
H1.HeaderClassName
{
color: #D951EC;
}
.AnyTagClassName
{
color: #D951EC;
}
</style>
background-color css
<style>
a { background-color: #D951EC; }
a { background-color: rgb(217,81,236); }
div.DivClassName
{
background-color: #D951EC;
}
.BgClassName
{
background-color: #D951EC;
}
</style>
border-color css
<style>
span { border-color: #D951EC; }
span { border-color: rgb(217,81,236); }
td.TdClassName
{
border-color: #D951EC;
}
.TagClassName
{
border-color: #D951EC;
}
</style>