Html Css Color HEX #D756D5 Free Speech Magenta
📋 copy color: '#D756D5'red 215 ◦ green 86 ◦ blue 213
Shades of Free Speech Magenta #D756D5
Tints of Free Speech Magenta #D756D5
RGB
CMYK
RGB Variations
Color information
#D756D5 (or 0xD756D5) is known color: Free Speech Magenta. HEX triplet: D7, 56 and D5. RGB value is (215,86,213). Sum of RGB (Red+Green+Blue) = 215+86+213=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D756D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756D5 is #28A92A. Grayscale: #8A8A8A. Windows color (decimal): -2664747 or 13981399. OLE color: 13981399.
HSL color Cylindrical-coordinate representation of color #D756D5: hue angle of 300.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D756D5 is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 213 | - |
| CMYK | 0 | 0.6 | 0.01 | 0.16 |
| HSL | 300.93º | 0.62% | 0.59% | - |
| HSV(B) | 300.93º | 0.6% | 0.84% | - |
| XYZ | 43.36 | 25.91 | 65.67 | - |
| YUV | 139.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 213 | 0 | 0.6 | 0.01 | 0.16 | 300.93 | 0.62 | 0.59 |
| Hex | D7 | 56 | D5 | 0 | 3C | 1 | 10 | 12D | 3E | 3B |
| Octal | 327 | 126 | 325 | 0 | 74 | 1 | 20 | 455 | 76 | 73 |
| Binary | 11010111 | 1010110 | 11010101 | 0 | 111100 | 1 | 10000 | 100101101 | 111110 | 111011 |
Color Harmonies of #D756D5
Complementary color
Monochromatic Colors of #D756D5
Black with #D756D5
Text Example
Text Example
White with #D756D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756D5; }
p { color: rgb(215,86,213); }
H1.HeaderClassName
{
color: #D756D5;
}
.AnyTagClassName
{
color: #D756D5;
}
</style>
background-color css
<style>
a { background-color: #D756D5; }
a { background-color: rgb(215,86,213); }
div.DivClassName
{
background-color: #D756D5;
}
.BgClassName
{
background-color: #D756D5;
}
</style>
border-color css
<style>
span { border-color: #D756D5; }
span { border-color: rgb(215,86,213); }
td.TdClassName
{
border-color: #D756D5;
}
.TagClassName
{
border-color: #D756D5;
}
</style>