Html Css Color HEX #D756D0 Free Speech Magenta
📋 copy color: '#D756D0'red 215 ◦ green 86 ◦ blue 208
Shades of Free Speech Magenta #D756D0
Tints of Free Speech Magenta #D756D0
RGB
CMYK
RGB Variations
Color information
#D756D0 (or 0xD756D0) is known color: Free Speech Magenta. HEX triplet: D7, 56 and D0. RGB value is (215,86,208). Sum of RGB (Red+Green+Blue) = 215+86+208=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D756D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756D0 is #28A92F. Grayscale: #8A8A8A. Windows color (decimal): -2664752 or 13653719. OLE color: 13653719.
HSL color Cylindrical-coordinate representation of color #D756D0: hue angle of 303.26º 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 #D756D0 is Cyan = 0, Magento = 0.6, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 208 | - |
| CMYK | 0 | 0.6 | 0.03 | 0.16 |
| HSL | 303.26º | 0.62% | 0.59% | - |
| HSV(B) | 303.26º | 0.6% | 0.84% | - |
| XYZ | 42.74 | 25.66 | 62.37 | - |
| YUV | 138.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 208 | 0 | 0.6 | 0.03 | 0.16 | 303.26 | 0.62 | 0.59 |
| Hex | D7 | 56 | D0 | 0 | 3C | 3 | 10 | 12F | 3E | 3B |
| Octal | 327 | 126 | 320 | 0 | 74 | 3 | 20 | 457 | 76 | 73 |
| Binary | 11010111 | 1010110 | 11010000 | 0 | 111100 | 11 | 10000 | 100101111 | 111110 | 111011 |
Color Harmonies of #D756D0
Complementary color
Monochromatic Colors of #D756D0
Black with #D756D0
Text Example
Text Example
White with #D756D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756D0; }
p { color: rgb(215,86,208); }
H1.HeaderClassName
{
color: #D756D0;
}
.AnyTagClassName
{
color: #D756D0;
}
</style>
background-color css
<style>
a { background-color: #D756D0; }
a { background-color: rgb(215,86,208); }
div.DivClassName
{
background-color: #D756D0;
}
.BgClassName
{
background-color: #D756D0;
}
</style>
border-color css
<style>
span { border-color: #D756D0; }
span { border-color: rgb(215,86,208); }
td.TdClassName
{
border-color: #D756D0;
}
.TagClassName
{
border-color: #D756D0;
}
</style>