Html Css Color HEX #D949EE Free Speech Magenta
📋 copy color: '#D949EE'red 217 ◦ green 73 ◦ blue 238
Shades of Free Speech Magenta #D949EE
Tints of Free Speech Magenta #D949EE
RGB
CMYK
RGB Variations
Color information
#D949EE (or 0xD949EE) is known color: Free Speech Magenta. HEX triplet: D9, 49 and EE. RGB value is (217,73,238). Sum of RGB (Red+Green+Blue) = 217+73+238=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #D949EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949EE is #26B611. Grayscale: #868686. Windows color (decimal): -2536978 or 15616473. OLE color: 15616473.
HSL color Cylindrical-coordinate representation of color #D949EE: hue angle of 292.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D949EE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 73 | 238 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.07 |
| HSL | 292.36º | 0.83% | 0.61% | - |
| HSV(B) | 292.36º | 0.69% | 0.93% | - |
| XYZ | 46.43 | 25.69 | 83.4 | - |
| YUV | 134.87 | 186.21 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 238 | 0.09 | 0.69 | 0 | 0.07 | 292.36 | 0.83 | 0.61 |
| Hex | D9 | 49 | EE | 9 | 45 | 0 | 7 | 124 | 53 | 3D |
| Octal | 331 | 111 | 356 | 11 | 105 | 0 | 7 | 444 | 123 | 75 |
| Binary | 11011001 | 1001001 | 11101110 | 1001 | 1000101 | 0 | 111 | 100100100 | 1010011 | 111101 |
Color Harmonies of #D949EE
Complementary color
Monochromatic Colors of #D949EE
Black with #D949EE
Text Example
Text Example
White with #D949EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949EE; }
p { color: rgb(217,73,238); }
H1.HeaderClassName
{
color: #D949EE;
}
.AnyTagClassName
{
color: #D949EE;
}
</style>
background-color css
<style>
a { background-color: #D949EE; }
a { background-color: rgb(217,73,238); }
div.DivClassName
{
background-color: #D949EE;
}
.BgClassName
{
background-color: #D949EE;
}
</style>
border-color css
<style>
span { border-color: #D949EE; }
span { border-color: rgb(217,73,238); }
td.TdClassName
{
border-color: #D949EE;
}
.TagClassName
{
border-color: #D949EE;
}
</style>