Html Css Color HEX #D949D0 Free Speech Magenta
📋 copy color: '#D949D0'red 217 ◦ green 73 ◦ blue 208
Shades of Free Speech Magenta #D949D0
Tints of Free Speech Magenta #D949D0
RGB
CMYK
RGB Variations
Color information
#D949D0 (or 0xD949D0) is known color: Free Speech Magenta. HEX triplet: D9, 49 and D0. RGB value is (217,73,208). Sum of RGB (Red+Green+Blue) = 217+73+208=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D949D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949D0 is #26B62F. Grayscale: #838383. Windows color (decimal): -2537008 or 13650393. OLE color: 13650393.
HSL color Cylindrical-coordinate representation of color #D949D0: hue angle of 303.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949D0 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 208 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.15 |
| HSL | 303.75º | 0.65% | 0.57% | - |
| HSV(B) | 303.75º | 0.66% | 0.85% | - |
| XYZ | 42.38 | 24.07 | 62.09 | - |
| YUV | 131.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 208 | 0 | 0.66 | 0.04 | 0.15 | 303.75 | 0.65 | 0.57 |
| Hex | D9 | 49 | D0 | 0 | 42 | 4 | F | 130 | 41 | 39 |
| Octal | 331 | 111 | 320 | 0 | 102 | 4 | 17 | 460 | 101 | 71 |
| Binary | 11011001 | 1001001 | 11010000 | 0 | 1000010 | 100 | 1111 | 100110000 | 1000001 | 111001 |
Color Harmonies of #D949D0
Complementary color
Monochromatic Colors of #D949D0
Black with #D949D0
Text Example
Text Example
White with #D949D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949D0; }
p { color: rgb(217,73,208); }
H1.HeaderClassName
{
color: #D949D0;
}
.AnyTagClassName
{
color: #D949D0;
}
</style>
background-color css
<style>
a { background-color: #D949D0; }
a { background-color: rgb(217,73,208); }
div.DivClassName
{
background-color: #D949D0;
}
.BgClassName
{
background-color: #D949D0;
}
</style>
border-color css
<style>
span { border-color: #D949D0; }
span { border-color: rgb(217,73,208); }
td.TdClassName
{
border-color: #D949D0;
}
.TagClassName
{
border-color: #D949D0;
}
</style>