Html Css Color HEX #D659C5 Free Speech Magenta
📋 copy color: '#D659C5'red 214 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #D659C5
Tints of Free Speech Magenta #D659C5
RGB
CMYK
RGB Variations
Color information
#D659C5 (or 0xD659C5) is known color: Free Speech Magenta. HEX triplet: D6, 59 and C5. RGB value is (214,89,197). Sum of RGB (Red+Green+Blue) = 214+89+197=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D659C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659C5 is #29A63A. Grayscale: #8A8A8A. Windows color (decimal): -2729531 or 12933590. OLE color: 12933590.
HSL color Cylindrical-coordinate representation of color #D659C5: hue angle of 308.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659C5 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 197 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.16 |
| HSL | 308.16º | 0.6% | 0.59% | - |
| HSV(B) | 308.16º | 0.58% | 0.84% | - |
| XYZ | 41.38 | 25.47 | 55.56 | - |
| YUV | 138.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 197 | 0 | 0.58 | 0.08 | 0.16 | 308.16 | 0.6 | 0.59 |
| Hex | D6 | 59 | C5 | 0 | 3A | 8 | 10 | 134 | 3C | 3B |
| Octal | 326 | 131 | 305 | 0 | 72 | 10 | 20 | 464 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11000101 | 0 | 111010 | 1000 | 10000 | 100110100 | 111100 | 111011 |
Color Harmonies of #D659C5
Complementary color
Monochromatic Colors of #D659C5
Black with #D659C5
Text Example
Text Example
White with #D659C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659C5; }
p { color: rgb(214,89,197); }
H1.HeaderClassName
{
color: #D659C5;
}
.AnyTagClassName
{
color: #D659C5;
}
</style>
background-color css
<style>
a { background-color: #D659C5; }
a { background-color: rgb(214,89,197); }
div.DivClassName
{
background-color: #D659C5;
}
.BgClassName
{
background-color: #D659C5;
}
</style>
border-color css
<style>
span { border-color: #D659C5; }
span { border-color: rgb(214,89,197); }
td.TdClassName
{
border-color: #D659C5;
}
.TagClassName
{
border-color: #D659C5;
}
</style>