Html Css Color HEX #D958E8 Free Speech Magenta
📋 copy color: '#D958E8'red 217 ◦ green 88 ◦ blue 232
Shades of Free Speech Magenta #D958E8
Tints of Free Speech Magenta #D958E8
RGB
CMYK
RGB Variations
Color information
#D958E8 (or 0xD958E8) is known color: Free Speech Magenta. HEX triplet: D9, 58 and E8. RGB value is (217,88,232). Sum of RGB (Red+Green+Blue) = 217+88+232=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #D958E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958E8 is #26A717. Grayscale: #8E8E8E. Windows color (decimal): -2533144 or 15227097. OLE color: 15227097.
HSL color Cylindrical-coordinate representation of color #D958E8: hue angle of 293.75º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D958E8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 88 | 232 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.09 |
| HSL | 293.75º | 0.76% | 0.63% | - |
| HSV(B) | 293.75º | 0.62% | 0.91% | - |
| XYZ | 46.67 | 27.56 | 79.2 | - |
| YUV | 142.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 232 | 0.06 | 0.62 | 0 | 0.09 | 293.75 | 0.76 | 0.63 |
| Hex | D9 | 58 | E8 | 6 | 3E | 0 | 9 | 126 | 4C | 3F |
| Octal | 331 | 130 | 350 | 6 | 76 | 0 | 11 | 446 | 114 | 77 |
| Binary | 11011001 | 1011000 | 11101000 | 110 | 111110 | 0 | 1001 | 100100110 | 1001100 | 111111 |
Color Harmonies of #D958E8
Complementary color
Monochromatic Colors of #D958E8
Black with #D958E8
Text Example
Text Example
White with #D958E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958E8; }
p { color: rgb(217,88,232); }
H1.HeaderClassName
{
color: #D958E8;
}
.AnyTagClassName
{
color: #D958E8;
}
</style>
background-color css
<style>
a { background-color: #D958E8; }
a { background-color: rgb(217,88,232); }
div.DivClassName
{
background-color: #D958E8;
}
.BgClassName
{
background-color: #D958E8;
}
</style>
border-color css
<style>
span { border-color: #D958E8; }
span { border-color: rgb(217,88,232); }
td.TdClassName
{
border-color: #D958E8;
}
.TagClassName
{
border-color: #D958E8;
}
</style>