Html Css Color HEX #D958D6 Free Speech Magenta
📋 copy color: '#D958D6'red 217 ◦ green 88 ◦ blue 214
Shades of Free Speech Magenta #D958D6
Tints of Free Speech Magenta #D958D6
RGB
CMYK
RGB Variations
Color information
#D958D6 (or 0xD958D6) is known color: Free Speech Magenta. HEX triplet: D9, 58 and D6. RGB value is (217,88,214). Sum of RGB (Red+Green+Blue) = 217+88+214=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D958D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958D6 is #26A729. Grayscale: #8C8C8C. Windows color (decimal): -2533162 or 14047449. OLE color: 14047449.
HSL color Cylindrical-coordinate representation of color #D958D6: hue angle of 301.4º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D958D6 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 214 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.15 |
| HSL | 301.4º | 0.63% | 0.6% | - |
| HSV(B) | 301.4º | 0.59% | 0.85% | - |
| XYZ | 44.24 | 26.59 | 66.42 | - |
| YUV | 140.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 214 | 0 | 0.59 | 0.01 | 0.15 | 301.4 | 0.63 | 0.6 |
| Hex | D9 | 58 | D6 | 0 | 3B | 1 | F | 12D | 3F | 3C |
| Octal | 331 | 130 | 326 | 0 | 73 | 1 | 17 | 455 | 77 | 74 |
| Binary | 11011001 | 1011000 | 11010110 | 0 | 111011 | 1 | 1111 | 100101101 | 111111 | 111100 |
Color Harmonies of #D958D6
Complementary color
Monochromatic Colors of #D958D6
Black with #D958D6
Text Example
Text Example
White with #D958D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958D6; }
p { color: rgb(217,88,214); }
H1.HeaderClassName
{
color: #D958D6;
}
.AnyTagClassName
{
color: #D958D6;
}
</style>
background-color css
<style>
a { background-color: #D958D6; }
a { background-color: rgb(217,88,214); }
div.DivClassName
{
background-color: #D958D6;
}
.BgClassName
{
background-color: #D958D6;
}
</style>
border-color css
<style>
span { border-color: #D958D6; }
span { border-color: rgb(217,88,214); }
td.TdClassName
{
border-color: #D958D6;
}
.TagClassName
{
border-color: #D958D6;
}
</style>