Html Css Color HEX #D94CDF Free Speech Magenta
📋 copy color: '#D94CDF'red 217 ◦ green 76 ◦ blue 223
Shades of Free Speech Magenta #D94CDF
Tints of Free Speech Magenta #D94CDF
RGB
CMYK
RGB Variations
Color information
#D94CDF (or 0xD94CDF) is known color: Free Speech Magenta. HEX triplet: D9, 4C and DF. RGB value is (217,76,223). Sum of RGB (Red+Green+Blue) = 217+76+223=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #D94CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CDF is #26B320. Grayscale: #868686. Windows color (decimal): -2536225 or 14634201. OLE color: 14634201.
HSL color Cylindrical-coordinate representation of color #D94CDF: hue angle of 297.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94CDF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 76 | 223 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.13 |
| HSL | 297.55º | 0.7% | 0.59% | - |
| HSV(B) | 297.55º | 0.66% | 0.87% | - |
| XYZ | 44.52 | 25.25 | 72.34 | - |
| YUV | 134.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 223 | 0.03 | 0.66 | 0 | 0.13 | 297.55 | 0.7 | 0.59 |
| Hex | D9 | 4C | DF | 3 | 42 | 0 | D | 12A | 46 | 3B |
| Octal | 331 | 114 | 337 | 3 | 102 | 0 | 15 | 452 | 106 | 73 |
| Binary | 11011001 | 1001100 | 11011111 | 11 | 1000010 | 0 | 1101 | 100101010 | 1000110 | 111011 |
Color Harmonies of #D94CDF
Complementary color
Monochromatic Colors of #D94CDF
Black with #D94CDF
Text Example
Text Example
White with #D94CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94CDF; }
p { color: rgb(217,76,223); }
H1.HeaderClassName
{
color: #D94CDF;
}
.AnyTagClassName
{
color: #D94CDF;
}
</style>
background-color css
<style>
a { background-color: #D94CDF; }
a { background-color: rgb(217,76,223); }
div.DivClassName
{
background-color: #D94CDF;
}
.BgClassName
{
background-color: #D94CDF;
}
</style>
border-color css
<style>
span { border-color: #D94CDF; }
span { border-color: rgb(217,76,223); }
td.TdClassName
{
border-color: #D94CDF;
}
.TagClassName
{
border-color: #D94CDF;
}
</style>