Html Css Color HEX #D756CF Free Speech Magenta
📋 copy color: '#D756CF'red 215 ◦ green 86 ◦ blue 207
Shades of Free Speech Magenta #D756CF
Tints of Free Speech Magenta #D756CF
RGB
CMYK
RGB Variations
Color information
#D756CF (or 0xD756CF) is known color: Free Speech Magenta. HEX triplet: D7, 56 and CF. RGB value is (215,86,207). Sum of RGB (Red+Green+Blue) = 215+86+207=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D756CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756CF is #28A930. Grayscale: #8A8A8A. Windows color (decimal): -2664753 or 13588183. OLE color: 13588183.
HSL color Cylindrical-coordinate representation of color #D756CF: hue angle of 303.72º 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 #D756CF is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 207 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.16 |
| HSL | 303.72º | 0.62% | 0.59% | - |
| HSV(B) | 303.72º | 0.6% | 0.84% | - |
| XYZ | 42.61 | 25.61 | 61.73 | - |
| YUV | 138.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 207 | 0 | 0.6 | 0.04 | 0.16 | 303.72 | 0.62 | 0.59 |
| Hex | D7 | 56 | CF | 0 | 3C | 4 | 10 | 130 | 3E | 3B |
| Octal | 327 | 126 | 317 | 0 | 74 | 4 | 20 | 460 | 76 | 73 |
| Binary | 11010111 | 1010110 | 11001111 | 0 | 111100 | 100 | 10000 | 100110000 | 111110 | 111011 |
Color Harmonies of #D756CF
Complementary color
Monochromatic Colors of #D756CF
Black with #D756CF
Text Example
Text Example
White with #D756CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756CF; }
p { color: rgb(215,86,207); }
H1.HeaderClassName
{
color: #D756CF;
}
.AnyTagClassName
{
color: #D756CF;
}
</style>
background-color css
<style>
a { background-color: #D756CF; }
a { background-color: rgb(215,86,207); }
div.DivClassName
{
background-color: #D756CF;
}
.BgClassName
{
background-color: #D756CF;
}
</style>
border-color css
<style>
span { border-color: #D756CF; }
span { border-color: rgb(215,86,207); }
td.TdClassName
{
border-color: #D756CF;
}
.TagClassName
{
border-color: #D756CF;
}
</style>