Html Css Color HEX #D659E4 Free Speech Magenta
📋 copy color: '#D659E4'red 214 ◦ green 89 ◦ blue 228
Shades of Free Speech Magenta #D659E4
Tints of Free Speech Magenta #D659E4
RGB
CMYK
RGB Variations
Color information
#D659E4 (or 0xD659E4) is known color: Free Speech Magenta. HEX triplet: D6, 59 and E4. RGB value is (214,89,228). Sum of RGB (Red+Green+Blue) = 214+89+228=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #D659E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659E4 is #29A61B. Grayscale: #8D8D8D. Windows color (decimal): -2729500 or 14965206. OLE color: 14965206.
HSL color Cylindrical-coordinate representation of color #D659E4: hue angle of 293.96º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D659E4 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 89 | 228 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.11 |
| HSL | 293.96º | 0.72% | 0.62% | - |
| HSV(B) | 293.96º | 0.61% | 0.89% | - |
| XYZ | 45.31 | 27.04 | 76.23 | - |
| YUV | 142.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 228 | 0.06 | 0.61 | 0 | 0.11 | 293.96 | 0.72 | 0.62 |
| Hex | D6 | 59 | E4 | 6 | 3D | 0 | B | 126 | 48 | 3E |
| Octal | 326 | 131 | 344 | 6 | 75 | 0 | 13 | 446 | 110 | 76 |
| Binary | 11010110 | 1011001 | 11100100 | 110 | 111101 | 0 | 1011 | 100100110 | 1001000 | 111110 |
Color Harmonies of #D659E4
Complementary color
Monochromatic Colors of #D659E4
Black with #D659E4
Text Example
Text Example
White with #D659E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659E4; }
p { color: rgb(214,89,228); }
H1.HeaderClassName
{
color: #D659E4;
}
.AnyTagClassName
{
color: #D659E4;
}
</style>
background-color css
<style>
a { background-color: #D659E4; }
a { background-color: rgb(214,89,228); }
div.DivClassName
{
background-color: #D659E4;
}
.BgClassName
{
background-color: #D659E4;
}
</style>
border-color css
<style>
span { border-color: #D659E4; }
span { border-color: rgb(214,89,228); }
td.TdClassName
{
border-color: #D659E4;
}
.TagClassName
{
border-color: #D659E4;
}
</style>