#D958D4

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

Shades of Free Speech Magenta #D958D4

Tints of Free Speech Magenta #D958D4

Color information

#D958D4 (or 0xD958D4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 58 and D4. RGB value is (217,88,212). Sum of RGB (Red+Green+Blue) = 217+88+212=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D958D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958D4 is #26A72B. Grayscale: #8C8C8C. Windows color (decimal): -2533164 or 13916377. OLE color: 13916377.

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

Color convert

RGB21788212-
CMYK00.590.020.15
HSL302.33º62.93%59.8%-
HSV(B)302.33º59.45%85.1%-
XYZ43.9926.4865.08-
YUV140.71168.24182.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 88 (34.77% from 255) = 17.02%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=41.97%
G=17.02%
B=41.01%

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
Decimal2178821200.590.020.15302.3362.9359.8
HexD958D403B2F12e3f3c
Octal3311303240732174567774
Binary110110011011000110101000111011101111100101110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D958D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D958D4; }

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

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

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

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

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

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

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

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