Html Css Color HEX #D949CF Free Speech Magenta
📋 copy color: '#D949CF'red 217 ◦ green 73 ◦ blue 207
Shades of Free Speech Magenta #D949CF
Tints of Free Speech Magenta #D949CF
RGB
CMYK
RGB Variations
Color information
#D949CF (or 0xD949CF) is known color: Free Speech Magenta. HEX triplet: D9, 49 and CF. RGB value is (217,73,207). Sum of RGB (Red+Green+Blue) = 217+73+207=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D949CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949CF is #26B630. Grayscale: #828282. Windows color (decimal): -2537009 or 13584857. OLE color: 13584857.
HSL color Cylindrical-coordinate representation of color #D949CF: hue angle of 304.17º 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 #D949CF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 207 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.15 |
| HSL | 304.17º | 0.65% | 0.57% | - |
| HSV(B) | 304.17º | 0.66% | 0.85% | - |
| XYZ | 42.26 | 24.02 | 61.44 | - |
| YUV | 131.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 207 | 0 | 0.66 | 0.05 | 0.15 | 304.17 | 0.65 | 0.57 |
| Hex | D9 | 49 | CF | 0 | 42 | 5 | F | 130 | 41 | 39 |
| Octal | 331 | 111 | 317 | 0 | 102 | 5 | 17 | 460 | 101 | 71 |
| Binary | 11011001 | 1001001 | 11001111 | 0 | 1000010 | 101 | 1111 | 100110000 | 1000001 | 111001 |
Color Harmonies of #D949CF
Complementary color
Monochromatic Colors of #D949CF
Black with #D949CF
Text Example
Text Example
White with #D949CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949CF; }
p { color: rgb(217,73,207); }
H1.HeaderClassName
{
color: #D949CF;
}
.AnyTagClassName
{
color: #D949CF;
}
</style>
background-color css
<style>
a { background-color: #D949CF; }
a { background-color: rgb(217,73,207); }
div.DivClassName
{
background-color: #D949CF;
}
.BgClassName
{
background-color: #D949CF;
}
</style>
border-color css
<style>
span { border-color: #D949CF; }
span { border-color: rgb(217,73,207); }
td.TdClassName
{
border-color: #D949CF;
}
.TagClassName
{
border-color: #D949CF;
}
</style>