#d958be

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

Shades of Free Speech Magenta #D958BE

Tints of Free Speech Magenta #D958BE

Color information

#D958BE (or 0xD958BE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 58 and BE. RGB value is (217,88,190). Sum of RGB (Red+Green+Blue) = 217+88+190=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D958BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958BE is #26A741. Grayscale: #898989. Windows color (decimal): -2533186 or 12474585. OLE color: 12474585.

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

Color convert

RGB21788190-
CMYK00.590.120.15
HSL312.56º62.93%59.8%-
HSV(B)312.56º59.45%85.1%-
XYZ41.425.4551.45-
YUV138.2157.24184.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 88 (34.77% from 255) = 17.78%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=43.84%
G=17.78%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178819000.590.120.15312.5662.9359.8
HexD958BE03BCF1393f3c
Octal33113027607314174717774
Binary11011001101100010111110011101111001111100111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d958be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d958be; }

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

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

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

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

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

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

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

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