Html Css Color HEX #D94FDF Free Speech Magenta
📋 copy color: '#D94FDF'red 217 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #D94FDF
Tints of Free Speech Magenta #D94FDF
RGB
CMYK
RGB Variations
Color information
#D94FDF (or 0xD94FDF) is known color: Free Speech Magenta. HEX triplet: D9, 4F and DF. RGB value is (217,79,223). Sum of RGB (Red+Green+Blue) = 217+79+223=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #D94FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94FDF is #26B020. Grayscale: #888888. Windows color (decimal): -2535457 or 14634969. OLE color: 14634969.
HSL color Cylindrical-coordinate representation of color #D94FDF: hue angle of 297.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94FDF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 79 | 223 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.13 |
| HSL | 297.5º | 0.69% | 0.59% | - |
| HSV(B) | 297.5º | 0.65% | 0.87% | - |
| XYZ | 44.73 | 25.67 | 72.41 | - |
| YUV | 136.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 223 | 0.03 | 0.65 | 0 | 0.13 | 297.5 | 0.69 | 0.59 |
| Hex | D9 | 4F | DF | 3 | 41 | 0 | D | 12A | 45 | 3B |
| Octal | 331 | 117 | 337 | 3 | 101 | 0 | 15 | 452 | 105 | 73 |
| Binary | 11011001 | 1001111 | 11011111 | 11 | 1000001 | 0 | 1101 | 100101010 | 1000101 | 111011 |
Color Harmonies of #D94FDF
Complementary color
Monochromatic Colors of #D94FDF
Black with #D94FDF
Text Example
Text Example
White with #D94FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FDF; }
p { color: rgb(217,79,223); }
H1.HeaderClassName
{
color: #D94FDF;
}
.AnyTagClassName
{
color: #D94FDF;
}
</style>
background-color css
<style>
a { background-color: #D94FDF; }
a { background-color: rgb(217,79,223); }
div.DivClassName
{
background-color: #D94FDF;
}
.BgClassName
{
background-color: #D94FDF;
}
</style>
border-color css
<style>
span { border-color: #D94FDF; }
span { border-color: rgb(217,79,223); }
td.TdClassName
{
border-color: #D94FDF;
}
.TagClassName
{
border-color: #D94FDF;
}
</style>