Html Css Color HEX #D95FDC Free Speech Magenta
📋 copy color: '#D95FDC'red 217 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #D95FDC
Tints of Free Speech Magenta #D95FDC
RGB
CMYK
RGB Variations
Color information
#D95FDC (or 0xD95FDC) is known color: Free Speech Magenta. HEX triplet: D9, 5F and DC. RGB value is (217,95,220). Sum of RGB (Red+Green+Blue) = 217+95+220=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #D95FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FDC is #26A023. Grayscale: #919191. Windows color (decimal): -2531364 or 14442457. OLE color: 14442457.
HSL color Cylindrical-coordinate representation of color #D95FDC: hue angle of 298.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95FDC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 95 | 220 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.14 |
| HSL | 298.56º | 0.64% | 0.62% | - |
| HSV(B) | 298.56º | 0.57% | 0.86% | - |
| XYZ | 45.63 | 28.1 | 70.73 | - |
| YUV | 145.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 95 | 220 | 0.01 | 0.57 | 0 | 0.14 | 298.56 | 0.64 | 0.62 |
| Hex | D9 | 5F | DC | 1 | 39 | 0 | E | 12B | 40 | 3E |
| Octal | 331 | 137 | 334 | 1 | 71 | 0 | 16 | 453 | 100 | 76 |
| Binary | 11011001 | 1011111 | 11011100 | 1 | 111001 | 0 | 1110 | 100101011 | 1000000 | 111110 |
Color Harmonies of #D95FDC
Complementary color
Monochromatic Colors of #D95FDC
Black with #D95FDC
Text Example
Text Example
White with #D95FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95FDC; }
p { color: rgb(217,95,220); }
H1.HeaderClassName
{
color: #D95FDC;
}
.AnyTagClassName
{
color: #D95FDC;
}
</style>
background-color css
<style>
a { background-color: #D95FDC; }
a { background-color: rgb(217,95,220); }
div.DivClassName
{
background-color: #D95FDC;
}
.BgClassName
{
background-color: #D95FDC;
}
</style>
border-color css
<style>
span { border-color: #D95FDC; }
span { border-color: rgb(217,95,220); }
td.TdClassName
{
border-color: #D95FDC;
}
.TagClassName
{
border-color: #D95FDC;
}
</style>