Html Css Color HEX #D94FCC Free Speech Magenta
📋 copy color: '#D94FCC'red 217 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #D94FCC
Tints of Free Speech Magenta #D94FCC
RGB
CMYK
RGB Variations
Color information
#D94FCC (or 0xD94FCC) is known color: Free Speech Magenta. HEX triplet: D9, 4F and CC. RGB value is (217,79,204). Sum of RGB (Red+Green+Blue) = 217+79+204=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94FCC is #26B033. Grayscale: #868686. Windows color (decimal): -2535476 or 13389785. OLE color: 13389785.
HSL color Cylindrical-coordinate representation of color #D94FCC: hue angle of 305.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94FCC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 204 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.15 |
| HSL | 305.65º | 0.64% | 0.58% | - |
| HSV(B) | 305.65º | 0.64% | 0.85% | - |
| XYZ | 42.31 | 24.7 | 59.66 | - |
| YUV | 134.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 204 | 0 | 0.64 | 0.06 | 0.15 | 305.65 | 0.64 | 0.58 |
| Hex | D9 | 4F | CC | 0 | 40 | 6 | F | 132 | 40 | 3A |
| Octal | 331 | 117 | 314 | 0 | 100 | 6 | 17 | 462 | 100 | 72 |
| Binary | 11011001 | 1001111 | 11001100 | 0 | 1000000 | 110 | 1111 | 100110010 | 1000000 | 111010 |
Color Harmonies of #D94FCC
Complementary color
Monochromatic Colors of #D94FCC
Black with #D94FCC
Text Example
Text Example
White with #D94FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FCC; }
p { color: rgb(217,79,204); }
H1.HeaderClassName
{
color: #D94FCC;
}
.AnyTagClassName
{
color: #D94FCC;
}
</style>
background-color css
<style>
a { background-color: #D94FCC; }
a { background-color: rgb(217,79,204); }
div.DivClassName
{
background-color: #D94FCC;
}
.BgClassName
{
background-color: #D94FCC;
}
</style>
border-color css
<style>
span { border-color: #D94FCC; }
span { border-color: rgb(217,79,204); }
td.TdClassName
{
border-color: #D94FCC;
}
.TagClassName
{
border-color: #D94FCC;
}
</style>