Html Css Color HEX #D961DC Free Speech Magenta
📋 copy color: '#D961DC'red 217 ◦ green 97 ◦ blue 220
Shades of Free Speech Magenta #D961DC
Tints of Free Speech Magenta #D961DC
RGB
CMYK
RGB Variations
Color information
#D961DC (or 0xD961DC) is known color: Free Speech Magenta. HEX triplet: D9, 61 and DC. RGB value is (217,97,220). Sum of RGB (Red+Green+Blue) = 217+97+220=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D961DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961DC is #269E23. Grayscale: #929292. Windows color (decimal): -2530852 or 14442969. OLE color: 14442969.
HSL color Cylindrical-coordinate representation of color #D961DC: hue angle of 298.54º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D961DC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 97 | 220 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.14 |
| HSL | 298.54º | 0.64% | 0.62% | - |
| HSV(B) | 298.54º | 0.56% | 0.86% | - |
| XYZ | 45.81 | 28.47 | 70.79 | - |
| YUV | 146.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 220 | 0.01 | 0.56 | 0 | 0.14 | 298.54 | 0.64 | 0.62 |
| Hex | D9 | 61 | DC | 1 | 38 | 0 | E | 12B | 40 | 3E |
| Octal | 331 | 141 | 334 | 1 | 70 | 0 | 16 | 453 | 100 | 76 |
| Binary | 11011001 | 1100001 | 11011100 | 1 | 111000 | 0 | 1110 | 100101011 | 1000000 | 111110 |
Color Harmonies of #D961DC
Complementary color
Monochromatic Colors of #D961DC
Black with #D961DC
Text Example
Text Example
White with #D961DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961DC; }
p { color: rgb(217,97,220); }
H1.HeaderClassName
{
color: #D961DC;
}
.AnyTagClassName
{
color: #D961DC;
}
</style>
background-color css
<style>
a { background-color: #D961DC; }
a { background-color: rgb(217,97,220); }
div.DivClassName
{
background-color: #D961DC;
}
.BgClassName
{
background-color: #D961DC;
}
</style>
border-color css
<style>
span { border-color: #D961DC; }
span { border-color: rgb(217,97,220); }
td.TdClassName
{
border-color: #D961DC;
}
.TagClassName
{
border-color: #D961DC;
}
</style>