Html Css Color HEX #D94DC4 Free Speech Magenta
📋 copy color: '#D94DC4'red 217 ◦ green 77 ◦ blue 196
Shades of Free Speech Magenta #D94DC4
Tints of Free Speech Magenta #D94DC4
RGB
CMYK
RGB Variations
Color information
#D94DC4 (or 0xD94DC4) is known color: Free Speech Magenta. HEX triplet: D9, 4D and C4. RGB value is (217,77,196). Sum of RGB (Red+Green+Blue) = 217+77+196=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DC4 is #26B23B. Grayscale: #848484. Windows color (decimal): -2535996 or 12864985. OLE color: 12864985.
HSL color Cylindrical-coordinate representation of color #D94DC4: hue angle of 309º 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 #D94DC4 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 196 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.15 |
| HSL | 309º | 0.65% | 0.58% | - |
| HSV(B) | 309º | 0.65% | 0.85% | - |
| XYZ | 41.23 | 24.04 | 54.69 | - |
| YUV | 132.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 196 | 0 | 0.65 | 0.10 | 0.15 | 309 | 0.65 | 0.58 |
| Hex | D9 | 4D | C4 | 0 | 41 | A | F | 135 | 41 | 3A |
| Octal | 331 | 115 | 304 | 0 | 101 | 12 | 17 | 465 | 101 | 72 |
| Binary | 11011001 | 1001101 | 11000100 | 0 | 1000001 | 1010 | 1111 | 100110101 | 1000001 | 111010 |
Color Harmonies of #D94DC4
Complementary color
Monochromatic Colors of #D94DC4
Black with #D94DC4
Text Example
Text Example
White with #D94DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DC4; }
p { color: rgb(217,77,196); }
H1.HeaderClassName
{
color: #D94DC4;
}
.AnyTagClassName
{
color: #D94DC4;
}
</style>
background-color css
<style>
a { background-color: #D94DC4; }
a { background-color: rgb(217,77,196); }
div.DivClassName
{
background-color: #D94DC4;
}
.BgClassName
{
background-color: #D94DC4;
}
</style>
border-color css
<style>
span { border-color: #D94DC4; }
span { border-color: rgb(217,77,196); }
td.TdClassName
{
border-color: #D94DC4;
}
.TagClassName
{
border-color: #D94DC4;
}
</style>