Html Css Color HEX #D659D1 Free Speech Magenta
📋 copy color: '#D659D1'red 214 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #D659D1
Tints of Free Speech Magenta #D659D1
RGB
CMYK
RGB Variations
Color information
#D659D1 (or 0xD659D1) is known color: Free Speech Magenta. HEX triplet: D6, 59 and D1. RGB value is (214,89,209). Sum of RGB (Red+Green+Blue) = 214+89+209=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D659D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659D1 is #29A62E. Grayscale: #8B8B8B. Windows color (decimal): -2729519 or 13720022. OLE color: 13720022.
HSL color Cylindrical-coordinate representation of color #D659D1: hue angle of 302.4º 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 #D659D1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 209 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.16 |
| HSL | 302.4º | 0.6% | 0.59% | - |
| HSV(B) | 302.4º | 0.58% | 0.84% | - |
| XYZ | 42.81 | 26.04 | 63.09 | - |
| YUV | 140.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 209 | 0 | 0.58 | 0.02 | 0.16 | 302.4 | 0.6 | 0.59 |
| Hex | D6 | 59 | D1 | 0 | 3A | 2 | 10 | 12E | 3C | 3B |
| Octal | 326 | 131 | 321 | 0 | 72 | 2 | 20 | 456 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11010001 | 0 | 111010 | 10 | 10000 | 100101110 | 111100 | 111011 |
Color Harmonies of #D659D1
Complementary color
Monochromatic Colors of #D659D1
Black with #D659D1
Text Example
Text Example
White with #D659D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659D1; }
p { color: rgb(214,89,209); }
H1.HeaderClassName
{
color: #D659D1;
}
.AnyTagClassName
{
color: #D659D1;
}
</style>
background-color css
<style>
a { background-color: #D659D1; }
a { background-color: rgb(214,89,209); }
div.DivClassName
{
background-color: #D659D1;
}
.BgClassName
{
background-color: #D659D1;
}
</style>
border-color css
<style>
span { border-color: #D659D1; }
span { border-color: rgb(214,89,209); }
td.TdClassName
{
border-color: #D659D1;
}
.TagClassName
{
border-color: #D659D1;
}
</style>