Html Css Color HEX #D958DF Free Speech Magenta
📋 copy color: '#D958DF'red 217 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #D958DF
Tints of Free Speech Magenta #D958DF
RGB
CMYK
RGB Variations
Color information
#D958DF (or 0xD958DF) is known color: Free Speech Magenta. HEX triplet: D9, 58 and DF. RGB value is (217,88,223). Sum of RGB (Red+Green+Blue) = 217+88+223=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #D958DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958DF is #26A720. Grayscale: #8D8D8D. Windows color (decimal): -2533153 or 14637273. OLE color: 14637273.
HSL color Cylindrical-coordinate representation of color #D958DF: hue angle of 297.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D958DF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 88 | 223 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.13 |
| HSL | 297.33º | 0.68% | 0.61% | - |
| HSV(B) | 297.33º | 0.61% | 0.87% | - |
| XYZ | 45.42 | 27.06 | 72.64 | - |
| YUV | 141.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 223 | 0.03 | 0.61 | 0 | 0.13 | 297.33 | 0.68 | 0.61 |
| Hex | D9 | 58 | DF | 3 | 3D | 0 | D | 129 | 44 | 3D |
| Octal | 331 | 130 | 337 | 3 | 75 | 0 | 15 | 451 | 104 | 75 |
| Binary | 11011001 | 1011000 | 11011111 | 11 | 111101 | 0 | 1101 | 100101001 | 1000100 | 111101 |
Color Harmonies of #D958DF
Complementary color
Monochromatic Colors of #D958DF
Black with #D958DF
Text Example
Text Example
White with #D958DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958DF; }
p { color: rgb(217,88,223); }
H1.HeaderClassName
{
color: #D958DF;
}
.AnyTagClassName
{
color: #D958DF;
}
</style>
background-color css
<style>
a { background-color: #D958DF; }
a { background-color: rgb(217,88,223); }
div.DivClassName
{
background-color: #D958DF;
}
.BgClassName
{
background-color: #D958DF;
}
</style>
border-color css
<style>
span { border-color: #D958DF; }
span { border-color: rgb(217,88,223); }
td.TdClassName
{
border-color: #D958DF;
}
.TagClassName
{
border-color: #D958DF;
}
</style>