Html Css Color HEX #D956C0 Free Speech Magenta
📋 copy color: '#D956C0'red 217 ◦ green 86 ◦ blue 192
Shades of Free Speech Magenta #D956C0
Tints of Free Speech Magenta #D956C0
RGB
CMYK
RGB Variations
Color information
#D956C0 (or 0xD956C0) is known color: Free Speech Magenta. HEX triplet: D9, 56 and C0. RGB value is (217,86,192). Sum of RGB (Red+Green+Blue) = 217+86+192=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D956C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956C0 is #26A93F. Grayscale: #888888. Windows color (decimal): -2533696 or 12605145. OLE color: 12605145.
HSL color Cylindrical-coordinate representation of color #D956C0: hue angle of 311.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D956C0 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 192 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.15 |
| HSL | 311.45º | 0.63% | 0.59% | - |
| HSV(B) | 311.45º | 0.6% | 0.85% | - |
| XYZ | 41.46 | 25.21 | 52.55 | - |
| YUV | 137.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 192 | 0 | 0.60 | 0.12 | 0.15 | 311.45 | 0.63 | 0.59 |
| Hex | D9 | 56 | C0 | 0 | 3C | C | F | 137 | 3F | 3B |
| Octal | 331 | 126 | 300 | 0 | 74 | 14 | 17 | 467 | 77 | 73 |
| Binary | 11011001 | 1010110 | 11000000 | 0 | 111100 | 1100 | 1111 | 100110111 | 111111 | 111011 |
Color Harmonies of #D956C0
Complementary color
Monochromatic Colors of #D956C0
Black with #D956C0
Text Example
Text Example
White with #D956C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D956C0; }
p { color: rgb(217,86,192); }
H1.HeaderClassName
{
color: #D956C0;
}
.AnyTagClassName
{
color: #D956C0;
}
</style>
background-color css
<style>
a { background-color: #D956C0; }
a { background-color: rgb(217,86,192); }
div.DivClassName
{
background-color: #D956C0;
}
.BgClassName
{
background-color: #D956C0;
}
</style>
border-color css
<style>
span { border-color: #D956C0; }
span { border-color: rgb(217,86,192); }
td.TdClassName
{
border-color: #D956C0;
}
.TagClassName
{
border-color: #D956C0;
}
</style>