Html Css Color HEX #D949EF Free Speech Magenta
📋 copy color: '#D949EF'red 217 ◦ green 73 ◦ blue 239
Shades of Free Speech Magenta #D949EF
Tints of Free Speech Magenta #D949EF
RGB
CMYK
RGB Variations
Color information
#D949EF (or 0xD949EF) is known color: Free Speech Magenta. HEX triplet: D9, 49 and EF. RGB value is (217,73,239). Sum of RGB (Red+Green+Blue) = 217+73+239=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #D949EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949EF is #26B610. Grayscale: #868686. Windows color (decimal): -2536977 or 15682009. OLE color: 15682009.
HSL color Cylindrical-coordinate representation of color #D949EF: hue angle of 292.05º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D949EF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 73 | 239 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.06 |
| HSL | 292.05º | 0.84% | 0.61% | - |
| HSV(B) | 292.05º | 0.69% | 0.94% | - |
| XYZ | 46.58 | 25.75 | 84.18 | - |
| YUV | 134.98 | 186.71 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 239 | 0.09 | 0.69 | 0 | 0.06 | 292.05 | 0.84 | 0.61 |
| Hex | D9 | 49 | EF | 9 | 45 | 0 | 6 | 124 | 54 | 3D |
| Octal | 331 | 111 | 357 | 11 | 105 | 0 | 6 | 444 | 124 | 75 |
| Binary | 11011001 | 1001001 | 11101111 | 1001 | 1000101 | 0 | 110 | 100100100 | 1010100 | 111101 |
Color Harmonies of #D949EF
Complementary color
Monochromatic Colors of #D949EF
Black with #D949EF
Text Example
Text Example
White with #D949EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949EF; }
p { color: rgb(217,73,239); }
H1.HeaderClassName
{
color: #D949EF;
}
.AnyTagClassName
{
color: #D949EF;
}
</style>
background-color css
<style>
a { background-color: #D949EF; }
a { background-color: rgb(217,73,239); }
div.DivClassName
{
background-color: #D949EF;
}
.BgClassName
{
background-color: #D949EF;
}
</style>
border-color css
<style>
span { border-color: #D949EF; }
span { border-color: rgb(217,73,239); }
td.TdClassName
{
border-color: #D949EF;
}
.TagClassName
{
border-color: #D949EF;
}
</style>