Html Css Color HEX #D657C6 Free Speech Magenta
📋 copy color: '#D657C6'red 214 ◦ green 87 ◦ blue 198
Shades of Free Speech Magenta #D657C6
Tints of Free Speech Magenta #D657C6
RGB
CMYK
RGB Variations
Color information
#D657C6 (or 0xD657C6) is known color: Free Speech Magenta. HEX triplet: D6, 57 and C6. RGB value is (214,87,198). Sum of RGB (Red+Green+Blue) = 214+87+198=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D657C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657C6 is #29A839. Grayscale: #898989. Windows color (decimal): -2730042 or 12998614. OLE color: 12998614.
HSL color Cylindrical-coordinate representation of color #D657C6: hue angle of 307.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D657C6 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 198 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.16 |
| HSL | 307.56º | 0.61% | 0.59% | - |
| HSV(B) | 307.56º | 0.59% | 0.84% | - |
| XYZ | 41.33 | 25.19 | 56.11 | - |
| YUV | 137.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 198 | 0 | 0.59 | 0.07 | 0.16 | 307.56 | 0.61 | 0.59 |
| Hex | D6 | 57 | C6 | 0 | 3B | 7 | 10 | 134 | 3D | 3B |
| Octal | 326 | 127 | 306 | 0 | 73 | 7 | 20 | 464 | 75 | 73 |
| Binary | 11010110 | 1010111 | 11000110 | 0 | 111011 | 111 | 10000 | 100110100 | 111101 | 111011 |
Color Harmonies of #D657C6
Complementary color
Monochromatic Colors of #D657C6
Black with #D657C6
Text Example
Text Example
White with #D657C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D657C6; }
p { color: rgb(214,87,198); }
H1.HeaderClassName
{
color: #D657C6;
}
.AnyTagClassName
{
color: #D657C6;
}
</style>
background-color css
<style>
a { background-color: #D657C6; }
a { background-color: rgb(214,87,198); }
div.DivClassName
{
background-color: #D657C6;
}
.BgClassName
{
background-color: #D657C6;
}
</style>
border-color css
<style>
span { border-color: #D657C6; }
span { border-color: rgb(214,87,198); }
td.TdClassName
{
border-color: #D657C6;
}
.TagClassName
{
border-color: #D657C6;
}
</style>