Html Css Color HEX #D659C7 Free Speech Magenta
📋 copy color: '#D659C7'red 214 ◦ green 89 ◦ blue 199
Shades of Free Speech Magenta #D659C7
Tints of Free Speech Magenta #D659C7
RGB
CMYK
RGB Variations
Color information
#D659C7 (or 0xD659C7) is known color: Free Speech Magenta. HEX triplet: D6, 59 and C7. RGB value is (214,89,199). Sum of RGB (Red+Green+Blue) = 214+89+199=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D659C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659C7 is #29A638. Grayscale: #8A8A8A. Windows color (decimal): -2729529 or 13064662. OLE color: 13064662.
HSL color Cylindrical-coordinate representation of color #D659C7: hue angle of 307.2º 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 #D659C7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 199 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.16 |
| HSL | 307.2º | 0.6% | 0.59% | - |
| HSV(B) | 307.2º | 0.58% | 0.84% | - |
| XYZ | 41.61 | 25.56 | 56.77 | - |
| YUV | 138.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 199 | 0 | 0.58 | 0.07 | 0.16 | 307.2 | 0.6 | 0.59 |
| Hex | D6 | 59 | C7 | 0 | 3A | 7 | 10 | 133 | 3C | 3B |
| Octal | 326 | 131 | 307 | 0 | 72 | 7 | 20 | 463 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11000111 | 0 | 111010 | 111 | 10000 | 100110011 | 111100 | 111011 |
Color Harmonies of #D659C7
Complementary color
Monochromatic Colors of #D659C7
Black with #D659C7
Text Example
Text Example
White with #D659C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659C7; }
p { color: rgb(214,89,199); }
H1.HeaderClassName
{
color: #D659C7;
}
.AnyTagClassName
{
color: #D659C7;
}
</style>
background-color css
<style>
a { background-color: #D659C7; }
a { background-color: rgb(214,89,199); }
div.DivClassName
{
background-color: #D659C7;
}
.BgClassName
{
background-color: #D659C7;
}
</style>
border-color css
<style>
span { border-color: #D659C7; }
span { border-color: rgb(214,89,199); }
td.TdClassName
{
border-color: #D659C7;
}
.TagClassName
{
border-color: #D659C7;
}
</style>