Html Css Color HEX #D958D3 Free Speech Magenta
📋 copy color: '#D958D3'red 217 ◦ green 88 ◦ blue 211
Shades of Free Speech Magenta #D958D3
Tints of Free Speech Magenta #D958D3
RGB
CMYK
RGB Variations
Color information
#D958D3 (or 0xD958D3) is known color: Free Speech Magenta. HEX triplet: D9, 58 and D3. RGB value is (217,88,211). Sum of RGB (Red+Green+Blue) = 217+88+211=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D958D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958D3 is #26A72C. Grayscale: #8C8C8C. Windows color (decimal): -2533165 or 13850841. OLE color: 13850841.
HSL color Cylindrical-coordinate representation of color #D958D3: hue angle of 302.79º 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 #D958D3 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 211 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.15 |
| HSL | 302.79º | 0.63% | 0.6% | - |
| HSV(B) | 302.79º | 0.59% | 0.85% | - |
| XYZ | 43.86 | 26.43 | 64.42 | - |
| YUV | 140.59 | 167.74 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 211 | 0 | 0.59 | 0.03 | 0.15 | 302.79 | 0.63 | 0.6 |
| Hex | D9 | 58 | D3 | 0 | 3B | 3 | F | 12F | 3F | 3C |
| Octal | 331 | 130 | 323 | 0 | 73 | 3 | 17 | 457 | 77 | 74 |
| Binary | 11011001 | 1011000 | 11010011 | 0 | 111011 | 11 | 1111 | 100101111 | 111111 | 111100 |
Color Harmonies of #D958D3
Complementary color
Monochromatic Colors of #D958D3
Black with #D958D3
Text Example
Text Example
White with #D958D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958D3; }
p { color: rgb(217,88,211); }
H1.HeaderClassName
{
color: #D958D3;
}
.AnyTagClassName
{
color: #D958D3;
}
</style>
background-color css
<style>
a { background-color: #D958D3; }
a { background-color: rgb(217,88,211); }
div.DivClassName
{
background-color: #D958D3;
}
.BgClassName
{
background-color: #D958D3;
}
</style>
border-color css
<style>
span { border-color: #D958D3; }
span { border-color: rgb(217,88,211); }
td.TdClassName
{
border-color: #D958D3;
}
.TagClassName
{
border-color: #D958D3;
}
</style>