Html Css Color HEX #D756C9 Free Speech Magenta
📋 copy color: '#D756C9'red 215 ◦ green 86 ◦ blue 201
Shades of Free Speech Magenta #D756C9
Tints of Free Speech Magenta #D756C9
RGB
CMYK
RGB Variations
Color information
#D756C9 (or 0xD756C9) is known color: Free Speech Magenta. HEX triplet: D7, 56 and C9. RGB value is (215,86,201). Sum of RGB (Red+Green+Blue) = 215+86+201=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D756C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756C9 is #28A936. Grayscale: #898989. Windows color (decimal): -2664759 or 13194967. OLE color: 13194967.
HSL color Cylindrical-coordinate representation of color #D756C9: hue angle of 306.51º 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 #D756C9 is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 201 | - |
| CMYK | 0 | 0.6 | 0.07 | 0.16 |
| HSL | 306.51º | 0.62% | 0.59% | - |
| HSV(B) | 306.51º | 0.6% | 0.84% | - |
| XYZ | 41.89 | 25.32 | 57.94 | - |
| YUV | 137.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 201 | 0 | 0.6 | 0.07 | 0.16 | 306.51 | 0.62 | 0.59 |
| Hex | D7 | 56 | C9 | 0 | 3C | 7 | 10 | 133 | 3E | 3B |
| Octal | 327 | 126 | 311 | 0 | 74 | 7 | 20 | 463 | 76 | 73 |
| Binary | 11010111 | 1010110 | 11001001 | 0 | 111100 | 111 | 10000 | 100110011 | 111110 | 111011 |
Color Harmonies of #D756C9
Complementary color
Monochromatic Colors of #D756C9
Black with #D756C9
Text Example
Text Example
White with #D756C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756C9; }
p { color: rgb(215,86,201); }
H1.HeaderClassName
{
color: #D756C9;
}
.AnyTagClassName
{
color: #D756C9;
}
</style>
background-color css
<style>
a { background-color: #D756C9; }
a { background-color: rgb(215,86,201); }
div.DivClassName
{
background-color: #D756C9;
}
.BgClassName
{
background-color: #D756C9;
}
</style>
border-color css
<style>
span { border-color: #D756C9; }
span { border-color: rgb(215,86,201); }
td.TdClassName
{
border-color: #D756C9;
}
.TagClassName
{
border-color: #D756C9;
}
</style>