Html Css Color HEX #D756CC Free Speech Magenta
📋 copy color: '#D756CC'red 215 ◦ green 86 ◦ blue 204
Shades of Free Speech Magenta #D756CC
Tints of Free Speech Magenta #D756CC
RGB
CMYK
RGB Variations
Color information
#D756CC (or 0xD756CC) is known color: Free Speech Magenta. HEX triplet: D7, 56 and CC. RGB value is (215,86,204). Sum of RGB (Red+Green+Blue) = 215+86+204=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D756CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756CC is #28A933. Grayscale: #898989. Windows color (decimal): -2664756 or 13391575. OLE color: 13391575.
HSL color Cylindrical-coordinate representation of color #D756CC: hue angle of 305.12º 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 #D756CC is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 204 | - |
| CMYK | 0 | 0.6 | 0.05 | 0.16 |
| HSL | 305.12º | 0.62% | 0.59% | - |
| HSV(B) | 305.12º | 0.6% | 0.84% | - |
| XYZ | 42.25 | 25.46 | 59.81 | - |
| YUV | 138.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 204 | 0 | 0.6 | 0.05 | 0.16 | 305.12 | 0.62 | 0.59 |
| Hex | D7 | 56 | CC | 0 | 3C | 5 | 10 | 131 | 3E | 3B |
| Octal | 327 | 126 | 314 | 0 | 74 | 5 | 20 | 461 | 76 | 73 |
| Binary | 11010111 | 1010110 | 11001100 | 0 | 111100 | 101 | 10000 | 100110001 | 111110 | 111011 |
Color Harmonies of #D756CC
Complementary color
Monochromatic Colors of #D756CC
Black with #D756CC
Text Example
Text Example
White with #D756CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756CC; }
p { color: rgb(215,86,204); }
H1.HeaderClassName
{
color: #D756CC;
}
.AnyTagClassName
{
color: #D756CC;
}
</style>
background-color css
<style>
a { background-color: #D756CC; }
a { background-color: rgb(215,86,204); }
div.DivClassName
{
background-color: #D756CC;
}
.BgClassName
{
background-color: #D756CC;
}
</style>
border-color css
<style>
span { border-color: #D756CC; }
span { border-color: rgb(215,86,204); }
td.TdClassName
{
border-color: #D756CC;
}
.TagClassName
{
border-color: #D756CC;
}
</style>