Html Css Color HEX #D949ED Free Speech Magenta
📋 copy color: '#D949ED'red 217 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #D949ED
Tints of Free Speech Magenta #D949ED
RGB
CMYK
RGB Variations
Color information
#D949ED (or 0xD949ED) is known color: Free Speech Magenta. HEX triplet: D9, 49 and ED. RGB value is (217,73,237). Sum of RGB (Red+Green+Blue) = 217+73+237=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #D949ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949ED is #26B612. Grayscale: #868686. Windows color (decimal): -2536979 or 15550937. OLE color: 15550937.
HSL color Cylindrical-coordinate representation of color #D949ED: hue angle of 292.68º degrees, saturation: 0.82, 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 #D949ED is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 73 | 237 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.07 |
| HSL | 292.68º | 0.82% | 0.61% | - |
| HSV(B) | 292.68º | 0.69% | 0.93% | - |
| XYZ | 46.28 | 25.63 | 82.63 | - |
| YUV | 134.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 237 | 0.08 | 0.69 | 0 | 0.07 | 292.68 | 0.82 | 0.61 |
| Hex | D9 | 49 | ED | 8 | 45 | 0 | 7 | 125 | 52 | 3D |
| Octal | 331 | 111 | 355 | 10 | 105 | 0 | 7 | 445 | 122 | 75 |
| Binary | 11011001 | 1001001 | 11101101 | 1000 | 1000101 | 0 | 111 | 100100101 | 1010010 | 111101 |
Color Harmonies of #D949ED
Complementary color
Monochromatic Colors of #D949ED
Black with #D949ED
Text Example
Text Example
White with #D949ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949ED; }
p { color: rgb(217,73,237); }
H1.HeaderClassName
{
color: #D949ED;
}
.AnyTagClassName
{
color: #D949ED;
}
</style>
background-color css
<style>
a { background-color: #D949ED; }
a { background-color: rgb(217,73,237); }
div.DivClassName
{
background-color: #D949ED;
}
.BgClassName
{
background-color: #D949ED;
}
</style>
border-color css
<style>
span { border-color: #D949ED; }
span { border-color: rgb(217,73,237); }
td.TdClassName
{
border-color: #D949ED;
}
.TagClassName
{
border-color: #D949ED;
}
</style>