Html Css Color HEX #D956D1 Free Speech Magenta
📋 copy color: '#D956D1'red 217 ◦ green 86 ◦ blue 209
Shades of Free Speech Magenta #D956D1
Tints of Free Speech Magenta #D956D1
RGB
CMYK
RGB Variations
Color information
#D956D1 (or 0xD956D1) is known color: Free Speech Magenta. HEX triplet: D9, 56 and D1. RGB value is (217,86,209). Sum of RGB (Red+Green+Blue) = 217+86+209=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D956D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956D1 is #26A92E. Grayscale: #8A8A8A. Windows color (decimal): -2533679 or 13719257. OLE color: 13719257.
HSL color Cylindrical-coordinate representation of color #D956D1: hue angle of 303.66º 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 #D956D1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 209 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.15 |
| HSL | 303.66º | 0.63% | 0.59% | - |
| HSV(B) | 303.66º | 0.6% | 0.85% | - |
| XYZ | 43.45 | 26.01 | 63.05 | - |
| YUV | 139.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 209 | 0 | 0.60 | 0.04 | 0.15 | 303.66 | 0.63 | 0.59 |
| Hex | D9 | 56 | D1 | 0 | 3C | 4 | F | 130 | 3F | 3B |
| Octal | 331 | 126 | 321 | 0 | 74 | 4 | 17 | 460 | 77 | 73 |
| Binary | 11011001 | 1010110 | 11010001 | 0 | 111100 | 100 | 1111 | 100110000 | 111111 | 111011 |
Color Harmonies of #D956D1
Complementary color
Monochromatic Colors of #D956D1
Black with #D956D1
Text Example
Text Example
White with #D956D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D956D1; }
p { color: rgb(217,86,209); }
H1.HeaderClassName
{
color: #D956D1;
}
.AnyTagClassName
{
color: #D956D1;
}
</style>
background-color css
<style>
a { background-color: #D956D1; }
a { background-color: rgb(217,86,209); }
div.DivClassName
{
background-color: #D956D1;
}
.BgClassName
{
background-color: #D956D1;
}
</style>
border-color css
<style>
span { border-color: #D956D1; }
span { border-color: rgb(217,86,209); }
td.TdClassName
{
border-color: #D956D1;
}
.TagClassName
{
border-color: #D956D1;
}
</style>