Html Css Color HEX #D94DC9 Free Speech Magenta
📋 copy color: '#D94DC9'red 217 ◦ green 77 ◦ blue 201
Shades of Free Speech Magenta #D94DC9
Tints of Free Speech Magenta #D94DC9
RGB
CMYK
RGB Variations
Color information
#D94DC9 (or 0xD94DC9) is known color: Free Speech Magenta. HEX triplet: D9, 4D and C9. RGB value is (217,77,201). Sum of RGB (Red+Green+Blue) = 217+77+201=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DC9 is #26B236. Grayscale: #848484. Windows color (decimal): -2535991 or 13192665. OLE color: 13192665.
HSL color Cylindrical-coordinate representation of color #D94DC9: hue angle of 306.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94DC9 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 201 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.15 |
| HSL | 306.86º | 0.65% | 0.58% | - |
| HSV(B) | 306.86º | 0.65% | 0.85% | - |
| XYZ | 41.81 | 24.28 | 57.74 | - |
| YUV | 133 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 201 | 0 | 0.65 | 0.07 | 0.15 | 306.86 | 0.65 | 0.58 |
| Hex | D9 | 4D | C9 | 0 | 41 | 7 | F | 133 | 41 | 3A |
| Octal | 331 | 115 | 311 | 0 | 101 | 7 | 17 | 463 | 101 | 72 |
| Binary | 11011001 | 1001101 | 11001001 | 0 | 1000001 | 111 | 1111 | 100110011 | 1000001 | 111010 |
Color Harmonies of #D94DC9
Complementary color
Monochromatic Colors of #D94DC9
Black with #D94DC9
Text Example
Text Example
White with #D94DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DC9; }
p { color: rgb(217,77,201); }
H1.HeaderClassName
{
color: #D94DC9;
}
.AnyTagClassName
{
color: #D94DC9;
}
</style>
background-color css
<style>
a { background-color: #D94DC9; }
a { background-color: rgb(217,77,201); }
div.DivClassName
{
background-color: #D94DC9;
}
.BgClassName
{
background-color: #D94DC9;
}
</style>
border-color css
<style>
span { border-color: #D94DC9; }
span { border-color: rgb(217,77,201); }
td.TdClassName
{
border-color: #D94DC9;
}
.TagClassName
{
border-color: #D94DC9;
}
</style>