Html Css Color HEX #D656C6 Free Speech Magenta
📋 copy color: '#D656C6'red 214 ◦ green 86 ◦ blue 198
Shades of Free Speech Magenta #D656C6
Tints of Free Speech Magenta #D656C6
RGB
CMYK
RGB Variations
Color information
#D656C6 (or 0xD656C6) is known color: Free Speech Magenta. HEX triplet: D6, 56 and C6. RGB value is (214,86,198). Sum of RGB (Red+Green+Blue) = 214+86+198=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D656C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656C6 is #29A939. Grayscale: #888888. Windows color (decimal): -2730298 or 12998358. OLE color: 12998358.
HSL color Cylindrical-coordinate representation of color #D656C6: hue angle of 307.5º degrees, saturation: 0.61, 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 #D656C6 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 198 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.16 |
| HSL | 307.5º | 0.61% | 0.59% | - |
| HSV(B) | 307.5º | 0.6% | 0.84% | - |
| XYZ | 41.25 | 25.03 | 56.08 | - |
| YUV | 137.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 198 | 0 | 0.60 | 0.07 | 0.16 | 307.5 | 0.61 | 0.59 |
| Hex | D6 | 56 | C6 | 0 | 3C | 7 | 10 | 134 | 3D | 3B |
| Octal | 326 | 126 | 306 | 0 | 74 | 7 | 20 | 464 | 75 | 73 |
| Binary | 11010110 | 1010110 | 11000110 | 0 | 111100 | 111 | 10000 | 100110100 | 111101 | 111011 |
Color Harmonies of #D656C6
Complementary color
Monochromatic Colors of #D656C6
Black with #D656C6
Text Example
Text Example
White with #D656C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656C6; }
p { color: rgb(214,86,198); }
H1.HeaderClassName
{
color: #D656C6;
}
.AnyTagClassName
{
color: #D656C6;
}
</style>
background-color css
<style>
a { background-color: #D656C6; }
a { background-color: rgb(214,86,198); }
div.DivClassName
{
background-color: #D656C6;
}
.BgClassName
{
background-color: #D656C6;
}
</style>
border-color css
<style>
span { border-color: #D656C6; }
span { border-color: rgb(214,86,198); }
td.TdClassName
{
border-color: #D656C6;
}
.TagClassName
{
border-color: #D656C6;
}
</style>