Html Css Color HEX #D94ED3 Free Speech Magenta
📋 copy color: '#D94ED3'red 217 ◦ green 78 ◦ blue 211
Shades of Free Speech Magenta #D94ED3
Tints of Free Speech Magenta #D94ED3
RGB
CMYK
RGB Variations
Color information
#D94ED3 (or 0xD94ED3) is known color: Free Speech Magenta. HEX triplet: D9, 4E and D3. RGB value is (217,78,211). Sum of RGB (Red+Green+Blue) = 217+78+211=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D94ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94ED3 is #26B12C. Grayscale: #868686. Windows color (decimal): -2535725 or 13848281. OLE color: 13848281.
HSL color Cylindrical-coordinate representation of color #D94ED3: hue angle of 302.59º degrees, saturation: 0.65, 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 #D94ED3 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 211 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.15 |
| HSL | 302.59º | 0.65% | 0.58% | - |
| HSV(B) | 302.59º | 0.64% | 0.85% | - |
| XYZ | 43.1 | 24.9 | 64.16 | - |
| YUV | 134.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 211 | 0 | 0.64 | 0.03 | 0.15 | 302.59 | 0.65 | 0.58 |
| Hex | D9 | 4E | D3 | 0 | 40 | 3 | F | 12F | 41 | 3A |
| Octal | 331 | 116 | 323 | 0 | 100 | 3 | 17 | 457 | 101 | 72 |
| Binary | 11011001 | 1001110 | 11010011 | 0 | 1000000 | 11 | 1111 | 100101111 | 1000001 | 111010 |
Color Harmonies of #D94ED3
Complementary color
Monochromatic Colors of #D94ED3
Black with #D94ED3
Text Example
Text Example
White with #D94ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94ED3; }
p { color: rgb(217,78,211); }
H1.HeaderClassName
{
color: #D94ED3;
}
.AnyTagClassName
{
color: #D94ED3;
}
</style>
background-color css
<style>
a { background-color: #D94ED3; }
a { background-color: rgb(217,78,211); }
div.DivClassName
{
background-color: #D94ED3;
}
.BgClassName
{
background-color: #D94ED3;
}
</style>
border-color css
<style>
span { border-color: #D94ED3; }
span { border-color: rgb(217,78,211); }
td.TdClassName
{
border-color: #D94ED3;
}
.TagClassName
{
border-color: #D94ED3;
}
</style>