Html Css Color HEX #D656C5 Free Speech Magenta
📋 copy color: '#D656C5'red 214 ◦ green 86 ◦ blue 197
Shades of Free Speech Magenta #D656C5
Tints of Free Speech Magenta #D656C5
RGB
CMYK
RGB Variations
Color information
#D656C5 (or 0xD656C5) is known color: Free Speech Magenta. HEX triplet: D6, 56 and C5. RGB value is (214,86,197). Sum of RGB (Red+Green+Blue) = 214+86+197=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D656C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656C5 is #29A93A. Grayscale: #888888. Windows color (decimal): -2730299 or 12932822. OLE color: 12932822.
HSL color Cylindrical-coordinate representation of color #D656C5: hue angle of 307.97º 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 #D656C5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 197 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.16 |
| HSL | 307.97º | 0.61% | 0.59% | - |
| HSV(B) | 307.97º | 0.6% | 0.84% | - |
| XYZ | 41.14 | 24.98 | 55.48 | - |
| YUV | 136.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 197 | 0 | 0.60 | 0.08 | 0.16 | 307.97 | 0.61 | 0.59 |
| Hex | D6 | 56 | C5 | 0 | 3C | 8 | 10 | 134 | 3D | 3B |
| Octal | 326 | 126 | 305 | 0 | 74 | 10 | 20 | 464 | 75 | 73 |
| Binary | 11010110 | 1010110 | 11000101 | 0 | 111100 | 1000 | 10000 | 100110100 | 111101 | 111011 |
Color Harmonies of #D656C5
Complementary color
Monochromatic Colors of #D656C5
Black with #D656C5
Text Example
Text Example
White with #D656C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656C5; }
p { color: rgb(214,86,197); }
H1.HeaderClassName
{
color: #D656C5;
}
.AnyTagClassName
{
color: #D656C5;
}
</style>
background-color css
<style>
a { background-color: #D656C5; }
a { background-color: rgb(214,86,197); }
div.DivClassName
{
background-color: #D656C5;
}
.BgClassName
{
background-color: #D656C5;
}
</style>
border-color css
<style>
span { border-color: #D656C5; }
span { border-color: rgb(214,86,197); }
td.TdClassName
{
border-color: #D656C5;
}
.TagClassName
{
border-color: #D656C5;
}
</style>