#D958C2

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

Shades of Free Speech Magenta #D958C2

Tints of Free Speech Magenta #D958C2

Color information

#D958C2 (or 0xD958C2) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 58 and C2. RGB value is (217,88,194). Sum of RGB (Red+Green+Blue) = 217+88+194=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D958C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958C2 is #26A73D. Grayscale: #8A8A8A. Windows color (decimal): -2533182 or 12736729. OLE color: 12736729.

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

Color convert

RGB21788194-
CMYK00.590.110.15
HSL310.7º62.93%59.8%-
HSV(B)310.7º59.45%85.1%-
XYZ41.8425.6353.78-
YUV138.65159.24183.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 88 (34.77% from 255) = 17.64%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=43.49%
G=17.64%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178819400.590.110.15310.762.9359.8
HexD958C203BBF1373f3c
Octal33113030207313174677774
Binary11011001101100011000010011101110111111100110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D958C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D958C2; }

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

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

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

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

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

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

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

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