Html Css Color HEX #D947EC Free Speech Magenta
📋 copy color: '#D947EC'red 217 ◦ green 71 ◦ blue 236
Shades of Free Speech Magenta #D947EC
Tints of Free Speech Magenta #D947EC
RGB
CMYK
RGB Variations
Color information
#D947EC (or 0xD947EC) is known color: Free Speech Magenta. HEX triplet: D9, 47 and EC. RGB value is (217,71,236). Sum of RGB (Red+Green+Blue) = 217+71+236=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 71 (28.12% from 255 or 13.55% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #D947EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D947EC is #26B813. Grayscale: #848484. Windows color (decimal): -2537492 or 15484889. OLE color: 15484889.
HSL color Cylindrical-coordinate representation of color #D947EC: hue angle of 293.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D947EC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 71 | 236 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.07 |
| HSL | 293.09º | 0.81% | 0.6% | - |
| HSV(B) | 293.09º | 0.7% | 0.93% | - |
| XYZ | 46.01 | 25.31 | 81.82 | - |
| YUV | 133.46 | 185.87 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 236 | 0.08 | 0.70 | 0 | 0.07 | 293.09 | 0.81 | 0.6 |
| Hex | D9 | 47 | EC | 8 | 46 | 0 | 7 | 125 | 51 | 3C |
| Octal | 331 | 107 | 354 | 10 | 106 | 0 | 7 | 445 | 121 | 74 |
| Binary | 11011001 | 1000111 | 11101100 | 1000 | 1000110 | 0 | 111 | 100100101 | 1010001 | 111100 |
Color Harmonies of #D947EC
Complementary color
Monochromatic Colors of #D947EC
Black with #D947EC
Text Example
Text Example
White with #D947EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947EC; }
p { color: rgb(217,71,236); }
H1.HeaderClassName
{
color: #D947EC;
}
.AnyTagClassName
{
color: #D947EC;
}
</style>
background-color css
<style>
a { background-color: #D947EC; }
a { background-color: rgb(217,71,236); }
div.DivClassName
{
background-color: #D947EC;
}
.BgClassName
{
background-color: #D947EC;
}
</style>
border-color css
<style>
span { border-color: #D947EC; }
span { border-color: rgb(217,71,236); }
td.TdClassName
{
border-color: #D947EC;
}
.TagClassName
{
border-color: #D947EC;
}
</style>