Html Css Color HEX #D659D2 Free Speech Magenta
📋 copy color: '#D659D2'red 214 ◦ green 89 ◦ blue 210
Shades of Free Speech Magenta #D659D2
Tints of Free Speech Magenta #D659D2
RGB
CMYK
RGB Variations
Color information
#D659D2 (or 0xD659D2) is known color: Free Speech Magenta. HEX triplet: D6, 59 and D2. RGB value is (214,89,210). Sum of RGB (Red+Green+Blue) = 214+89+210=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D659D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659D2 is #29A62D. Grayscale: #8B8B8B. Windows color (decimal): -2729518 or 13785558. OLE color: 13785558.
HSL color Cylindrical-coordinate representation of color #D659D2: hue angle of 301.92º 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 #D659D2 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 210 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.16 |
| HSL | 301.92º | 0.6% | 0.59% | - |
| HSV(B) | 301.92º | 0.58% | 0.84% | - |
| XYZ | 42.94 | 26.09 | 63.75 | - |
| YUV | 140.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 210 | 0 | 0.58 | 0.02 | 0.16 | 301.92 | 0.6 | 0.59 |
| Hex | D6 | 59 | D2 | 0 | 3A | 2 | 10 | 12E | 3C | 3B |
| Octal | 326 | 131 | 322 | 0 | 72 | 2 | 20 | 456 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11010010 | 0 | 111010 | 10 | 10000 | 100101110 | 111100 | 111011 |
Color Harmonies of #D659D2
Complementary color
Monochromatic Colors of #D659D2
Black with #D659D2
Text Example
Text Example
White with #D659D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659D2; }
p { color: rgb(214,89,210); }
H1.HeaderClassName
{
color: #D659D2;
}
.AnyTagClassName
{
color: #D659D2;
}
</style>
background-color css
<style>
a { background-color: #D659D2; }
a { background-color: rgb(214,89,210); }
div.DivClassName
{
background-color: #D659D2;
}
.BgClassName
{
background-color: #D659D2;
}
</style>
border-color css
<style>
span { border-color: #D659D2; }
span { border-color: rgb(214,89,210); }
td.TdClassName
{
border-color: #D659D2;
}
.TagClassName
{
border-color: #D659D2;
}
</style>