Html Css Color HEX #D958C7 Free Speech Magenta
📋 copy color: '#D958C7'red 217 ◦ green 88 ◦ blue 199
Shades of Free Speech Magenta #D958C7
Tints of Free Speech Magenta #D958C7
RGB
CMYK
RGB Variations
Color information
#D958C7 (or 0xD958C7) is known color: Free Speech Magenta. HEX triplet: D9, 58 and C7. RGB value is (217,88,199). Sum of RGB (Red+Green+Blue) = 217+88+199=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D958C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958C7 is #26A738. Grayscale: #8A8A8A. Windows color (decimal): -2533177 or 13064409. OLE color: 13064409.
HSL color Cylindrical-coordinate representation of color #D958C7: hue angle of 308.37º 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 #D958C7 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 199 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.15 |
| HSL | 308.37º | 0.63% | 0.6% | - |
| HSV(B) | 308.37º | 0.59% | 0.85% | - |
| XYZ | 42.41 | 25.85 | 56.79 | - |
| YUV | 139.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 199 | 0 | 0.59 | 0.08 | 0.15 | 308.37 | 0.63 | 0.6 |
| Hex | D9 | 58 | C7 | 0 | 3B | 8 | F | 134 | 3F | 3C |
| Octal | 331 | 130 | 307 | 0 | 73 | 10 | 17 | 464 | 77 | 74 |
| Binary | 11011001 | 1011000 | 11000111 | 0 | 111011 | 1000 | 1111 | 100110100 | 111111 | 111100 |
Color Harmonies of #D958C7
Complementary color
Monochromatic Colors of #D958C7
Black with #D958C7
Text Example
Text Example
White with #D958C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958C7; }
p { color: rgb(217,88,199); }
H1.HeaderClassName
{
color: #D958C7;
}
.AnyTagClassName
{
color: #D958C7;
}
</style>
background-color css
<style>
a { background-color: #D958C7; }
a { background-color: rgb(217,88,199); }
div.DivClassName
{
background-color: #D958C7;
}
.BgClassName
{
background-color: #D958C7;
}
</style>
border-color css
<style>
span { border-color: #D958C7; }
span { border-color: rgb(217,88,199); }
td.TdClassName
{
border-color: #D958C7;
}
.TagClassName
{
border-color: #D958C7;
}
</style>