Html Css Color HEX #D958E3 Free Speech Magenta
📋 copy color: '#D958E3'red 217 ◦ green 88 ◦ blue 227
Shades of Free Speech Magenta #D958E3
Tints of Free Speech Magenta #D958E3
RGB
CMYK
RGB Variations
Color information
#D958E3 (or 0xD958E3) is known color: Free Speech Magenta. HEX triplet: D9, 58 and E3. RGB value is (217,88,227). Sum of RGB (Red+Green+Blue) = 217+88+227=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #D958E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958E3 is #26A71C. Grayscale: #8D8D8D. Windows color (decimal): -2533149 or 14899417. OLE color: 14899417.
HSL color Cylindrical-coordinate representation of color #D958E3: hue angle of 295.68º degrees, saturation: 0.71, 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 #D958E3 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 88 | 227 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.11 |
| HSL | 295.68º | 0.71% | 0.62% | - |
| HSV(B) | 295.68º | 0.61% | 0.89% | - |
| XYZ | 45.97 | 27.28 | 75.52 | - |
| YUV | 142.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 227 | 0.04 | 0.61 | 0 | 0.11 | 295.68 | 0.71 | 0.62 |
| Hex | D9 | 58 | E3 | 4 | 3D | 0 | B | 128 | 47 | 3E |
| Octal | 331 | 130 | 343 | 4 | 75 | 0 | 13 | 450 | 107 | 76 |
| Binary | 11011001 | 1011000 | 11100011 | 100 | 111101 | 0 | 1011 | 100101000 | 1000111 | 111110 |
Color Harmonies of #D958E3
Complementary color
Monochromatic Colors of #D958E3
Black with #D958E3
Text Example
Text Example
White with #D958E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958E3; }
p { color: rgb(217,88,227); }
H1.HeaderClassName
{
color: #D958E3;
}
.AnyTagClassName
{
color: #D958E3;
}
</style>
background-color css
<style>
a { background-color: #D958E3; }
a { background-color: rgb(217,88,227); }
div.DivClassName
{
background-color: #D958E3;
}
.BgClassName
{
background-color: #D958E3;
}
</style>
border-color css
<style>
span { border-color: #D958E3; }
span { border-color: rgb(217,88,227); }
td.TdClassName
{
border-color: #D958E3;
}
.TagClassName
{
border-color: #D958E3;
}
</style>