#D958D5

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

Shades of Free Speech Magenta #D958D5

Tints of Free Speech Magenta #D958D5

Color information

#D958D5 (or 0xD958D5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 58 and D5. RGB value is (217,88,213). Sum of RGB (Red+Green+Blue) = 217+88+213=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D958D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958D5 is #26A72A. Grayscale: #8C8C8C. Windows color (decimal): -2533163 or 13981913. OLE color: 13981913.

HSL color Cylindrical-coordinate representation of color #D958D5: hue angle of 301.86º 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 #D958D5 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21788213-
CMYK00.590.020.15
HSL301.86º62.93%59.8%-
HSV(B)301.86º59.45%85.1%-
XYZ44.1226.5465.75-
YUV140.82168.74182.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 88 (34.77% from 255) = 16.99%
BLUE value IS 213 (83.59% from 255) = 41.12%
R=41.89%
G=16.99%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178821300.590.020.15301.8662.9359.8
HexD958D503B2F12e3f3c
Octal3311303250732174567774
Binary110110011011000110101010111011101111100101110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D958D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D958D5; }

 p { color: rgb(217,88,213); }

 H1.HeaderClassName
 {
   color: #D958D5;
 }
 .AnyTagClassName
 {
   color: #D958D5;
 }
</style>
background-color css

<style>
 a { background-color: #D958D5; }

 a { background-color: rgb(217,88,213); }

 div.DivClassName
 {
   background-color: #D958D5;
 }
 .BgClassName
 {
   background-color: #D958D5;
 }
</style>
border-color css

<style>
 span { border-color: #D958D5; }

 span { border-color: rgb(217,88,213); }

 td.TdClassName
 {
   border-color: #D958D5;
 }
 .TagClassName
 {
   border-color: #D958D5;
 }
</style>