Html Css Color HEX #D949DC Free Speech Magenta
📋 copy color: '#D949DC'red 217 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #D949DC
Tints of Free Speech Magenta #D949DC
RGB
CMYK
RGB Variations
Color information
#D949DC (or 0xD949DC) is known color: Free Speech Magenta. HEX triplet: D9, 49 and DC. RGB value is (217,73,220). Sum of RGB (Red+Green+Blue) = 217+73+220=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #D949DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949DC is #26B623. Grayscale: #848484. Windows color (decimal): -2536996 or 14436825. OLE color: 14436825.
HSL color Cylindrical-coordinate representation of color #D949DC: hue angle of 298.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D949DC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 73 | 220 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.14 |
| HSL | 298.78º | 0.68% | 0.57% | - |
| HSV(B) | 298.78º | 0.67% | 0.86% | - |
| XYZ | 43.92 | 24.68 | 70.16 | - |
| YUV | 132.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 220 | 0.01 | 0.67 | 0 | 0.14 | 298.78 | 0.68 | 0.57 |
| Hex | D9 | 49 | DC | 1 | 43 | 0 | E | 12B | 44 | 39 |
| Octal | 331 | 111 | 334 | 1 | 103 | 0 | 16 | 453 | 104 | 71 |
| Binary | 11011001 | 1001001 | 11011100 | 1 | 1000011 | 0 | 1110 | 100101011 | 1000100 | 111001 |
Color Harmonies of #D949DC
Complementary color
Monochromatic Colors of #D949DC
Black with #D949DC
Text Example
Text Example
White with #D949DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949DC; }
p { color: rgb(217,73,220); }
H1.HeaderClassName
{
color: #D949DC;
}
.AnyTagClassName
{
color: #D949DC;
}
</style>
background-color css
<style>
a { background-color: #D949DC; }
a { background-color: rgb(217,73,220); }
div.DivClassName
{
background-color: #D949DC;
}
.BgClassName
{
background-color: #D949DC;
}
</style>
border-color css
<style>
span { border-color: #D949DC; }
span { border-color: rgb(217,73,220); }
td.TdClassName
{
border-color: #D949DC;
}
.TagClassName
{
border-color: #D949DC;
}
</style>