#D958C7

Color #D958C7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D958C7

Tints of Free Speech Magenta #D958C7

Color information

#D958C7 (or 0xD958C7) is unknown color: approx 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

RGB21788199-
CMYK00.590.080.15
HSL308.37º62.93%59.8%-
HSV(B)308.37º59.45%85.1%-
XYZ42.4125.8556.79-
YUV139.22161.74183.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 88 (34.77% from 255) = 17.46%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=43.06%
G=17.46%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178819900.590.080.15308.3762.9359.8
HexD958C703B8F1343f3c
Octal33113030707310174647774
Binary11011001101100011000111011101110001111100110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D958C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>