Html Css Color HEX #D959E6 Free Speech Magenta
📋 copy color: '#D959E6'red 217 ◦ green 89 ◦ blue 230
Shades of Free Speech Magenta #D959E6
Tints of Free Speech Magenta #D959E6
RGB
CMYK
RGB Variations
Color information
#D959E6 (or 0xD959E6) is known color: Free Speech Magenta. HEX triplet: D9, 59 and E6. RGB value is (217,89,230). Sum of RGB (Red+Green+Blue) = 217+89+230=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #D959E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959E6 is #26A619. Grayscale: #8E8E8E. Windows color (decimal): -2532890 or 15096281. OLE color: 15096281.
HSL color Cylindrical-coordinate representation of color #D959E6: hue angle of 294.47º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D959E6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 89 | 230 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.10 |
| HSL | 294.47º | 0.74% | 0.63% | - |
| HSV(B) | 294.47º | 0.61% | 0.9% | - |
| XYZ | 46.47 | 27.61 | 77.74 | - |
| YUV | 143.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 230 | 0.06 | 0.61 | 0 | 0.10 | 294.47 | 0.74 | 0.63 |
| Hex | D9 | 59 | E6 | 6 | 3D | 0 | A | 126 | 4A | 3F |
| Octal | 331 | 131 | 346 | 6 | 75 | 0 | 12 | 446 | 112 | 77 |
| Binary | 11011001 | 1011001 | 11100110 | 110 | 111101 | 0 | 1010 | 100100110 | 1001010 | 111111 |
Color Harmonies of #D959E6
Complementary color
Monochromatic Colors of #D959E6
Black with #D959E6
Text Example
Text Example
White with #D959E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959E6; }
p { color: rgb(217,89,230); }
H1.HeaderClassName
{
color: #D959E6;
}
.AnyTagClassName
{
color: #D959E6;
}
</style>
background-color css
<style>
a { background-color: #D959E6; }
a { background-color: rgb(217,89,230); }
div.DivClassName
{
background-color: #D959E6;
}
.BgClassName
{
background-color: #D959E6;
}
</style>
border-color css
<style>
span { border-color: #D959E6; }
span { border-color: rgb(217,89,230); }
td.TdClassName
{
border-color: #D959E6;
}
.TagClassName
{
border-color: #D959E6;
}
</style>