#D959C2

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

Shades of Free Speech Magenta #D959C2

Tints of Free Speech Magenta #D959C2

Color information

#D959C2 (or 0xD959C2) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 59 and C2. RGB value is (217,89,194). Sum of RGB (Red+Green+Blue) = 217+89+194=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D959C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959C2 is #26A63D. Grayscale: #8A8A8A. Windows color (decimal): -2532926 or 12736985. OLE color: 12736985.

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

Color convert

RGB21789194-
CMYK00.590.110.15
HSL310.78º62.75%60%-
HSV(B)310.78º58.99%85.1%-
XYZ41.9325.7953.81-
YUV139.24158.91183.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.4%
GREEN value IS 89 (35.16% from 255) = 17.8%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=43.4%
G=17.8%
B=38.8%

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
Decimal2178919400.590.110.15310.7862.7560
HexD959C203BBF1373f3c
Octal33113130207313174677774
Binary11011001101100111000010011101110111111100110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D959C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D959C2; }

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

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

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

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

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

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

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

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