Html Css Color HEX #D756DF Free Speech Magenta
📋 copy color: '#D756DF'red 215 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #D756DF
Tints of Free Speech Magenta #D756DF
RGB
CMYK
RGB Variations
Color information
#D756DF (or 0xD756DF) is known color: Free Speech Magenta. HEX triplet: D7, 56 and DF. RGB value is (215,86,223). Sum of RGB (Red+Green+Blue) = 215+86+223=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #D756DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756DF is #28A920. Grayscale: #8B8B8B. Windows color (decimal): -2664737 or 14636759. OLE color: 14636759.
HSL color Cylindrical-coordinate representation of color #D756DF: hue angle of 296.5º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D756DF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 86 | 223 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.13 |
| HSL | 296.5º | 0.68% | 0.61% | - |
| HSV(B) | 296.5º | 0.61% | 0.87% | - |
| XYZ | 44.67 | 26.43 | 72.56 | - |
| YUV | 140.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 223 | 0.04 | 0.61 | 0 | 0.13 | 296.5 | 0.68 | 0.61 |
| Hex | D7 | 56 | DF | 4 | 3D | 0 | D | 128 | 44 | 3D |
| Octal | 327 | 126 | 337 | 4 | 75 | 0 | 15 | 450 | 104 | 75 |
| Binary | 11010111 | 1010110 | 11011111 | 100 | 111101 | 0 | 1101 | 100101000 | 1000100 | 111101 |
Color Harmonies of #D756DF
Complementary color
Monochromatic Colors of #D756DF
Black with #D756DF
Text Example
Text Example
White with #D756DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756DF; }
p { color: rgb(215,86,223); }
H1.HeaderClassName
{
color: #D756DF;
}
.AnyTagClassName
{
color: #D756DF;
}
</style>
background-color css
<style>
a { background-color: #D756DF; }
a { background-color: rgb(215,86,223); }
div.DivClassName
{
background-color: #D756DF;
}
.BgClassName
{
background-color: #D756DF;
}
</style>
border-color css
<style>
span { border-color: #D756DF; }
span { border-color: rgb(215,86,223); }
td.TdClassName
{
border-color: #D756DF;
}
.TagClassName
{
border-color: #D756DF;
}
</style>