Html Css Color HEX #D756D1 Free Speech Magenta
📋 copy color: '#D756D1'red 215 ◦ green 86 ◦ blue 209
Shades of Free Speech Magenta #D756D1
Tints of Free Speech Magenta #D756D1
RGB
CMYK
RGB Variations
Color information
#D756D1 (or 0xD756D1) is known color: Free Speech Magenta. HEX triplet: D7, 56 and D1. RGB value is (215,86,209). Sum of RGB (Red+Green+Blue) = 215+86+209=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D756D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756D1 is #28A92E. Grayscale: #8A8A8A. Windows color (decimal): -2664751 or 13719255. OLE color: 13719255.
HSL color Cylindrical-coordinate representation of color #D756D1: hue angle of 302.79º 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 #D756D1 is Cyan = 0, Magento = 0.6, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 209 | - |
| CMYK | 0 | 0.6 | 0.03 | 0.16 |
| HSL | 302.79º | 0.62% | 0.59% | - |
| HSV(B) | 302.79º | 0.6% | 0.84% | - |
| XYZ | 42.86 | 25.71 | 63.02 | - |
| YUV | 138.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 209 | 0 | 0.6 | 0.03 | 0.16 | 302.79 | 0.62 | 0.59 |
| Hex | D7 | 56 | D1 | 0 | 3C | 3 | 10 | 12F | 3E | 3B |
| Octal | 327 | 126 | 321 | 0 | 74 | 3 | 20 | 457 | 76 | 73 |
| Binary | 11010111 | 1010110 | 11010001 | 0 | 111100 | 11 | 10000 | 100101111 | 111110 | 111011 |
Color Harmonies of #D756D1
Complementary color
Monochromatic Colors of #D756D1
Black with #D756D1
Text Example
Text Example
White with #D756D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756D1; }
p { color: rgb(215,86,209); }
H1.HeaderClassName
{
color: #D756D1;
}
.AnyTagClassName
{
color: #D756D1;
}
</style>
background-color css
<style>
a { background-color: #D756D1; }
a { background-color: rgb(215,86,209); }
div.DivClassName
{
background-color: #D756D1;
}
.BgClassName
{
background-color: #D756D1;
}
</style>
border-color css
<style>
span { border-color: #D756D1; }
span { border-color: rgb(215,86,209); }
td.TdClassName
{
border-color: #D756D1;
}
.TagClassName
{
border-color: #D756D1;
}
</style>