Html Css Color HEX #D659D3 Free Speech Magenta
📋 copy color: '#D659D3'red 214 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #D659D3
Tints of Free Speech Magenta #D659D3
RGB
CMYK
RGB Variations
Color information
#D659D3 (or 0xD659D3) is known color: Free Speech Magenta. HEX triplet: D6, 59 and D3. RGB value is (214,89,211). Sum of RGB (Red+Green+Blue) = 214+89+211=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D659D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659D3 is #29A62C. Grayscale: #8B8B8B. Windows color (decimal): -2729517 or 13851094. OLE color: 13851094.
HSL color Cylindrical-coordinate representation of color #D659D3: hue angle of 301.44º 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 #D659D3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 211 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.16 |
| HSL | 301.44º | 0.6% | 0.59% | - |
| HSV(B) | 301.44º | 0.58% | 0.84% | - |
| XYZ | 43.06 | 26.14 | 64.4 | - |
| YUV | 140.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 211 | 0 | 0.58 | 0.01 | 0.16 | 301.44 | 0.6 | 0.59 |
| Hex | D6 | 59 | D3 | 0 | 3A | 1 | 10 | 12D | 3C | 3B |
| Octal | 326 | 131 | 323 | 0 | 72 | 1 | 20 | 455 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11010011 | 0 | 111010 | 1 | 10000 | 100101101 | 111100 | 111011 |
Color Harmonies of #D659D3
Complementary color
Monochromatic Colors of #D659D3
Black with #D659D3
Text Example
Text Example
White with #D659D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659D3; }
p { color: rgb(214,89,211); }
H1.HeaderClassName
{
color: #D659D3;
}
.AnyTagClassName
{
color: #D659D3;
}
</style>
background-color css
<style>
a { background-color: #D659D3; }
a { background-color: rgb(214,89,211); }
div.DivClassName
{
background-color: #D659D3;
}
.BgClassName
{
background-color: #D659D3;
}
</style>
border-color css
<style>
span { border-color: #D659D3; }
span { border-color: rgb(214,89,211); }
td.TdClassName
{
border-color: #D659D3;
}
.TagClassName
{
border-color: #D659D3;
}
</style>