Html Css Color HEX #D958DC Free Speech Magenta
📋 copy color: '#D958DC'red 217 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #D958DC
Tints of Free Speech Magenta #D958DC
RGB
CMYK
RGB Variations
Color information
#D958DC (or 0xD958DC) is known color: Free Speech Magenta. HEX triplet: D9, 58 and DC. RGB value is (217,88,220). Sum of RGB (Red+Green+Blue) = 217+88+220=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #D958DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958DC is #26A723. Grayscale: #8D8D8D. Windows color (decimal): -2533156 or 14440665. OLE color: 14440665.
HSL color Cylindrical-coordinate representation of color #D958DC: hue angle of 298.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D958DC is Cyan = 0.01, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 88 | 220 | - |
| CMYK | 0.01 | 0.6 | 0 | 0.14 |
| HSL | 298.64º | 0.65% | 0.6% | - |
| HSV(B) | 298.64º | 0.6% | 0.86% | - |
| XYZ | 45.02 | 26.9 | 70.53 | - |
| YUV | 141.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 220 | 0.01 | 0.6 | 0 | 0.14 | 298.64 | 0.65 | 0.6 |
| Hex | D9 | 58 | DC | 1 | 3C | 0 | E | 12B | 41 | 3C |
| Octal | 331 | 130 | 334 | 1 | 74 | 0 | 16 | 453 | 101 | 74 |
| Binary | 11011001 | 1011000 | 11011100 | 1 | 111100 | 0 | 1110 | 100101011 | 1000001 | 111100 |
Color Harmonies of #D958DC
Complementary color
Monochromatic Colors of #D958DC
Black with #D958DC
Text Example
Text Example
White with #D958DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958DC; }
p { color: rgb(217,88,220); }
H1.HeaderClassName
{
color: #D958DC;
}
.AnyTagClassName
{
color: #D958DC;
}
</style>
background-color css
<style>
a { background-color: #D958DC; }
a { background-color: rgb(217,88,220); }
div.DivClassName
{
background-color: #D958DC;
}
.BgClassName
{
background-color: #D958DC;
}
</style>
border-color css
<style>
span { border-color: #D958DC; }
span { border-color: rgb(217,88,220); }
td.TdClassName
{
border-color: #D958DC;
}
.TagClassName
{
border-color: #D958DC;
}
</style>